image_url(必填):首帧图片,支持 HTTPS URL、base64 data URI(data:image/...)、qasset:// 引用end_image_url(可选):末帧图片,提供后走「首尾帧」模式curl --location 'https://api.qnaigc.com/queue/byteplus/seedance-2.0/fast/image-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "镜头缓慢推进,阳光透过树叶洒落",
"image_url": "https://example.com/frame.jpg",
"resolution": "720p",
"duration": "5",
"aspect_ratio": "16:9"
}'{
"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"
}
]
}