Image Quality Analysis
The IQA API utilizes machine learning models to return various quality metrics of a given image.
Analyze Identity Document Image
POST
/api/v1/ImageQualityAnalysis/IdentityDocument
Request Body
Name
Type
Description
images
multipart/form-data
This should be image files. Send image(s) as a multi form data.
The target image(s) of the identity document that you would like to analyze image quality for.
Analyze Selfie Image
POST
/api/v1/ImageQualityAnalysis/Face
Request Body
Name
Type
Description
images
multipart/form-data
This should be image files. Send image(s) as a multi form data.
The target image(s) of the selfies that you would like to analyze image quality for.
Last updated