• Need help with NabzClan?

    Message Ally — she’s not your typical annoying chatbot.
    She genuinely learns and improves to help you better.

    Try it: "How can I get my adcode?"

    Open Ally

    Check our projects

    View Projects and AI Projects

    Are you a developer?

    Check Developer Resources

    We’re no longer just a sideloading community — we’re expanding.


    Skip adcodes & support us

    Upgrade your account to any VIP tier:

    View Subscriptions
  • Account Registration Notice

    We are currently working on resolving an issue with standard account sign-ups. An update will be provided shortly.

    In the meantime, you may still register or log in using:

    • Google
    • GitHub
    • Twitter

    Thank you for your patience and understanding.

Introducing Capa our first Text to Speech model - 04-27/2026

polo

Administrator
Staff member
VIP 4
Joined
Aug 19, 2025
Messages
179
Reaction score
68
Points
28

Generate MP3 Audio​

curl -X POST https://developer.nabzclan.vip/api/ai/v1/audio/speech \<br> -H "Authorization: Bearer YOUR_API_TOKEN" \<br> -H "Content-Type: application/json" \<br> -d '{<br> "model": "v1-capa-tts-nabzclan/en-AU-NatashaNeural",<br> "input": "Hello, this is a voice test generated with the Capa text to speech model by nabzclan."<br> }' \<br> --output speech.mp3

JSON/Base64 Mode​

If your app prefers JSON, add ?response_format=json. This returns JSON containing base64 audio instead of a raw binary response.

curl -X POST "https://developer.nabzclan.vip/api/ai/v1/audio/speech?response_format=json" \<br> -H "Authorization: Bearer YOUR_API_TOKEN" \<br> -H "Content-Type: application/json" \<br> -d '{<br> "model": "v1-capa-tts-nabzclan/en-US-GuyNeural",<br> "input": "Hello, this is a voice test generated with the Capa text to speech model by nabzclan."<br> }'

Available Voices​

The first Capa TTS release includes 19 voices across English and Spanish locales. Every voice has a generated MP3 sample in the docs so you can compare tone, pacing, accent, and pronunciation before choosing one.

  • English: Australia, Canada, Hong Kong, India, New Zealand, and United States voices.
  • Spanish: Argentina, Mexico, Puerto Rico, Spain, and Dominican Republic voices.
  • Samples: each voice sample uses the same phrase for easy comparison.


Read blog: https://developer.nabzclan.vip/blog/introducing-capa-text-to-speech-api <--- READ!!!!

Docs: https://developer.nabzclan.vip/docs/endpoints/text-to-speech
 
455Threads
458Messages
12,251Members
PolinaLatest member
Top