Get Status
This method allows you to check the progress of your submitted request.
/status Method
Get Status of a Request
GET https://lipsync-ai.api.emotechlab.com/lipsync/status
This gets the status for one job, via a URL query parameter called ID.
Query Parameters
Name
Type
Description
token*
String
Your user token tied to your account is used to validate your identity.
jobId*
String
Job UUID
Example JSON
{
"code":"200",
"message":"rendering"
}
{
"code":"200",
"message":"finished"
}No job with the ID $jobId was found. If the job completed a long time ago it's status may have been removed
$error message from API that caused the output generation to fail.
Last updated