Last updated 2 months ago
Return contents of the files in plain string format
Chatflow ID
Chat ID
Files to be uploaded
curl -L \ --request POST \ --url '/attachments/{chatflowId}/{chatId}' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: multipart/form-data' \ --form 'files=binary'
[ { "name": "text", "mimeType": "text", "size": "text", "content": "text" } ]