GET/Verifiedimage
Download images
get
https://rest-api.argoskyc.com/v3/verifiedimage
- There is ID(front), ID back and selfie image.
- One API call downloads one image.
- URL and x-api-key are required.
Parameter | Required | Description |
---|---|---|
consent_id | required | Unique ID of profile |
type | required | <id, idBack, selfie> id : ID document front page idBack : ID document back page selfie : face image |
An image file will be downloaded.
curl -X GET "https://test-api.argoskyc.com/dev/verifiedimage?consent_id={consent_id}&type={type}"
-H "x-api-key: {yourAPIKey}"
curl --location --request GET 'https://test-api.argoskyc.com/dev/verifiedimage?consent_id={consent_id}&type={type}' \
--header 'x-api-key: {yourAPIKey}'
'image.jpg' format file will be downloaded.
Last modified 10mo ago