v1

latestSwagger 2.0The MIT License (MIT)2026-07-17126899.0 KB
Conversations

UploadAttachment

Upload an attachment directly into a channel's blob storage.

This is useful because it allows you to store data in a compliant store when dealing with enterprises.

The response is a ResourceResponse which contains an AttachmentId which is suitable for using with the attachments API.

post/v3/conversations/{conversationId}/attachments

Path parameters

conversationIdstring required

Conversation ID

Request body

typestring

Content-Type of the attachment

namestring

Name of the attachment

originalBase64string byte

Attachment content

thumbnailBase64string byte

Attachment thumbnail

Response

An object will be returned containing the ID for the resource.

idstring

Id of the resource