Get lipsync
check the status of your lip-sync job and retrieve the download URL for your synchronized video. this endpoint ensures you can track your job’s progress and access the final output once it’s ready.
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
Path Parameters
Response
A unique identifier for the video.
The date and time the video was created.
The status of the video.
A URL which can be used to download the video.
The original URL of the video that was submitted.
The original URL of the audio that was submitted.
A flag to enable / disable post-processing
The number of credits deducted for the video.
The URL to the webhook endpoint.
An error message if the video failed to process.