cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/export/original \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "uploaderFriendlyFilenames": true, "retainCrops": true }'
{ "success": true, "error": "<string>", "id": 12873488112 }
Export all the data in the project as it was uploaded to Edge Impulse. Updates are streamed over the websocket API.
Project ID
OK
The response is of type object.
object