ElevenAPI

단 하나의 요청으로 음성 AI를 배포하세요

단 하나의 요청으로 음성 AI를 배포하세요

단 하나의 요청으로 음성 AI를 배포하세요

1분 안에 무료 API 키를 받고 실제 서비스용 TTS 호출을 시작하세요. 신용카드 등록 없이 1만 크레딧이 제공됩니다.

매월 10,000 보너스 크레딧 제공

모든 API에 대한 전체 액세스 권한

SOC 2 Type 2 및 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

세계 최고 브랜드의 엔지니어들이 신뢰하는 기업

세계 최고 브랜드의 엔지니어들이 신뢰하는 기업

탄탄하고 신뢰할 수 있는 API를 바탕으로, 자연스럽고 감정이 풍부하게 느껴지는 목소리입니다. 덕분에 확신을 가지고 새로운 언어와 시장으로 확장할 수 있었습니다.

탄탄하고 신뢰할 수 있는 API를 바탕으로, 자연스럽고 감정이 풍부하게 느껴지는 목소리입니다. 덕분에 확신을 가지고 새로운 언어와 시장으로 확장할 수 있었습니다.

탄탄하고 신뢰할 수 있는 API를 바탕으로, 자연스럽고 감정이 풍부하게 느껴지는 목소리입니다. 덕분에 확신을 가지고 새로운 언어와 시장으로 확장할 수 있었습니다.

잔쿠트 코스투르

코드웨이 시니어 엔지니어

첫 오디오까지 단 세 단계

첫 오디오까지 단 세 단계

첫 오디오까지 단 세 단계

무료 크레딧 10,000개 받기

무료 가입, 신용카드 필요 없음

API 키를 받으세요

대시보드에서 키를 생성하세요

스니펫 붙여넣기

한 번의 요청으로 바로 시작하세요