GET
/
api
/
v1
/
lipsync
/
inference
/
{id}

Path

id
uuid

This is the id of the lip-sync task to fetch

Authorization
string

This is the user auth token generated for app.fluxon.ai.

Response

status
string

The status of the current task. Can be “success”, “failure”, “started”.

error
string

The error (if any) encountered by the task. Only present if status was “failure”.

url
URL

The url (if any) for the lip-synced video generated by the task. Only present if status was “success”.