Project Videos
Get Project Video
Retrieve details of a specific video in a project
GET
This endpoint returns detailed information about a specific video within a project.
Path Parameters
string
required
The unique identifier of the project.
string
required
The unique identifier of the video.
Response
The response is a JSON object with the following fields:string
Unique video identifier.
string
Name of the video.
string
Current status of the video (e.g., ‘new’, ‘in_progress’, ‘completed’).
string
Type of video processing (e.g.,
dubbing, voiceover, audio_description, transcription, translation, subtitling).string
Source language code.
array
Array of target language codes.
string
URL to the video resource.
number
Duration of the video in seconds (if available).
string
Additional remarks about the video (if any).
array | null
Array of key-value pairs containing video metadata, if provided.
string
ISO timestamp of creation.
string
ISO timestamp of last update.