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
OK
The response is of type object.
object