# Vintage Photo Full Recovery Restorer

**Use case:** 

Restore old and damaged photos with full-recovery restoration and automatic recoloring. Returns the restored image URL and processing details.

## Input

```json
{
  "imageUrls": [
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/4awlzry3n4zf1.jpeg"
  ],
  "restorationStyle": "full-recovery",
  "recolorStyle": "auto",
  "removeAiArtifacts": false
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Original Photo",
    "format": "image"
  },
  "restoredImageUrl": {
    "label": "Restored Photo",
    "format": "image"
  },
  "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 [Vintage Photo Restorer](https://apify.com/parseforge/vintage-photo-restorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vintage-photo-restorer) to learn more, explore other use cases, and run it yourself.