AI Face Restoration API

How to upscale and restore a face via API via API

Need to do upscale + face restoration in one call? PixelAPI's ai face restoration api handles it in under 11 seconds at $0.00105 per face.

The 3-step API call

1. Sign up at pixelapi.dev — get 500 free credits, no card.
2. POST your input to /v1/image/face-restore.
3. Receive a public output URL in seconds.

Code sample

curl -X POST https://api.pixelapi.dev/v1/image/face-restore \
  -H "X-API-Key: $PIXELAPI_KEY" \
  -F "image=@old_photo.jpg"

Why this works for this use case

Identity-preserving restoration — same person comes out, just sharper. Handles multiple faces in a group photo, fixes blur, JPEG artifacts, and low resolution simultaneously. Output is production-ready, suitable for catalog work, ad creative, and consumer-facing apps.

Pricing

$0.00105 per face. The first 100 calls are free on signup. Higher volume → lower per-call rate (Pro plan = 60K credits for $50, Scale = 300K credits for $200).

Try free — 500 credits, no card See pricing REST API docs