| 类型 | 最大数量 |
|---|---|
| image_urls | 9 |
| video_urls | 3 |
| audio_urls | 3 |
| 总计 | 12 |
image_urls 或 video_urls 至少提供其一audio_urls 而不提供图片/视频时报错qasset:// 引用curl --location 'https://api.qnaigc.com/queue/byteplus/seedance-2.0/fast/reference-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "参考图片中的风格,生成一段动态场景",
"image_urls": [
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
],
"resolution": "720p",
"duration": "5"
}'{
"request_id": "qvideo-abc123",
"response_url": "https://api.aitoken.com/queue/byteplus/seedance-2.0/fast/requests/qvideo-abc123",
"status_url": "https://api.aitoken.com/queue/byteplus/seedance-2.0/fast/requests/qvideo-abc123/status",
"cancel_url": "string",
"status": "IN_QUEUE",
"queue_position": 0,
"logs": [
{
"message": "string",
"level": "STDERR",
"source": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
]
}