Skip to main content
GET
/
{character_id}
/
assets
List character assets
curl --request GET \
  --url https://api.animusai.co/v2/{character_id}/assets \
  --header 'Authorization: Bearer <token>'
{
  "assets": [
    {}
  ],
  "total": 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

Query Parameters

asset_type
string

Optional asset type filter (face_image, body_image, etc.).

Response

200 - application/json

Assets for the character.

assets
object[]
total
integer
I