Link to videos
Links
Lipsyncs
Lipsyncs v2
Custom Templates
Custom Template Videos
Text to Speech
AI Shorts
AI Editing
Avatar
Workspace
Avatar
Get the number of Custom Avatars you can create
also the number of custom avatars you have created in the response
GET
/
api
/
personas_v2
/
count
/
Copy
Ask AI
curl --request GET \
--url https://api.creatify.ai/api/personas_v2/count/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
Copy
Ask AI
{
"max_count": 123,
"current_count": 123
}
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.creatify.ai/api/personas_v2/count/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
Copy
Ask AI
{
"max_count": 123,
"current_count": 123
}
Assistant
Responses are generated using AI and may contain mistakes.