cURL
curl --request POST \ --url https://api.animusai.co/v2/characters \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Character created.