Create Video Generation Task
Videos
Create Video Generation Task
提交视频生成任务,支持文生视频和图生视频。
返回任务 ID,可通过 GET 接口查询任务状态。
POST
Create Video Generation Task
Documentation Index
Fetch the complete documentation index at: https://docs.utoken.wgame-hk.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx
Body
application/json
Video generation request
Model/Style ID
Example:
"kling-v1"
Text description prompt
Example:
"An astronaut stood up and walked"
Image input (URL or Base64)
Example:
"https://example.com/image.jpg"
Video duration (seconds)
Example:
5
Video width
Example:
1280
Video height
Example:
720
Video frame rate
Example:
30
Random seed
Example:
20231234
Number of videos to generate
Example:
1
Response format
Example:
"url"
User identifier
Example:
"user-1234"
Extended parameters (e.g., negative_prompt, style, quality_level, etc.)
