# Subtle Restaurant Photo Enhancer

**Use case:** 

Extract Restaurant Photo Enhancer data filtered by subtle. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "imageUrls": [
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/food.png"
  ],
  "enhancementLevel": "subtle",
  "referenceImage": "https://api.apify.com/v2/key-value-stores/pODrF02tbBwBdJMhY/records/Easyspaghettiwithtomatosauce_11715_DDMFS_4x3_2424-8d7bf30b2622465f9dd78a2c6277eeb8.jpg",
  "customPrompt": "mantain original details",
  "preserveBrandColors": false
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Original Image",
    "format": "image"
  },
  "rawEnhancedImageUrl": {
    "label": "Enhanced Image",
    "format": "image"
  },
  "square1x1ImageUrl": {
    "label": "Square 1:1",
    "format": "image"
  },
  "square16x8ImageUrl": {
    "label": "Square 16:8",
    "format": "image"
  },
  "platformImages": {
    "label": "Platform Images",
    "format": "text"
  },
  "processingTime": {
    "label": "Processing Time (ms)",
    "format": "number"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant Photo Enhancer](https://apify.com/parseforge/restaurant-photo-enhancer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/restaurant-photo-enhancer) to learn more, explore other use cases, and run it yourself.