send-file
POST/:instance/send-file
Send file Message
Send a file (as a document/attachment) to a chat.
You can send files in two ways:
Provide a URL for the file.

warning
Please note that the URL must be publicly accessible and not require any authentication or special headers to access the file.
Send the file it self as a file upload.

Possible file types are: [png, jpg, jpeg, gif, mp3, mp4, avi, mkv, mov, flv, wav, ogg, webm, 3gp, flac, aac, wma, m4a, opus, pdf, doc, docx, xls, xlsx, ppt, pptx, txt, zip]

Request
Responses
- 201
- 422
- 500
Successful response
Validation Error
Internal Server Error