COMING SOON

Image restoration API

The whole pipeline — repair, colorize, enhance, lossless compression — behind one POST request. Built for archives, genealogy apps, and photo products.

  • Full pipeline in a single call
  • Batch endpoints & webhooks
  • Simple per-image pricing, no minimums
MCP server for AI agents
POST /v1/restore
curl -X POST https://api.oldphoto.repair/v1/restore \
  -H "Authorization: Bearer $OLDPHOTO_KEY" \
  -F "photo=@grandma-1952.jpg"

# → { "restored": "https://…/restored.png" }
INPUT
POST /v1/restore
OUTPUT