Authorizations
Path Parameters
Organization ID
Body
multipart/form-data
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/header \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form image=@example-file
{
"success": true,
"error": "<string>",
"url": "<string>"
}
Uploads and updates the organization header image
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/header \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form image=@example-file
{
"success": true,
"error": "<string>",
"url": "<string>"
}
Organization ID
Was this page helpful?