Skip to main content
GET
List Pronunciation Dictionaries
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:10

Number of results per page. Range: 1-100.

Required range: 1 <= x <= 100
page
integer
default:0

Zero-based page number.

sort
enum<string>
default:desc

Sort order by creation date.

Available options:
asc,
desc

Response

List of pronunciation dictionaries

data
object[]

Dictionaries for the current page; use total_count, page, and limit with the query parameters for pagination.

total_count
integer

Total number of pronunciation dictionaries for the user

Example:

2

page
integer

Current page number

Example:

0

limit
integer

Number of dictionaries per page

Example:

10