For the complete documentation index, see llms.txt. This page is also available as Markdown.

Attachments

Create attachments array

post

Return contents of the files in plain string format

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
chatflowIdstringRequired

Chatflow ID

chatIdstringRequired

Chat ID

Body
filesstring · binary[]Required

Files to be uploaded

base64booleanOptional

Return contents of the files in base64 format

Default: false
Responses
200

Attachments created successfully

application/json
namestringOptional

Name of the file

mimeTypestringOptional

Mime type of the file

sizestringOptional

Size of the file

contentstringOptional

Content of the file in string format

post/attachments/{chatflowId}/{chatId}

Last updated