POST
/
api
/
organizations
/
{organizationId}
/
readme
/
upload-image
Upload image for readme
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

Body

multipart/form-data

Response

200 - application/json

OK

The response is of type object.