Documentation

YourVoic Developer API

Powerful Speech AI APIs for Text-to-Speech and Speech-to-Text. Transform text into natural-sounding speech or convert audio to accurate transcriptions programmatically.

⚡ Ultra-Fast Speech AI
Generate natural speech in under 3 seconds or transcribe audio with 98%+ accuracy. Real-time streaming for both TTS and STT.

Our APIs #

Key Features #

🎙️ 1000+ Premium Voices
High-quality TTS voices with localized names across all languages.
🌍 99+ Languages
Support for Indian, European, and global languages for both TTS and STT.
⚙️ Advanced Controls
Speed, pitch, volume for TTS. Diarization, timestamps for STT.
⚡ Lightning Fast
TTS in 2-4 seconds, STT in real-time with ~300ms latency.
🔴 Real-Time Streaming
Stream audio generation or live transcription for real-time apps.
🔒 Secure & Reliable
Enterprise-grade security with 99.9% uptime.

Quick Examples #

Text-to-Speech

cURL - Generate Speech
curl -X POST "https://yourvoic.com/api/v1/tts/generate" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello! Welcome to YourVoic.",
    "voice": "Peter",
    "model": "aura-prime"
  }'

Speech-to-Text

cURL - Transcribe Audio
curl -X POST "https://yourvoic.com/api/v1/stt/transcribe" \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "file=@audio.mp3" \
  -F "model=cipher-fast"

Getting Started #

Follow these simple steps to start using the YourVoic API:

1. Get Your API Key

Sign up at yourvoic.com/api/user and generate your API key from the dashboard. Free tier includes credits to get started.

2. Choose Your API

Start with Text-to-Speech to generate audio, or Speech-to-Text to transcribe audio files.

3. Make Your First Request

Use the code examples above or check the detailed guides for each API. All requests use your API key via the X-API-Key header.

Need Help? #

We're here to help you succeed with the YourVoic API.

📧 Email Support
💬 WhatsApp Support
📚 Documentation