Chats

Send a gift to a chat

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

Path parameters

idstring required

Request body

giftIdstring required

Gift ID

textstring

Optional message text

imageRequestCountnumber

Number of images to generate (default: 1)

Example request

{
  "giftId": "0f7e98a1-9f2a-4b6b-9a94-1f2c3d4e5f6a",
  "imageRequestCount": 1
}

Response

Gift sent successfully

balancenumber required

The balance

Example response

{
  "balance": 100
}

Changes

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