Skip to main content
POST

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json
subject_reference_images
string[]
required

Subject reference image URLs. Supports publicly accessible HTTP/HTTPS URLs or Base64 Data URLs. Used to maintain the appearance characteristics of the reference subject in the generated video.

Required array length: 1 - 10 elements

Image URL or Base64 Data URL. Image format: JPG/JPEG/PNG/WebP, <20MB, recommended short side >300px.

Minimum string length: 1
Example:
prompt
string

Video content description (optional). Describe the subject's actions, scenes, etc. Supports Chinese and English. Max 2000 characters.

Required string length: 1 - 2000
Example:

"A girl runs toward the camera and winks with a smile."

prompt_optimizer
boolean
default:true

Whether to automatically optimize the prompt. Default is true. Set to false for more precise control.

Example:

true

Response

Successful response with task ID

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.