Skip to main content
GET
/
v1
/
avatars
/
{id}
{
  "id": "01234567-89ab-cdef-0123-456789abcdef",
  "name": "John Doe",
  "status": "to-train"
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

id
string
required

Avatar ID.

Response

Requested Avatar

Response model for an avatar.

id
string
required

Unique identifier of the object in the database.

Examples:

"01234567-89ab-cdef-0123-456789abcdef"

name
string
required
Examples:

"John Doe"

"Jane Smith"

status
enum<string>
required

Status of an avatar.

Available options:
to-train,
training,
available,
failed
I