Get ID Verification images
ID Verification
Get ID Verification images
Download document front and back images for an ID Verification β in the gu1 KYC API for identity verification flows, with examples for id verification images.
GET
Get ID Verification images
Overview
After ID Verification (POST), you can download the front (and, when applicable, back) document images using the GET endpoints below. Put the verificationid in the pathβthe same UUID as verificationId in the POST response or id from list / GET one. No extra query parameters. Same Authorization: Bearer and read KYC permission as the other ID Verification routes.
Use the back endpoint only when that verification actually included a back image; otherwise you may get 404.
Endpoints
Document front
Document back
Path parameters
UUID of the ID verification (same as
verificationId from POST or id from list/GET one).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). |
| 404 | Verification not found, not in your organization, or that image is not available for download. |