๐ Introducing our new Aurora Fast Model โ now available in Url to Video, AI Avatar, and Custom Templates!
curl --request GET \
--url https://api.creatify.ai/api/voices/paginated/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"name": "<string>",
"accents": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accent_name": "<string>",
"preview_url": "<string>"
}
],
"gender": "male"
}
]
}Returns a paginated list.
curl --request GET \
--url https://api.creatify.ai/api/voices/paginated/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"name": "<string>",
"accents": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accent_name": "<string>",
"preview_url": "<string>"
}
],
"gender": "male"
}
]
}API ID, from your settings page.
API Key, from your settings page.
Page number to fetch
x >= 1Number of items per page
x >= 1Show child attributes
255male - Malefemale - Femalenon_binary - Non Binarymale, female, non_binary