Last updated 10 months ago
Was this helpful?
Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.
/api/{projectId}/csv-wizard/uploaded-file
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' \ --data '{"file":"text"}'
{ "success": true, "error": "text" }