DoppelMe Avatars
Use this API to create and edit avatars. Once the avatar has been created, it can be used anywhere online or downloaded to your local computer. The avatars are dynamic, so if you edit the avatar at a future date, every copy of the avatar on the internet will also reflect your changes. The API has all the features required to allow you to create your own avatar editor that you can host within…
DoppelMe Avatars endpoints
| Method | Endpoint | Description |
|---|---|---|
| Info | ||
| GET |
List Assets /assets/{bodytype_id}/{assettype} |
Returns a list of assets available given a bodytype and assettype |
| GET |
List Asset Types /assets/{bodytype_id} |
Return list of asset types that are available for the given body type identifier. |
| GET |
List Body Types /bodytypes |
Returns a list of avatar body types that are available to choose when creating your avatar |
| Create | ||
| POST |
Create Avatar /avatar/{bodytype_id} |
Create a new DoppelMe avatar. On successful creation, you will receive a doppelme_key. Use this key and the Update Avatar endpoint to specify clothes, hairstyles etc. |
| DELETE |
Delete avatar /avatar/{doppelme_key} |
Delete created avatar. |
| Edit | ||
| PUT |
Add Asset Item /avatar/{doppelme_key}/{asset_id} |
Add an item to your avatar. Note that you can only update avatars that you have created yourself. |
| PUT |
Add Asset Colour /avatar/{doppelme_key}/{asset_type}/{colour} |
Set the colour of asset (if asset is colourable). Note that you can only update avatars that you have created yourself. |
| PUT |
Remove Asset /avatar/{doppelme_key}/{asset_type} |
Remove an item from an avatar. Note that you can only update avatars that you have created yourself. |
| PUT |
Set Skin Colour /avatar/{doppelme_key}/skin/{colour} |
Change the skin colour of your avatar. Note that you can only edit avatars that you have created yourself |
DoppelMe Avatars pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|