curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/csv-wizard/uploaded-file \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"hasFile": true,
"link": "<string>"
}
Returns whether the file that was uploaded when the CSV wizard was configured is available.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/csv-wizard/uploaded-file \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"hasFile": true,
"link": "<string>"
}
Project ID
OK
The response is of type object
.