ElevenLabs Text to Speech

otherElevenLabs

Natural multilingual text-to-speech with expressive voices, adjustable similarity and stability, and fast asynchronous delivery.

Get API Key
ElevenLabs Turbo V2.5
Per character: 0.015 credits/char (min 15)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/audio/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "elevenlabs/turbo-v2.5", "input": {"text": "Hello from ElevenLabs.", "voice_id": "Alice"}}'
ElevenLabs Multilingual V2
Per character: 0.03 credits/char (min 30)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/audio/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "elevenlabs/multilingual-v2", "input": {"text": "Hello from ElevenLabs.", "voice_id": "Alice"}}'