# Pixel Art 8-Bit Warrior Generator

**Use case:** 

Generate retro 8-bit pixel art from a text prompt. Returns generated and optimized image URLs with style, dimensions, and model details.

## Input

```json
{
  "description": "A retro 8-bit warrior with red armor holding a sword, pixelated mountains background",
  "style": "8-bit",
  "width": 128,
  "height": 128,
  "colorPalette": "default",
  "temperature": 0.7
}
```

## Output

```json
{
  "generatedImageUrl": {
    "label": "Generated Image",
    "format": "image"
  },
  "optimizedImageUrl": {
    "label": "Optimized Image",
    "format": "image"
  },
  "style": {
    "label": "Style"
  },
  "dimensions": {
    "label": "Dimensions"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pixel Art Generator](https://apify.com/parseforge/pixel-art-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pixel-art-generator) to learn more, explore other use cases, and run it yourself.