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
The unique identifier of the project.
The unique identifier of the video.
Response
The response is a JSON object with the following fields:Unique video identifier.
Name of the video.
Current status of the video (e.g., ‘new’, ‘in_progress’, ‘completed’).
Type of video processing (e.g.,
dubbing, voiceover, audio_description, transcription, translation, subtitling).Source language code.
Array of target language codes.
URL to the video resource.
Duration of the video in seconds (if available).
Additional remarks about the video (if any).
Array of key-value pairs containing video metadata, if provided.
ISO timestamp of creation.
ISO timestamp of last update.