v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-20101018.4 KB
avatar

List Avatars

List all avatars the owner of the API key has access to.

See docs.bey.dev/avatar for more information on avatars.

get/v1/avatar

Response

Successful Response

idstring required

The unique identifier (ID) of the avatar.

namestring required

The name of the avatar.

Example response

[
  {
    "id": "01234567-89ab-cdef-0123-456789abcdef",
    "name": "John Doe"
  }
]