Studio

Request studio video generation

Generates video for the specified character. First generates an image, then converts to video. Returns immediately with generation status.

post/v1/studio/video

Request body

modelIdstring required

Model (AI partner) ID

surroundingsIdnumber required

Surroundings id

clothesIdnumber required

Clothes id

emotionsIdnumber required

Emotions id

posesIdnumber required

Poses id

countnumber

Number of videos to generate (1-10)

Example request

{
  "modelId": "uuid",
  "surroundingsId": 1,
  "clothesId": 1,
  "emotionsId": 1,
  "posesId": 1,
  "count": 1
}

Response

Video generation started successfully

idstring required

Attachment ID

type'image' | 'video' | 'audio' | 'gift' required

Type of media

status'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT' required

Status of the media generation

modelIdstring required

Model ID associated with this generation

createdAtstring date-time required

Creation timestamp

Changes

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