Skip to main content
POST

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

Vidu template story request.

story
enum<string>
required

Story template type

Available options:
love_story,
workday_feels,
monkey_king,
pigsy,
monk_tang,
one_shot
Example:

"love_story"

images
string[]
required

Character or scene images as URLs or base64 data URIs

Minimum array length: 1
Minimum string length: 1
Example:

Response

Task submitted successfully

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.