# Coloring Book From Photo Generator

**Use case:** 

Turn any photo into clean printable coloring-book line art with adjustable detail. Returns a ready-to-print line-art image URL. Export to JSON.

## Input

```json
{
  "images": [
    "https://github.com/ParseForge/apify-assets/blob/f6f53f8811716a7e272c253ce5b97fd93a677f8b/coloring-book-generator/OriginalImage.avif?raw=true"
  ],
  "temperature": 0.7
}
```

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