Last updated 12 months ago
Was this helpful?
Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.
Project ID
POST /v1/api/{projectId}/csv-wizard/uploaded-file HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 17 { "file": "binary" }
OK
{ "success": true, "error": "text" }