GET
/
api
/
{projectId}
/
export
/
get-url
Get URL of export
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/export/get-url \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "hasExport": true,
  "created": "2023-11-07T05:31:56Z",
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

The response is of type object.