Avatar
List Avatars
Returns a list of all avatars (public and custom) available to the user
GET
/
project
/
assets
/
avatar
/
Authorizations
X-API-KEY
string
headerrequiredYour 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 Account
→ profile
)
Query Parameters
gender
enum<integer>
Filter the Avatars based on the Gender. Available Options 1 - Male, 2 - Female, 3 - Non Binary
Available options:
1
, 2
, 3
is_custom
boolean
Filter only the custom avatars.
language
integer
Id of the language. Filter the Avatars based on the language.
name
string
Filter the Avatars based on the name (partial-match and case-insensitive).
Response
200 - application/json
id
string
requiredUnique Identifier of the Avatar.
name
string
requiredName of the Avatar.
gender
enum<integer>
requiredGender of the Avatar.
1
- Male2
- Female3
- Non Binary
Available options:
1
, 2
, 3