Skip to main content
GET
/
characters
/
{character_id}
Get character
curl --request GET \
  --url https://api.animusai.co/v2/characters/{character_id} \
  --header 'Authorization: Bearer <token>'
{
  "character_id": "<string>",
  "organization_id": "<string>",
  "creator_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "status": "<string>",
  "current_step": 123,
  "face_images_count": 123,
  "body_images_count": 123,
  "dataset_status": "<string>",
  "face_lora_status": "<string>",
  "body_lora_status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "subscription_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

character_id
string
required

Response

Character details.

character_id
string
organization_id
string
creator_id
string
name
string
description
string
status
string
current_step
integer
face_images_count
integer
body_images_count
integer
dataset_status
string
face_lora_status
string
body_lora_status
string
created_at
string<date-time>
updated_at
string<date-time>
subscription_id
string | null
I