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.
使用 AI 快速生成短视频内容
wan2.6-i2v-flash-5s-1080p
wan2.6-i2v-flash-5s-720p-audio
wan2.6-i2v-5s-1080p
wan2.6-i2v-15s-1080p
# 1. 创建任务 curl https://api.aigc.it/v1/videos \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <YOUR_TOKEN>" \ -d '{ "model": "wan2.6-i2v-flash-5s-1080p", "prompt": "Gentle breeze blowing through the trees, clouds slowly moving across the sky, peaceful and serene atmosphere", "metadata": { "input": { "img_url": "https://example.com/landscape.png" } } }' # 2. 查询结果 curl https://api.aigc.it/v1/videos/<TASK_ID> \ -H "Authorization: Bearer <YOUR_TOKEN>"
curl https://api.aigc.it/v1/videos \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <YOUR_TOKEN>" \ -d '{ "model": "wan2.6-i2v-flash-5s-720p-audio", "prompt": "A cute cat playing with a ball, playful movements, happy and energetic", "metadata": { "input": { "img_url": "https://example.com/cat.png" } } }'