文生视频
文生视频
在线创建视频,或通过异步 API 提交视频任务
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在线创建视频,或通过异步 API 提交视频任务
curl https://aibal.ai/api/v3/contents/generations/tasks \
-H "Authorization: Bearer $AIBAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2",
"content": [{"type": "text", "text": "一只猫在雨后的城市街道慢慢行走"}],
"ratio": "16:9",
"duration": 4,
"watermark": false
}'