Skip to content

Feature Request: Add query parameters to client.voices.list() #76

@veera-puthiran-14082

Description

@veera-puthiran-14082

The Cartesia REST API documentation for List Voices shows supports query parameter:

q (search string)

However, the current Python SDK's client.voices.list() method does not seem to accept these arguments, making it difficult to filter voices programmatically without fetching the entire list and filtering client-side.

Expected Behavior:
I should be able to call:

client.voices.list(q="my_voice")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions