cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/readme/upload-image \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form image=@example-file
{ "success": true, "error": "<string>", "url": "<string>" }
Uploads an image to the user CDN and returns the path.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?