REST API
Register an avatar configuration and download the resulting model file using the rooomAvatars REST API.
Are you an LLM? You can read better optimized documentation at /docs/rooom-avatars/api.md for this page in Markdown format
The rooomAvatars REST API allows you to register avatar configurations and download the resulting 3D models and preview images.
Overview
The rooomAvatars REST API is used to:
- Register an avatar configuration and receive an
avatarId. - Download the generated model by
avatarId.
Prerequisites
- An API base URL for your environment.
- An API token for the
Authorization: Bearer ...header.
Steps
- Use a bearer token to authenticate requests to
POST /avatar. - Use the returned
modelIdas youravatarId. - Download the model via
GET /model/:avatarId.