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.
Generate natural speech in under 3 seconds or transcribe audio with 98%+ accuracy. Real-time streaming for both TTS and STT.
Our APIs #
- 1000+ Premium Voices
- 50+ Languages
- Real-time Streaming
- Speed & Pitch Control
- 99+ Languages
- Real-time Streaming
- Speaker Diarization
- Translation Support
Key Features #
Quick Examples #
Text-to-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 -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.