Skip to main content

ConversationImageUploadResponseSchema

Presigned upload details for an image attachment.

file_referencestringrequired

A reference to the uploaded image. Include this in a message's image_attachments when calling Send message.

signed_urlstringrequired

A short-lived URL. Upload the image bytes to it with an HTTP PUT before sending the message.

jsonConversationImageUploadResponseSchema
{
"file_reference": "string",
"signed_url": "string"
}