cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/csv-wizard/uploaded-file \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file=@example-file
{ "success": true, "error": "<string>" }
Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?