Chats

Send a message to a chat

post/v1/chats/{id}/send-message

Path parameters

idstring required

Request body

textstring required

The text of the message

imageRequestCountnumber required

The number of images to request

Example request

{
  "text": "Hello, how are you?",
  "imageRequestCount": 1
}

Response

Message sent successfully

balancenumber required

The balance

Example response

{
  "balance": 100
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.