send-image
POST/:instance/send-image
Send image Message
Send images to the chat.
You can send files in two ways:
Provide a URL for the file.
Encode the whole file content into BASE64 and send it in the request body.

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