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