Skip to main content
GET
List voices

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer sk_hopper_... Keys are minted in the dashboard at withhopper.com/console/keys and shown once at creation. WebSocket connections also accept ?api_key=.

Query Parameters

scope
enum<string>
default:all

Which voices to list.

Available options:
featured,
all,
mine,
saved
gender
string

Filter by gender.

language
string

Filter by language.

tag
string

Filter by tag.

q
string

Search query.

limit
integer
default:50

Page size.

Required range: 1 <= x <= 200
cursor
string

Cursor from a previous page's next_cursor.

Response

One page of voices. next_cursor is null on the last page.

voices
object[]
next_cursor
string | null