GET
/
translate
/
{id}

introduction

following your video submission for translation, the /translate/{id} endpoint to monitor progress and retrieve your video.

keep tabs on your translation job’s status and get the final, generated video.

quick start

authentication

before you can start using our api, you need to authenticate your requests. this is done using an x-api-key that links your requests to your account. if you don’t have an api key yet, check out the instructions here to obtain one.

track your translation jobs

with your x-api-key in hand, you can easily follow the progress of your translation projects. to track your video via the playground above follow the instructions below:

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

A unique identifier for the translation job.

createdAt
string
required

The date and time the translation job was created.

status
string
required

The status of the translation job.

step
object
required

The step of the translation job.

videoUrl
object

A URL which can be used to download the video.

audioUrl
object
required

A URL which can be used to download the audio.

transcriptUrl
object

A URL to access the transcript of the video.

originalVideoUrl
string
required

The original URL of the video that was submitted.

sourceLanguage
object
required

The source language of the video.

targetLanguage
string

The language into which the video is being translated.

creditsDeducted
object
required

The number of credits deducted for the translation.

webhookUrl
object
required

The webhook URL for the translation job.

errorMessage
object
required

An error message if the translation job failed to process.