Chats

Request a video to a chat

post/v1/chats/{id}/request-video

Path parameters

idstring required

Request body

surroundingsIdnumber required

The id of the surrounding

clothesIdnumber required

The id of the clothes

emotionsIdnumber required

The id of the emotions

posesIdnumber required

The id of the poses

imageRequestCountnumber required

The number of images to request

Example request

{
  "surroundingsId": 1,
  "clothesId": 1,
  "emotionsId": 1,
  "posesId": 1,
  "imageRequestCount": 1
}

Response

Video requested successfully

balancenumber required

The balance

Example response

{
  "balance": 100
}

Changes

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