Request an image upload URL
GET/conversations/upload_image
Request a presigned URL for uploading an image attachment. Upload the image bytes to the returned signed_url with an HTTP PUT, then include the returned file_reference in a message's image_attachments.
Request
Responses
- 201
- 400
Presigned upload details were created.
The request was invalid, for example a missing or unsupported content type.
Was this page helpful?