API Quick Reference

Endpoint

POST https://macaque.dubverse.ai/api/merlin/services/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://macaque.dubverse.ai/api/merlin/services/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

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!