# Coloring Book Low Detail Generator

**Use case:** 

Convert a photo into simple low-detail coloring-book line art for kids and easy printing. Returns a ready-to-print line-art image URL as JSON.

## Input

```json
{
  "images": [
    "https://raw.githubusercontent.com/ParseForge/apify-assets/main/input1.png"
  ],
  "temperature": 0.5
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Source Image",
    "format": "image"
  },
  "lineArtImageUrl": {
    "label": "Line Art Preview",
    "format": "image"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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