Skip to main content

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

/aivpersonvrfy

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

info

This method will retrieve the result for a specific /aivpersonvrfy POST request submitted previously.

  • For synchronous interaction mode ( mode is “SYNC” ), this method can be used to get the result of the earlier submitted POST request if the request has been terminated prematurely before the return of a response;
  • For asynchronous interaction mode ( mode is “ASYNC” ), this method be used to get the result of the earlier submitted POST request after waiting for specific interval.

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","ms"

Example Message

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