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