Generate realistic lip-sync animations from audio using PixVerse Lipsync model's advanced synchronization algorithmPrice: 0.05 PTC/second
Request
Header Params
Body Params application/json
Example
{"video_url":"https://file.302.ai/gpt/imgs/20250722/fcdc31fe86da4091a7795189ab2614f6.mp4","audio_url":"https://file.302.ai/gpt/imgs/20250612/b128d9d521ae49f3ad6f310677a0fd83.mp3","voice_id":"Auto","text":"Hello, this is a test message."}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/302/submit/pixverse-lipsync' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"video_url": "https://file.302.ai/gpt/imgs/20250722/fcdc31fe86da4091a7795189ab2614f6.mp4",
"audio_url": "https://file.302.ai/gpt/imgs/20250612/b128d9d521ae49f3ad6f310677a0fd83.mp3",
"voice_id": "Auto",
"text": "Hello, this is a test message."
}'