/fast)。若任务仍在进行中,返回 HTTP 400,响应体为 Fal 状态结构且 detail.type 为 request_in_progress。若任务失败、取消或过期,返回对应 HTTP 状态码及 FalErrorResponse。成功则返回 HTTP 200,正文为 FalResultResponse(含 video)。Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/bytedance/seedance-2.0/requests/' \
--header 'Authorization: Bearer <token>'{
"video": {
"url": "https://cdn.example.com/output/video.mp4",
"content_type": "video/mp4",
"duration": 5,
"file_name": "output.mp4",
"file_size": 0
}
}