GET
/
project
/
assets
/
avatar
/
{id}
/
curl --request GET \
  --url https://api.deepreel.com/project/assets/avatar/{id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "gender": 1,
  "cropped_asset": "<string>",
  "full_asset": "<string>",
  "is_pending": true,
  "is_custom": true,
  "created_at": "2023-11-07T05:31:56Z",
  "is_colorcode_bg_supported": true,
  "languages": [
    {
      "id": 123,
      "name": "<string>",
      "is_default": true
    }
  ]
}

Authorizations

X-API-KEY
string
headerrequired

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
id
string
required

Unique Identifier of the Avatar.

name
string
required

Name of the Avatar.

gender
enum<integer>
required

Gender of the Avatar.

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

URL for the cropped asset.

full_asset
string
required

URL for the full asset.

is_pending
boolean
required

True if the Avatar has been generated else False.

is_custom
boolean
required

True if the Avatar is custom generated else False.

created_at
string
required

DateTime when the Avatar was created.

is_colorcode_bg_supported
boolean
required

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

languages
object[]
required

List of languages supported by the Avatar.