Skip to main content

Prerequisites

Before you begin, ensure you have:
  • Your Dubverse API key (If you haven’t obtained one, visit the API Key page)
  • A tool for making HTTP requests (e.g., Postman, cURL, or your preferred programming language)

API Request Details

HTTP Method

string
required
The HTTP method for the TTS API call.

Endpoint URL

string
required
The endpoint URL for the TTS API.

Headers

string
required
Your Dubverse API key.
string
required
application/json

Request Body

string
required
The input text you want to convert to speech.
number
required
The ID of the speaker voice.
object
Additional configuration options.
string
URL to receive the API response if different from the origin.