Skip to main content

Retrieve the Person's Image and "Live" Image Video

/aivimageretrieval

Method : GET
URL : https://xxx.finexusgroup.com/AIV/rest/v1/aivimageretrieval

info

This method will retrieve the images posted in an earlier /aivpersonidtfy POST request and the video posted in an earlier /aivpersonvrfy.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIdYesString128Partner ID."BSSS"
productTypeOptionalString128Product type."appTest"
referenceYesString64Reference."ID00000213132"
apiKeyConditionalString64API key."1233214HSC"
apiVersionYesString8API version."1.6"
referenceIdYesString64Reference ID."272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw"
languageOptionalString2Language."en"

Example Message

/aivimageretrieval GET Request
curl -X GET "https://xxx.finexusgroup.com/AIV/rest/clientauth/aivimageretrieval?source=FNXCRDS&partnerId=BSSS&productType=appTest&reference=ID00000213132&apiVersion=1.6& referenceId=272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw&apiKey=1233214HSC" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \