cURL
curl --request GET \ --url https://api.animusai.co/v2/{character_id}/dataset/images \ --header 'Authorization: Bearer <token>'
{ "character_id": "<string>", "images": [ { "image_id": "<string>", "filename": "<string>", "prompt": "<string>", "seed": 123, "approved": true, "regenerated": true, "created_at": "2023-11-07T05:31:56Z", "view_url": "<string>" } ], "total": 123, "approved_count": 123, "dataset_status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
If true, only approved images are returned.
Dataset images.
Show child attributes