Data Matching API
post
Matching API
Header parameters
UQ-Session-IDstringOptional
AuthorizationstringRequired
Bearer token
Body
documentstringRequired
Base64 encoded file. JPEG, PNG and PDFs are allowed. Max file size allowed 3MB. In case of a PDF only the first 3 pages are taken into consideration
documentTypestring · enumRequiredPossible values:
Responses
200
Matching result
application/json
400
Bad Request: Missing required input or invalid format
application/json
401
Unauthorized: No valid access token has been provided
403
Forbidden: Access token doesn't have permission to use the requested feature
405
Method Not Allowed
413
Content Too Large
application/json
415
Unsupported Media Type
500
Internal Server Error: Unexpected error
post
/v1/matchingLast updated
Was this helpful?