Download Output
This method allows you to download your output; either an fbx or csv file, as well as the TTS audio file.
Please note, you temporarily may need to wait a few minutes after generating before you attempt to download your content.
/download Method
Download Animation Output
GET https://lipsync-ai.api.emotechlab.com/lipsync/download
Query Parameters
token*
String
Your user token tied to your account is used to validate your identity.
fileName*
String
For audio file $Job_uuid.wav ; For fbx file $Job_uuid.fbx ;
For csv file $Job_uuid.csv
The response body will be json data, containing the URL for your content.
{
"code":"200",
"message":"success",
"url":"xxxxx"
}
We can not download the file because it was not generated. There is no file generated for the jobID due to API failure, therefore the job can not be downloaded. Please use the /status method to check for specific failed reasons.
The server is busy, causing file fail to download at this time, please try again in a few minutes.
Last updated