Video Generation
textimage
Kling 2.5 Turbo
Kling 2.5 Turbo
Kling 2.5 Turbo video generation, supporting text-to-video and first-frame or first+last-frame image-to-video.
输入
生成方式
仅使用文本描述生成视频,无需上传图片。
Duration
Aspect_ratio
Mode
准备开始生成API 参考
POSThttps://api.token360.ai/v1/videos# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "kling-2.5-turbo",
"prompt": "A cinematic cat sprinting through a neon alley at night",
"duration": 5,
"aspect_ratio": "16:9",
"mode": "std"
}'
# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
-H "Authorization: Bearer your-api-key"