Skip to main content
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