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.
创建、查询和下载 AGICTO API 视频任务
/v1/videos
创建任务
POST /v1/videos
multipart/form-data
保存任务 ID
id
查询状态
GET /v1/videos/{id}
下载结果
GET /v1/videos/{id}/content
curl https://api.agicto.cn/v1/videos \ -H "Authorization: Bearer $API_KEY" \ -F "model=sora-2-vip" \ -F "prompt=一辆电动汽车驶过未来城市街道,雨夜霓虹,电影感" \ -F "seconds=8" \ -F "size=1280x720"
curl https://api.agicto.cn/v1/videos/video_fe6f922f-da34-48a4-9c35-e71df5950cbf \ -H "Authorization: Bearer $API_KEY"
curl https://api.agicto.cn/v1/videos/video_fe6f922f-da34-48a4-9c35-e71df5950cbf/content \ -H "Authorization: Bearer $API_KEY" \ --output result.mp4