Text-to-Speech API
Learn how to make your first Text-to-Speech API call with Dubverse
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
The HTTP method for the TTS API call.
Endpoint URL
The endpoint URL for the TTS API.
Headers
Your Dubverse API key.
application/json
Request Body
The input text you want to convert to speech.
The ID of the speaker voice.
Additional configuration options.
URL to receive the API response if different from the origin.