# Generate a Full Character Cast in One Shared Art Style

**Use case:** 

Need a whole story cast that matches? Pass three characters and get a reference sheet for each, all locked to one art style for comics, games, and VNs.

## Input

```json
{
  "characters": [
    {
      "name": "Captain Reyes",
      "description": "a weathered spaceship captain, grey stubble, red flight jacket, cybernetic left eye"
    },
    {
      "name": "Tessa",
      "description": "a young engineer with goggles pushed up on curly orange hair, grease-stained jumpsuit"
    },
    {
      "name": "Vex",
      "description": "a sleek silver android with glowing teal seams and a calm faceplate"
    }
  ],
  "views": [
    "portrait",
    "threequarter",
    "fullbody"
  ],
  "style": "cohesive sci-fi character art, cinematic lighting, matching color grade, neutral 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.