# Pixel Art Neon Spaceship Generator

**Use case:** 

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

## Input

```json
{
  "description": "A neon cyberpunk spaceship flying over a futuristic pixel city at night",
  "style": "16-bit",
  "width": 128,
  "height": 128,
  "colorPalette": "neon-dream",
  "temperature": 0.9
}
```

## 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.