File Transfers
Get file transfer capabilities
Get file transfer capabilities
GET
/v2/file-transfers/configReturn hosted upload/download availability and per-file limits in bytes.
curl --request GET \
--url https://api.brainbaselabs.com/v2/file-transfers/config \
--header 'Authorization: Bearer YOUR_API_KEY'{
"enabled": true,
"max_file_bytes": 1073741824,
"download_enabled": true,
"max_download_file_bytes": 1073741824
}