Skip to main content
GET

Path Parameters

string
required
The unique identifier of the project to retrieve.

Response

The response format varies depending on the project status.

Common Fields

string
Name of the project.
string
Source language of the video.
string
Target language for dubbing.
string
Audio mixing mode used for the project.
number
Number of minutes charged for this project.
string
ISO timestamp when the project was created.
string
Current status: in_progress, ready, or error.

Ready Project Fields

string
ISO timestamp when processing completed.
string
Download URL for the dubbed video file.
string
Download URL for the dubbed audio track.
array
Array of source language script segments with timing information.
array
Array of target language script segments with timing information. Uses the same structure as output_source_script.
array
Array of speaker configurations used for dubbing.

In Progress Project Fields

string
ISO timestamp of estimated completion time.

Error Project Fields

string
Description of the error that occurred during processing.