NoxVR Documentation
Avatars

Get avatar thumbnail

Retrieve the thumbnail image for an avatar.

GET
/avatars/{avatar_id}/thumbnail

Path Parameters

avatar_idinteger

Response Body

image/*

application/json

curl -X GET "https://nox.hactazia.fr/api/avatars/0/thumbnail"
"string"
{
  "error": {
    "message": "Resource not found.",
    "code": 3,
    "status": 404
  },
  "data": null
}