Skip to content

Count Custom Avatars (v2)

FreshGET
GET https://api.creatify.ai/api/personas_v2/count/

Get the total count of v2 custom avatars in your workspace.

Headers

HeaderTypeRequiredDescription
X-API-IDstringYesYour Creatify API ID
X-API-KEYstringYesYour Creatify API key

Example Request

bash
curl -X GET 'https://api.creatify.ai/api/personas_v2/count/' \
  -H 'X-API-ID: your-api-id' \
  -H 'X-API-KEY: your-api-key'

Response

json
{
  "count": 12
}

Status Codes

CodeDescription
200Success
401Unauthorized -- invalid API credentials
500Internal server error