Text To Video
AI Video
Create Text to Video Task
POST
Text To Video
Authorizations
API Key Bearer Token
Body
application/json
Required string length:
1 - 2000Output video duration in seconds.
Required range:
1 <= x <= 10Callback notification URL for task results. If configured, the server will actively send notifications when the task status changes. The message schema of the notification can be found in the Callback Protocol section.
Required string length:
1 - 2083Example:
"https://example.com/callback"
Available options:
t2v-2.4-faster, t2v-2.4-advanced Example:
"t2v-2.4-faster"
Available options:
japanese_anime, realistic, pixel, cartoon_game, flat_color_anime, 90s_style Example:
"japanese_anime"
Output video aspect ratio.
Available options:
16:9, 9:16, 1:1, 4:3, 3:4 Examples:
"16:9"
"9:16"
"1:1"
"4:3"
"3:4"
Callbacks
POST{$request.body.callback_url}task_status_callback
Body
application/json
Available options:
PENDING, QUEUING, PROCESSING, SUCCESS, FAILED, CANCELED Available options:
TEXT_TO_VIDEO, IMAGE_TO_VIDEO, VIDEO_TO_VIDEO, TEMPLATE_TO_VIDEO, TALKING_AVATAR Response
Successful Response