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, "id": 12873488112, "error": "<string>" }
Export all the data in the project in WAV format. Updates are streamed over the websocket API.
Project ID
Whether to retain crops and splits. If this is disabled, then the original files are returned (as they were uploaded).
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)
Was this page helpful?