Get list of AI Characters
Retrieve the list of AI characters you have created or saved in your account.
Endpoint
Method: GET
URL: https://aiapi.vadoo.tv/api/get_all_characters
Request Headers
| Header | Type | Required | Description |
|---|---|---|---|
| X-Api-Key | string | Yes | Your API key |
Response
Returns a JSON array of character objects:
[
{
"id": 1,
"name": "Avatar Name",
"url": "https://cdn.vadoo.tv/ai-images/user/1/file.png",
"createdAt": "2024-01-01T00:00:00Z"
}
]