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

Get tts speaker list

Developing
GET
/openapi/v2/video/lip_sync/tts_list

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
curl --location --request GET 'https://app-api.pixverse.ai/openapi/v2/video/lip_sync/tts_list?page_num=1&page_size=2' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY;' \
--header 'Content-Type: application/json'
Response Response Example
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "total": 15,
        "data": [
            {
                "speaker_id": "7",
                "name": "Harper"
            },
            {
                "speaker_id": "8",
                "name": "Ava"
            },
            {
                "speaker_id": "3",
                "name": "Isabella"
            },
            {
                "speaker_id": "9",
                "name": "Sophia"
            },
            {
                "speaker_id": "1",
                "name": "Emily"
            },
            {
                "speaker_id": "5",
                "name": "Chloe"
            },
            {
                "speaker_id": "10",
                "name": "Julia"
            },
            {
                "speaker_id": "11",
                "name": "Mason"
            },
            {
                "speaker_id": "12",
                "name": "Jack"
            },
            {
                "speaker_id": "4",
                "name": "Liam"
            },
            {
                "speaker_id": "2",
                "name": "James"
            },
            {
                "speaker_id": "13",
                "name": "Oliver"
            },
            {
                "speaker_id": "6",
                "name": "Adrian"
            },
            {
                "speaker_id": "14",
                "name": "Ethan"
            },
            {
                "speaker_id": "Auto",
                "name": "Auto"
            }
        ]
    }
}
Modified at 2025-06-21 08:45:23
Previous
Generate lip sync video
Next
How to use fusion (reference to video)?
Built with