Export Original Data
Export all the data in the project as it was uploaded to Edge Impulse. Updates are streamed over the websocket API.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/export/original \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"uploaderFriendlyFilenames":true,"retainCrops":true}'
Last updated
Was this helpful?