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.
An array of unique positive integers, each representing the ID of a specific run. You must provide between 2 and 5 IDs, and all IDs must correspond to the same run type (e.g., all text-to-speech or all dubbing runs).
2 - 5 elements[12345, 6789]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.