Chats
Send a message to a chat
post/v1/chats/{id}/send-message
Path parameters
idstring required
Request body
Example request
{
"text": "Hello, how are you?",
"imageRequestCount": 1
}Response
Message sent successfully
Example response
{
"balance": 100
}Changes
No recorded changes to this endpoint across all 1 revision of this API.