# AI Anime Character Turnaround Sheet: Front, 3/4, Side

**Use case:** 

Anime model sheet with front, 3/4, and side views plus a row of expressions, generated in one consistent style for animators and visual novel artists.

## Input

```json
{
  "characters": [
    {
      "name": "Hana",
      "description": "a cheerful teenage girl with long pink twin-tails, school uniform with a yellow ribbon, large expressive eyes, anime style"
    }
  ],
  "views": [
    "portrait",
    "threequarter",
    "side",
    "happy",
    "angry",
    "surprised"
  ],
  "style": "modern anime illustration, clean lineart, cel shading, flat color, neutral grey background",
  "aspectRatio": "1:1",
  "quality": "high"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "slug": {
    "label": "Slug"
  },
  "description": {
    "label": "Description"
  },
  "characterBible": {
    "label": "Character bible"
  },
  "references": {
    "label": "References"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Character Reference Bank](https://apify.com/dami_studio/ai-character-reference-bank) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/ai-character-reference-bank) to learn more, explore other use cases, and run it yourself.