Resources
List Voices
The list voices endpoint lets users retrieve a list of available Voices that can be used for generating Lip Sync videos by providing script. The response will return a paginated list of all available Voices along with their details such as age, gender, accent, voice for demo etc.
GET
/
pub
/
v1
/
voices
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Query Parameters
page
integer
The page number of the resource list
page_size
integer
The page size of the resource list
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
pagination
object
The pagination data of the request
Was this page helpful?