Last updated 2 months ago
Return contents of the files in plain string format
Chatflow ID
Chat ID
Files to be uploaded
POST /attachments/{chatflowId}/{chatId} HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: multipart/form-data Accept: */* Content-Length: 20 { "files": [ "binary" ] }
Attachments created successfully
[ { "name": "text", "mimeType": "text", "size": "text", "content": "text" } ]