Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
创建视频生成任务并轮询结果。
/v1/videos/generations
curl https://apiany.ai/v1/videos/generations \ -H "Authorization: Bearer $APIANY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "seedance-2.0", "prompt": "A cinematic product launch shot for an AI API platform", "duration": "10s", "resolution": "720p", "ratio": "16:9" }'
/v1/videos/generations/sync