GET/Image

Request URL

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.

Input Data

* means required parameters.

ParameterDescription

*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.

Output Data

As a response, a document file will be downloaded.

Last updated