cURL
curl --request GET \ --url https://api.animusai.co/v2/{character_id}/generation/capabilities \ --header 'Authorization: Bearer <token>'
{ "character_id": "<string>", "face_lora": { "status": "<string>", "available": true, "url": "<string>" }, "body_lora": { "status": "<string>", "available": true, "url": "<string>" }, "can_generate": true, "generation_ready": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Capability flags for the character.
Show child attributes