Sign inGet started

Upload media

GET
/organizations/{organizationId}/presigned-upload
Get a URL and the required form data to upload the org avatar to.
Payload della risposta
url
string
obbligatorio
URL to post the image to
formData
object
obbligatorio
expectedFields
array of string
Esempio di codice
curl -X GET 'https://api.bird.com/organizations/{organizationId}/presigned-upload' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'