Last updated 10 months ago
Was this helpful?
Verify whether we can reach a bucket before adding it.
/api/organizations/{organizationId}/buckets/{bucketId}/verify
Organization ID
Bucket ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId}/verify' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"prefix":"text"}'
{ "success": true, "error": "text", "connectionError": "text", "connectionStatusSince": "2025-02-21T18:09:14.932Z", "hasInfoLabelsFile": true, "signedUrl": "text", "endpoint": "text", "connectionStatus": "connected", "files": [ { "name": "text", "size": 1, "folderName": "text" } ] }