Skip to main content
POST
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.

请求体

application/json
reference_file_url
string
必填

Url that our server could download the reference file. Supported video types: .mp4 .mov .webm .avi .wmv. Supported image types: .jpg .jpeg .png .webp

audio_url
string
必填

Url that our server could download the audio file from to drive the reference. Supported audio types: .wav .mp3 .m4a

model
enum<string>
必填

standard_v1 or precision_v1. Standard model runs faster but the quality is lower.

可用选项:
standard_v1,
precision_v1
reference_file_type
enum<string>
必填

image or video

可用选项:
video,
image
callback_url
string

Url for callback if the job status changes. This URL will receive a request with the schema same as response for query job status API when job status changes.

响应

Job ID

task_id
string
必填

ID of the task

最后修改于 2026年2月12日