ToolKiti
Home/音频/ElevenLabs API

ElevenLabs API

ElevenLabs 接口

Text-to-speech, voice cloning, and sound effects generation with ultra-realistic voices.

超逼真的文本转语音、语音克隆和音效生成。

Pricing

free tier available, pay-as-you-go

Authentication

  • API Key

Popularity

65/100

Endpoints

https://api.elevenlabs.io/v1/text-to-speech
https://api.elevenlabs.io/v1/sound-generation

SDKs

PythonNode.jscurl

Key Features

Code Examples

Text-to-Speechbash
curl https://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM \
  -H "Content-Type: application/json" \
  -H "xi-api-key: $ELEVENLABS_API_KEY" \
  -d '{"text": "Hello from ElevenLabs!"}' \
  --output speech.mp3

Tags

audiottsvoice-cloning

Last updated: 2026-07-27

Get Started with ElevenLabs API

Click below to visit the official website and start using this API.

Visit ElevenLabs API