Attachments
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
base64booleanOptionalDefault:
Return contents of the files in base64 format
falseResponses
200
Attachments created successfully
application/json
400
Invalid input provided
404
Chatflow or ChatId not found
422
Validation error
500
Internal server error
post
/attachments/{chatflowId}/{chatId}Last updated