cURL
curl --request GET \ --url https://api.example.com/v1/avatars/{id} \ --header 'x-api-key: <api-key>'
{ "visibility": "public", "id": "<string>", "name": "<string>", "status": "to-train" }
Retrieve avatar by ID.
Your Beyond Presence API Key.
Avatar ID.
Requested Avatar
Response model for an avatar.
Visibility of the resource.
public
private
Unique identifier of the object in the database.
Status of an avatar.
to-train
training
available
failed