Image
GET/Image
This API allows you to download images associated with a specific Submission ID, such as ID front/back images, selfies, and address documents.
Notes
- Only one image can be downloaded per API call.
- If the requested image type does not exist for the submission, an error will be returned.
1. Endpoint
GET/Image
2. Authentication
Include the API key in the x-api-key header:
x-api-key
3. Request Parameters
Unique ID of the submission
Type of image to download
idImage
: Front side of the IDidBackImage
: Back side of the IDselfieImage
: Selfie imageaddressImage
: Address document image
4. Request Example
GET/Image
5. Response
5-1. Success Response
If the request is successful, the API directly returns the requested image file.
This API is a convenient way to retrieve and download various images uploaded during the ID Check submission process.
Was this page helpful?