List
List all pronunciation dictionaries for the authenticated user
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Cartesia-Version
Query parameters
limit
The number of dictionaries to return per page, ranging between 1 and 100.
starting_after
A cursor to use in pagination. starting_after
is a dictionary ID that defines your
place in the list. For example, if you make a request and receive 20 objects, ending
with dict_abc123
, your subsequent call can include starting_after=dict_abc123
to fetch the next page of the list.
ending_before
A cursor to use in pagination. ending_before
is a dictionary ID that defines your
place in the list. For example, if you make a request and receive 20 objects, starting
with dict_abc123
, your subsequent call can include ending_before=dict_abc123
to fetch the previous page of the list.
Response
This endpoint returns an object.
data
List of pronunciation dictionary objects
has_more
Whether there are more dictionaries available