Upload media
GET
/organizations/{organizationId}/presigned-upload
Get a URL and the required form data to upload the org avatar to.
响应载荷
url
string
必填
URL to post the image to
formData
object
必填
expectedFields
array of string
代码示例
curl -X GET 'https://api.bird.com/organizations/{organizationId}/presigned-upload' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'