Last updated 11 months ago
Was this helpful?
Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/csv-wizard/uploaded-file' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data' \ --form 'file=binary'
{ "success": true, "error": "text" }