GET/Image
1
curl -X GET "https://rest-api.argoskyc.com/v3/image?submission_id={submission_id}&type={type}"
- Download an image for Submission-ID-created KYCs.
- There are ID images, selfie images and address images.
- One API call can download one image.
* means required parameters.
Parameter | Description |
---|---|
*submission_id | unique submission Id. |
*type | <idImage, idBackImage, selfieImage, addressImage> idImage: downloads the front image of photo ID
idBackImage: downloads the back image of photo ID selfieImage: downloads the face image addressImage: downloads the address document if the submission has such file. |
As a response, a document file will be downloaded.
Last modified 7mo ago