NoxVR Documentation
Avatars

Download avatar asset file

Download the asset file for an avatar.

GET
/avatars/{avatar_id}/assets/{asset_id}/file

Path Parameters

avatar_idinteger
asset_idinteger

Response Body

application/octet-stream

application/json

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