POST https://api.vidyard.com/dashboard/v1/videos/:video_id/audio_tracks
Add an audio track (translated audio) to a video

Params

Param name Description
language
required

BCP47 media language code for the track

Validations:

  • Must be a String

original_file_url
required

S3 URL of the uploaded audio file

Validations:

  • Must be a String


POST https://api.vidyard.com/dashboard/v1/videos/:video_id/audio_tracks/detect_language
Start detecting the video's original spoken language in the background


GET https://api.vidyard.com/dashboard/v1/videos/:video_id/audio_tracks/:id/download_url
Get a presigned URL to download an added track's original uploaded audio file