POST
/
api
/
organizations
/
{organizationId}
/
dataset
/
{dataset}
/
files
/
download
Download file from dataset
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

dataset
string
required

Dataset name

Body

application/json

Response

200 - application/json

OK

The response is of type object.