act_two
How to Make a Call
API Schemas
Video Generation
post
Body
modelstring · enumRequiredPossible values:
characterone ofRequired
The character to control. You can either provide a video or an image. A visually recognizable face must be visible and stay within the frame.
or
frame_sizestring · enumOptionalDefault:
The width and height of the video.
1280:720Possible values: body_controlbooleanOptional
A boolean indicating whether to enable body control. When enabled, non-facial movements and gestures will be applied to the character in addition to facial expressions.
expression_intensityinteger · min: 1 · max: 5OptionalDefault:
An integer between 1 and 5 (inclusive). A larger value increases the intensity of the character's expression.
3seedinteger · max: 4294967295Optional
Varying the seed integer is a way to get different results for the same other request parameters. Using the same value for an identical request will produce similar results. If unspecified, a random number is chosen.
Responses
200Success
application/json
post
/v2/video/generations200Success
Retrieve the generated video from the server
get
Authorizations
AuthorizationstringRequired
Bearer key
Query parameters
generation_idstringRequiredExample:
<REPLACE_WITH_YOUR_GENERATION_ID>Responses
200Success
application/json
get
/v2/video/generations200Success
Full Example: Generating and Retrieving the Video From the Server

Last updated
Was this helpful?

