PixVerse Platform Docs(for enterprise)
  1. Lip sync
PixVerse Platform Docs(for enterprise)
  • Model & Pricing
  • Multi-transition
    • How to use multi-transtion
    • Multi-trasition generate
      POST
  • Previous updates
    • Sound_effect
      • How to use Sound effects?
      • Generate Sound Effects
    • Lip sync
      • How to use Lip Sync?
      • Tts speaker list
      • Generate lip sync video
        POST
      • Get tts speaker list
        GET
    • Fusion(Reference to Video)
      • How to use fusion (reference to video)?
      • Generate Fusion(Reference to Video) video
    • Template for multiple-images
      • How to use multiple-image templates?
    • Extend
      • How to use Extend?
      • Generate Extend video
    • Restyle
      • How to use restyle?
      • Restyle generation
      • Restyle get list
  • Upload media (video&audio)
    POST
  1. Lip sync

Generate lip sync video

POST
/openapi/v2/video/lip_sync/generate

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/lip_sync/generate' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY;' \
--header 'Content-Type: application/json' \
--data-raw '{
  //"source_video_id": 343252186867485,
  "video_media_id":343252186867485,
  //"audio_media_id": 343252278420845,
  "lip_sync_tts_speaker_id": "auto",          
  "lip_sync_tts_content": "hello this is harry, where are you from?", 
}'
Response Response Example
Success
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "video_id": 0
}
Modified at 2025-06-20 11:56:52
Previous
Tts speaker list
Next
Get tts speaker list
Built with