Skip to main content

Supported Voice Styles

Choose from our collection of voice styles to personalize your digital human’s voice in the Video Synthesis API. Each voice style has unique characteristics suited for different use cases and scenarios. Click the play button to preview each voice style.

How to Use

In your API request, specify the voice style in the voice parameter when using text-to-speech:
curl -X POST "https://app.navtalk.ai/generate" \
  -H "Content-Type: application/json" \
  -d '{
    "license": "your-api-key-here",
    "character_name": "navtalk.Leo",
    "content": "Welcome to NavTalk.",
    "voice": "echo"
  }'

Notes

  • Voice styles are only applicable when using TTS (text-to-speech) with the content parameter
  • When using audio_url or audio_base64, the voice parameter is not needed
  • Choose the voice style that best matches your content’s tone and intended audience