v1
latestOpenAPI 3.1.02026-07-2671117149.2 KBDub
Get Dubbing Results in Bulk
post/dubbing-results
Request body
Example request
{
"run_ids": [
12345,
6789
]
}Response
Successful Response
BulkDubbingRunsResults required
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.
Example response
{
"1344": {
"video_url": "https://example.com/video/processed_123.mp4",
"audio_url": "https://example.com/audio/processed_123.mp3",
"transcript": [
{
"start": 0,
"end": 5000,
"text": "Hello, this is a sample transcript.",
"speaker": "Speaker 1"
}
]
}
}