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