Last updated 10 months ago
Was this helpful?
Uploads and updates the organization logo
/api/organizations/{organizationId}/logo
Organization ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/logo' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: multipart/form-data'
{ "success": true, "error": "text", "url": "text" }