POST

Synchronize a video's lip movements to a provided audio track, with selectable sync mode. Powered by Sync Labs lipsync-2-pro on Replicate

/v1/video/lipsync

Powered by Replicate

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/video/lipsync
Content-Type: application/json

{
  "video": "example",
  "audio": "example",
  "sync_mode": "balanced"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Synchronize a video's lip movements to a provided audio track, with selectable sync mode. Powered by Sync Labs lipsync-2-pro on Replicate.

Cloud platform to run open-source machine learning models via API.

Request schema

Body: JSON · application/json

FieldTypeDescription
videostringrequired
audiostringrequired
sync_modestringrequiredenum: balanced, cut_off, loop, bounce, silence
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/video/lipsync \
  -H "Content-Type: application/json" \
  -d '{
  "video": "example",
  "audio": "example",
  "sync_mode": "balanced"
}'

402 payment flow omitted — see Integrations for settlement.