curl --request GET \
--url https://api.venice.ai/api/v1/characters \
--header 'Authorization: Bearer <token>'{
"data": [
{
"adult": false,
"createdAt": "2024-12-20T21:28:08.934Z",
"description": "Alan Watts (6 January 1915 – 16 November 1973) was a British and American writer, speaker, and self-styled \"philosophical entertainer\", known for interpreting and popularizing Buddhist, Taoist, and Hindu philosophy for a Western audience.",
"name": "Alan Watts",
"shareUrl": "https://venice.ai/c/alan-watts",
"photoUrl": "https://outerface.venice.ai/api/characters/2f460055-7595-4640-9cb6-c442c4c869b0/photo",
"slug": "alan-watts",
"stats": {
"imports": 112
},
"tags": [
"AlanWatts",
"Philosophy",
"Buddhism",
"Taoist",
"Hindu"
],
"updatedAt": "2025-02-09T03:23:53.708Z",
"webEnabled": true,
"modelId": "venice-uncensored"
}
],
"object": "list"
}This is a preview API and may change. Returns a list of characters supported in the API.
curl --request GET \
--url https://api.venice.ai/api/v1/characters \
--header 'Authorization: Bearer <token>'{
"data": [
{
"adult": false,
"createdAt": "2024-12-20T21:28:08.934Z",
"description": "Alan Watts (6 January 1915 – 16 November 1973) was a British and American writer, speaker, and self-styled \"philosophical entertainer\", known for interpreting and popularizing Buddhist, Taoist, and Hindu philosophy for a Western audience.",
"name": "Alan Watts",
"shareUrl": "https://venice.ai/c/alan-watts",
"photoUrl": "https://outerface.venice.ai/api/characters/2f460055-7595-4640-9cb6-c442c4c869b0/photo",
"slug": "alan-watts",
"stats": {
"imports": 112
},
"tags": [
"AlanWatts",
"Philosophy",
"Buddhism",
"Taoist",
"Hindu"
],
"updatedAt": "2025-02-09T03:23:53.708Z",
"webEnabled": true,
"modelId": "venice-uncensored"
}
],
"object": "list"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes
Whether the character is considered adult content
false
Date when the character was created
"2024-12-20T21:28:08.934Z"
Description of the character
"Alan Watts (6 January 1915 – 16 November 1973) was a British and American writer, speaker, and self-styled \"philosophical entertainer\", known for interpreting and popularizing Buddhist, Taoist, and Hindu philosophy for a Western audience."
Name of the character
"Alan Watts"
Share URL of the character
"https://venice.ai/c/alan-watts"
URL of the character photo
"https://outerface.venice.ai/api/characters/2f460055-7595-4640-9cb6-c442c4c869b0/photo"
Slug of the character to be used in the completions API
"alan-watts"
Tags associated with the character
[
"AlanWatts",
"Philosophy",
"Buddhism",
"Taoist",
"Hindu"
]Date when the character was last updated
"2025-02-09T03:23:53.708Z"
Whether the character is enabled for web use
true
API model ID for the character
"venice-uncensored"
list