Skip to main content
API Introduction Dark

API Quick Reference

Endpoint

POST https://audio.dubverse.ai/api/tts

Headers

X-API-Key: YOUR_API_KEY_HERE
Content-Type: application/json

Request Body

{
  "text": "Hello welcome to AI voices by Dubverse where voices are so real, you won't know it's AI!",
  "speaker_no": 1195,
  "config": {
    "use_streaming_response": false
  }
}

Sample cURL Request

curl -X POST "https://audio.dubverse.ai/api/tts" \
-H "X-API-Key: YOUR_API_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello welcome to AI voices by Dubverse where voices are so real, you won't know it's AI!",
"speaker_no": 1195,
"config": {
"use_streaming_response": false
}
}'

Key Features

High-quality TTS

Convert text to natural-sounding speech

Multiple Speakers

Choose from a variety of voice options

Customizable Parameters

Adjust speech parameters to your needs

Streaming Support

Get streamed or non-streamed audio output

Quick Start Guide

Create Account

Set up your Dubverse account

Get API Key

Obtain your API credentials

First API Call

Make your first TTS request

Need Help?

If you need assistance or have any questions, please don’t hesitate to contact our support team at [email protected]. Thank you for choosing our TTS API. We’re excited to see what you’ll create!