GET
/
project
/
assets
/
avatar
/
{id}

Authorizations

X-API-KEY
string
header
required

Your API key with the prefix: dr_. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Accountprofile)

Path Parameters

id
string
required

A UUID string identifying this avatar.

Response

200 - application/json

Allows to specify fields to be included

created_at
string
required

DateTime when the Avatar was created.

cropped_asset
string
required

URL for the cropped asset.

full_asset
string
required

URL for the full asset.

gender
enum<integer>
required

Gender of the Avatar.

  • 1 - Male
  • 2 - Female
  • 3 - Non Binary
Available options:
1,
2,
3
id
string
required

Unique Identifier of the Avatar.

is_colorcode_bg_supported
boolean
required

True if the Avatar supports a color code background else False.

is_custom
boolean
required

True if the Avatar is custom generated else False.

is_pending
boolean
required

True if the Avatar has been generated else False.

languages
object[]
required

List of languages supported by the Avatar.

name
string
required

Name of the Avatar.