Embed everywhere
# Generate audio from text
curl -X POST https://voicethistext.com/api/v1/audio-generations \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello, world!",
"voice_id": "en-US-GuyNeural",
"generate_transcript": true
}'
Build with our API
Integrate text-to-speech into your applications with our powerful REST API. Generate audio, manage voices, and retrieve transcripts programmatically.
- Simple RESTful endpoints with JSON responses
- Bearer token authentication
- Webhooks for async generation status
- Comprehensive error handling
More features on the way
We're constantly improving VoiceThisText. Here's what's coming next.
PHP SDK
Native PHP integration
Ready to get started?
Create your free account and start generating audio today.