Export Data As WAV

Export all the data in the project in WAV format. Updates are streamed over the websocket API.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/export/wav \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"retainCrops":true}'

Last updated

Was this helpful?