cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/download \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "path": "<string>" }'
{ "success": true, "error": "<string>", "url": "<string>" }
Download a file from a dataset. Will return a signed URL to the bucket.
Organization ID
Dataset name
S3 path (within the portal)
OK
Whether the operation succeeded
Signed URL to download the file
Optional error description (set if 'success' was false)
Was this page helpful?