cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId}/verify \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "prefix": "<string>" }'
{ "success": true, "error": "<string>", "connectionStatus": "connected", "connectionError": "<string>", "connectionStatusSince": "2023-11-07T05:31:56Z", "files": [ { "name": "<string>", "size": 123, "folderName": "<string>" } ], "hasInfoLabelsFile": true, "signedUrl": "<string>", "endpoint": "<string>" }
Verify whether we can reach a bucket before adding it.
Organization ID
Bucket ID
OK
Response object for verifying an organization's bucket connectivity.
Workflow: