Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt

Use this file to discover all available pages before exploring further.

def voices_get(client: Cartesia) -> Any:
    """Get a specific voice."""
    voice = client.voices.get("voice-id")
    return voice
From cartesia-python/examples/examples.py:468

Run this example

cd cartesia-python
CARTESIA_API_KEY=YOUR_KEY python3 examples/examples.py voices_get