Developer Sandbox

Upload or capture two face images to interactively test the biometric comparison API. Live request and response payloads update in real time.

View API docs →
1

Reference Photo

KYC / passport image on file

No image selected

2

Verification Selfie

Live capture at pickup check

No image selected

Add a reference photo to continueAdd a verification selfie to continue
Request
POST/api/v1/verify
POST /api/v1/verify HTTP/1.1
Host: facelify.online
x-api-key: fv_key_sandbox_xxxxxxxx
Content-Type: multipart/form-data

------WebKitFormBoundary
Content-Disposition: form-data; name="riderId"

rider_sandbox_101
------WebKitFormBoundary
Content-Disposition: form-data; name="image"; filename="selfie.jpg"
Content-Type: image/jpeg

[Binary Image Stream]
ResponseJSON
Run the comparison to see the live JSON response here.

Integration tip

This sandbox uses your live Rekognition backend. Results are identical to production. Pass riderId to tie verifications to a user record.