Retrieves the results of multiple dubbing runs simultaneously using an array of run_id
values
run_id
values in the request payload. Each run_id
uniquely identifies a specific dubbing task that was created through our dubbing pipeline.
video_url
: URL to the dubbed video (if completed)audio_url
: URL to the dubbed audio (if completed)transcript
: Complete transcript with timing information (if completed)The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Successful Response
An object containing the results of one to five dubbing runs. Each key in the object is a unique identifier for a run, and the corresponding value is the result of the dubbing run.