Skip to main content
POST
/
{character_id}
/
training
/
face-lora
Start face LoRA training
curl --request POST \
  --url https://api.animusai.co/v2/{character_id}/training/face-lora \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "job_id": "<string>",
  "training_steps": 123,
  "credits_deducted": 123,
  "remaining_balance": 123
}

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

200 - application/json

Training started.

success
boolean
message
string
job_id
string
training_steps
integer
credits_deducted
number
remaining_balance
number | null
I