Project Videos
List Project Videos
Retrieve a list of all videos associated with a specific project
GET
This endpoint returns a list of all videos that were added to the specified project.
Path Parameters
The unique identifier of the project.
Response
The response is a JSON array of video objects. Each object has 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.