cURL
curl --request GET \ --url https://api.animusai.co/v2/{character_id}/assets \ --header 'Authorization: Bearer <token>'
{ "assets": [ {} ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional asset type filter (face_image, body_image, etc.).
Assets for the character.