Passer au contenu principal
POST
/
v1
/
reusable_lipsync_model
cURL
curl --request POST \
  --url https://api.vozo.ai/v1/reusable_lipsync_model \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "task_id": "<string>"
}'
{
  "model_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

Body

application/json
task_id
string
required

Previous task ID from lipsync API in precision mode

Response

Model ID

model_id
string
required

ID of the model