Store CSV Wizard uploaded file

Store CSV Wizard uploaded file

post

Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Body
filestring · binaryRequired
Responses
200
OK
application/json
post
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"
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?