Upload organization header image

Upload organization header image

post

Uploads and updates the organization header image

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

Body
imagestring · binaryoptional
Responses
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' \
  --form 'image=binary'
{
  "success": true,
  "error": "text",
  "url": "text"
}

Last updated

Was this helpful?