Text-to-Speech API

Convert text into natural-sounding speech with ease.

Features

How It Works

1. Login

Sign up or log in to your account to access the dashboard.

2. Generate API Key

Click the 'Generate API Key' button to obtain your unique API key.

3. Use API

Send HTTP requests with your API key to receive TTS audio responses.

API Endpoint

                curl -X POST "https://api.example.com/tts" \
                -H "X-API-KEY: 87498543hrrjwebfr77fbf3793" \
                -H "Content-Type: application/json" \
                -d '{ "text": "Hello, this is a text-to-speech conversion!",
                "voice": "en-US-JennyNeural",
                "rate": "0%",       // Speech rate (range: -100% to 100%)
                "volume": "0%",     // Speech volume (range: -100% to 100%)
                "pitch": "0Hz"}'    // Voice pitch (range: -100Hz to 100Hz)
                
            

Usage Limits

Each API key includes 100 free text-to-speech conversions.

For additional usage, upgrade your plan in the dashboard.