GET
/
lipsync
/
{id}

introduction

after submitting your video and audio for synchronization, use the /lipsync/{id} endpoint to monitor progress and retrieve your video.

stay updated on your 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 lipsync videos

once you have your x-api-key, you’re ready to start tracking the progress of your lipsync videos. 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 video.

createdAt
string
required

The date and time the video was created.

status
string
required

The status of the video.

videoUrl
string
required

A URL which can be used to download the video.

originalVideoUrl
string
required

The original URL of the video that was submitted.

originalAudioUrl
string
required

The original URL of the audio that was submitted.

synergize
boolean
required

A flag to enable / disable post-processing

creditsDeducted
number
required

The number of credits deducted for the video.

webhookUrl
string
required

The URL to the webhook endpoint.

errorMessage
string
required

An error message if the video failed to process.