Developer API · 24h free trial · no app download
PixelAPI is a photo restoration API for apps, marketplaces and workflows — not a free consumer web tool. Upload via REST, get restored images back. Start in the playground (24-hour trial) or grab an API key.
Try restore in playground → Read API docs
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.
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"
curl https://api.pixelapi.dev/v1/image/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Jobs run async on managed API service — poll until status is completed. predictable API access.
Also see: AI Image Editor