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