Skip to main content
POST
/
{character_id}
/
dataset
/
approve
Approve dataset
curl --request POST \
  --url https://api.animusai.co/v2/{character_id}/dataset/approve \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "approved_images": 123,
  "next_step": "<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

200 - application/json

Dataset approved.

success
boolean
message
string
approved_images
integer
next_step
string
I