Easy API Integration
Integrate ElevenLabs into your apps with just a few lines of code. Simple REST API, comprehensive documentation, and examples in every language.
β‘
Simple API Call
curl -X POST https://api.eachlabs.ai/v1/prediction/ \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "elevenlabs-tts-timestamp",
"version": "0.0.1",
"input": {
"text": "Your text to convert",
"voice_id": "21m00Tcm4TlvDq8ikWAM",
"model_id": "eleven_turbo_v2_5"
}
}'
π
Full Documentation
Every model comes with complete API documentation including code examples in Python, JavaScript, Go, and more.