
ElevenAPI
Déployez une IA vocale en une seule requête
Déployez une IA vocale en une seule requête
Déployez une IA vocale en une seule requête
Obtenez votre clé API gratuite et effectuez un appel TTS en production en moins d'une minute. 10 000 crédits, sans carte bancaire.
10k crédits gratuits par mois
Accès complet à toutes les API
SOC 2 Type II et ISO 27001
from elevenlabs import ElevenLabs client = ElevenLabs(api_key="sk_...") audio = client.text_to_speech.convert( voice_id="U1me6X0sIhQz6nAjDuVU", model_id="eleven_flash_v2_5", text="Your platform just found its voice.", ) # streamed audio, ~75 ms to first byte
$ curl -X POST https://api.elevenlabs.io/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb \ -H "xi-api-key: $ELEVENLABS_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "Your platform just found its voice.", "model_id": "eleven_flash_v2_5" }' --output speech.mp3
$ elevenlabs text-to-speech convert \ --model-id eleven_flash_v2_5 \ --voice-id 3cjtcbSfNCiKYL34TDbF \ --text "Your platform just found its voice." \ --output speech.mp3 # npm i -g @elevenlabs/cli — one command from prompt to audio
import { ElevenLabsClient } from "elevenlabs"; const client = new ElevenLabsClient({ apiKey: process.env.ELEVENLABS_API_KEY! }); const audio = await client.textToSpeech.convert("6ce2j5ZU8hRGBD9VwEaX", { text: "Your platform just found its voice.", modelId: "eleven_flash_v2_5", }); // fully typed, edge-ready
from elevenlabs import ElevenLabs client = ElevenLabs(api_key="sk_...") audio = client.text_to_speech.convert( voice_id="U1me6X0sIhQz6nAjDuVU", model_id="eleven_flash_v2_5", text="Your platform just found its voice.", ) # streamed audio, ~75 ms to first byte
$ curl -X POST https://api.elevenlabs.io/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb \ -H "xi-api-key: $ELEVENLABS_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "Your platform just found its voice.", "model_id": "eleven_flash_v2_5" }' --output speech.mp3
$ elevenlabs text-to-speech convert \ --model-id eleven_flash_v2_5 \ --voice-id 3cjtcbSfNCiKYL34TDbF \ --text "Your platform just found its voice." \ --output speech.mp3 # npm i -g @elevenlabs/cli — one command from prompt to audio
import { ElevenLabsClient } from "elevenlabs"; const client = new ElevenLabsClient({ apiKey: process.env.ELEVENLABS_API_KEY! }); const audio = await client.textToSpeech.convert("6ce2j5ZU8hRGBD9VwEaX", { text: "Your platform just found its voice.", modelId: "eleven_flash_v2_5", }); // fully typed, edge-ready
from elevenlabs import ElevenLabs client = ElevenLabs(api_key="sk_...") audio = client.text_to_speech.convert( voice_id="U1me6X0sIhQz6nAjDuVU", model_id="eleven_flash_v2_5", text="Your platform just found its voice.", ) # streamed audio, ~75 ms to first byte
$ curl -X POST https://api.elevenlabs.io/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb \ -H "xi-api-key: $ELEVENLABS_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "Your platform just found its voice.", "model_id": "eleven_flash_v2_5" }' --output speech.mp3
$ elevenlabs text-to-speech convert \ --model-id eleven_flash_v2_5 \ --voice-id 3cjtcbSfNCiKYL34TDbF \ --text "Your platform just found its voice." \ --output speech.mp3 # npm i -g @elevenlabs/cli — one command from prompt to audio
import { ElevenLabsClient } from "elevenlabs"; const client = new ElevenLabsClient({ apiKey: process.env.ELEVENLABS_API_KEY! }); const audio = await client.textToSpeech.convert("6ce2j5ZU8hRGBD9VwEaX", { text: "Your platform just found its voice.", modelId: "eleven_flash_v2_5", }); // fully typed, edge-ready
Approuvé par les ingénieurs des plus grandes marques mondiales
Approuvé par les ingénieurs des plus grandes marques mondiales
Des voix au rendu naturel et d'une grande richesse émotionnelle, soutenues par une API solide et fiable. Idéal pour aborder de nouveaux marchés et de nouvelles langues en toute confiance.
Des voix au rendu naturel et d'une grande richesse émotionnelle, soutenues par une API solide et fiable. Idéal pour aborder de nouveaux marchés et de nouvelles langues en toute confiance.
Des voix au rendu naturel et d'une grande richesse émotionnelle, soutenues par une API solide et fiable. Idéal pour aborder de nouveaux marchés et de nouvelles langues en toute confiance.
Cankut Kostur
Ingénieur Senior, Codeway
Trois étapes vers votre premier audio
Trois étapes vers votre premier audio
Trois étapes vers votre premier audio
Obtenez 10 000 crédits gratuits
Inscrivez-vous gratuitement, sans carte de crédit requise
Récupérez votre clé API
Générez une clé depuis votre tableau de bord
Collez le code
Une seule demande - et vous êtes en direct