Skip to main content
GET
获取可用音色列表
List available ElevenLabs voices. Returns voiceId, name, previewUrl, and labels synchronously — use the voiceId values in Text to Dialogue inputs[].voiceId.
This endpoint is synchronous. It does not create a task and does not consume character credits.

Query Filters

Call this endpoint first to pick voice IDs, then pass them into POST /eleven/dialogue. Preview a voice with the returned previewUrl before synthesizing.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
string

按分类过滤:premade / cloned / generated / professional

Example:

"premade"

按名称 / description / voiceId 模糊搜索

Example:

"George"

Response

200 - application/json

音色列表

voices
object[]
required
total
number
required
Example:

20