Create Video Generation Task
视频(Videos)
创建视频生成任务
提交视频生成任务,支持文生视频和图生视频。
返回任务 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.
授权
Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx
请求体
application/json
Video generation request
Model/Style ID
示例:
"kling-v1"
Text description prompt
示例:
"An astronaut stood up and walked"
Image input (URL or Base64)
示例:
"https://example.com/image.jpg"
Video duration (seconds)
示例:
5
Video width
示例:
1280
Video height
示例:
720
Video frame rate
示例:
30
Random seed
示例:
20231234
Number of videos to generate
示例:
1
Response format
示例:
"url"
User identifier
示例:
"user-1234"
Extended parameters (e.g., negative_prompt, style, quality_level, etc.)
