Skip to main content
GET
cURL

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

路径参数

task_id
string
必填

响应

Job Status

status
enum<string>
必填

Current job status: pending, processing, done, failed

可用选项:
pending,
processing,
done,
failed
video_url
string

When job is finished, the output video could be download using this URL.

最后修改于 2025年12月31日