Download Output

This method allows you to download your avatar video output.

Download Video Output

GET https://lipsync-ai.api.emotechlab.com/lipsync/download

Query Parameters

Name
Type
Description

token*

String

Your user token tied to your account is used to validate your identity.

fileName*

String

For video file $Job_uuid.mp4

The response body will be the json data, containing a URL for your content.

{
    "code":"200",
    "message":"success",
    "url":"xxxxx"
}

Last updated