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"
}

Last updated