GET
/
characters
curl --request GET \
  --url https://api.venice.ai/api/v1/characters \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "name": "Alan Watts",
      "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.",
      "slug": "alan-watts",
      "shareUrl": "https://venice.ai/c/alan-watts",
      "createdAt": "2024-12-20T21:28:08.934Z",
      "updatedAt": "2025-02-09T03:23:53.708Z",
      "webEnabled": true,
      "adult": false,
      "tags": [
        "AlanWatts",
        "Philosophy",
        "Buddhism",
        "Taoist",
        "Hindu"
      ],
      "stats": {
        "imports": 112
      }
    }
  ]
}

Experimental Endpoint

This is an experimental endpoint and may be subject to change.

Postman Collection

For additional examples, please see this Postman Collection.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
OK
object
enum<string>
required
Available options:
list
data
object[]
required