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.
视频生成接口规范
POST /v1/videos
GET /v1/videos/{task_id}
curl https://api.aigc.it/v1/videos \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <YOUR_TOKEN>" \ -d '{ "model": "模型名称", "prompt": "视频描述", "metadata": { "input": { ... }, "parameters": { ... } } }'
model
prompt
metadata
curl https://api.aigc.it/v1/videos/<TASK_ID> \ -H "Authorization: Bearer <YOUR_TOKEN>"
pending
processing
succeeded
video_url
failed