Browse the available voice library. Pick a voice_id for /v1/audio/speech.
Read-only passthrough of the voice catalog (3,000+ pre-made voices). Cached server-side for 5 minutes, so back-to-back calls share one upstream request. Use this to populate a voice picker UI, then pass the chosenDocumentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
voice_id to POST /v1/audio/speech.
200 OK, OpenAI-style list shape.
| Field | Type | Notes |
|---|---|---|
voice_id | string | Opaque id — pass to /v1/audio/speech |
name | string | Human-readable name |
category | string | premade, cloned, etc. |
labels | object | Filter facets — gender, age, accent, use case |
preview_url | string | Short audio sample of the voice |
description | string | Free-text description |
| Header | What |
|---|---|
X-Kyma-Cache: hit | Catalog served from Redis |
X-Kyma-Cache: miss | Catalog fetched fresh from upstream |
| Status | When |
|---|---|
401 | Missing or invalid API key |
502 | Upstream catalog endpoint unavailable |
POST /v1/audio/speech — use a voice_id from this list