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
string
required
The unique identifier of the project.
Response
The response is a JSON array of video objects. Each object has 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.