--- title: Wav2Lip Free API emoji: 🗣️ colorFrom: purple colorTo: pink sdk: docker app_port: 7860 pinned: false license: other --- # Wav2Lip Free CPU API ⚠️ **License**: Wav2Lip is for non-commercial use only (LRS2 dataset license). ## API - `GET /` — info - `GET /health` — health check - `POST /lipsync` — multipart face + audio → MP4 with synced mouth ## Example ```bash curl -X POST \ -F "face=@face.png" \ -F "audio=@audio.mp3" \ https://evanding-wav2lip-api.hf.space/lipsync \ -o result.mp4 ``` ## Keep-alive Free CPU Space sleeps after 48h of inactivity. Set up UptimeRobot (free) to ping the URL every 30 minutes.