Get Face Match images
Face Match
Get Face Match images
Download the document and selfie images for a Face Match verification β in the gu1 KYC API for identity verification flows, with examples for face match images.
GET
Get Face Match images
Overview
After a successful Face Match request, you can download the document and selfie that were submitted by calling the two GET endpoints below. Use the sameverificationId (UUID) returned in the POST response (or the id from GET verification). Use the same Authorization: Bearer API key and read KYC permission as for other Face Match routes.
If a copy of an image was not kept for that verification, the corresponding endpoint returns 404 (for example when storage failed during the run).
Endpoints
Document image
Selfie image
Path parameters
UUID of the Face Match verification (same as
verificationId from POST or id from GET one/list).Headers
Authorization:Bearer YOUR_API_KEY(required)
X-Organization-Id if your account is organization-scoped.
Responses
| HTTP | Description |
|---|---|
| 200 | Raw image bytes (Content-Type e.g. image/jpeg, image/png). |
| 404 | Verification not found, not in your organization, or that image is not available for download. |