cURL
curl --request POST \ --url https://api.vozo.ai/v1/video_generation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "reference_file_url": "<string>", "audio_url": "<string>", "model": "standard_v1", "reference_file_type": "video", "callback_url": "<string>" }'
{ "task_id": "<string>" }
Create a lipsynced talking video
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.
Job ID
The response is of type object.
object
Was this page helpful?