Sign inGet started

Presigned upload

GET
/me/presigned-upload
Retrieve the url and form data to post profile avatar directly.
响应载荷
url
string
必填
URL to post the image to
formData
object
必填
expectedFields
array of string
代码示例
curl -X GET 'https://api.bird.com/me/presigned-upload' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'