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
The response is of type object.
object