Latent Sync - Lip-sync video generation
Generate lip-synced video by synchronizing a video with an audio file using AI Latent-Sync technology
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
URL of the video to sync
"https://example.com/input-video.mp4"
URL of the audio to sync
"https://example.com/input-audio.mp3"
Seed for the syncing process
42
Guidance strength for the sync process
1
If true, the private URL (gs URI) of the generated video will be returned
false
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
Response
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}