Sign inGet started

Presigned upload

GET
/me/presigned-upload
Retrieve the url and form data to post profile avatar directly.
Treść odpowiedzi
url
string
wymagane
URL to post the image to
formData
object
wymagane
expectedFields
array of string
Przykład kodu
curl -X GET 'https://api.bird.com/me/presigned-upload' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'