AI photo restoration

Restore Old Photos API

Bring old, scratched, faded, or blurry photos back to life in one API call. AI repairs damage and sharpens faces so family archives and scanned prints look clear again. Built into apps for photo-restoration and printing services.

Endpoint

POST https://api.pixelapi.dev/v1/photo-restore/generate

curl -X POST https://api.pixelapi.dev/v1/photo-restore/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@old_photo.jpg" \
  -F "mode=full" \
  -F "restore_faces=true"

Get the result

curl https://api.pixelapi.dev/v1/image/JOB_ID \
  -H "Authorization: Bearer YOUR_API_KEY"

Jobs run async on always-warm infrastructure — poll until status is completed. No cold starts.

What people use it for

Also see: AI Headshot GeneratorAI Image Editor