Know Your Customer
...
Global
ID Intelligence

Image Quality Analysis

introduction this is key feature of id intelligence api this helps in image quality analysis, allowing it to assess the quality of id card images it can evaluate factors such as sharpness, text quality, brightness, and compression quality by analyzing these parameters, it provides a score indicating the overall image quality api details you need to pass performimagequalityanalysis as true in order to use this feature you can also set your threshold of acceptance as per your business usecase use field imagequalitythreshold to set threshold as per your business requirement we have mentioned only this feature in the below curl for curl with complete features, refer the id intelligence docid 9dwpkyoaey2mfiys4okld sample curl curl location 'https //preproduction signzy tech/api/v2/patrons/{patronid}/documentintelligence' \\ \ header 'authorization {signzy api authkey}' \\ \ header 'content type application/json' \\ \ data '{ "task" "idintelligence", "essentials" { "fronturl" "\<front image url>", "backurl" "\<back image url>", "country" "\<country>", "idtype" "\<id type> ", "performimagequalityanalysis" true/false, "imagequalitythreshold" 0 5 } }' response { "essentials" { "fronturl" "", "backurl" "", "country" "", "idtype" "", "performimagequalityanalysis" true/false, "imagequalitythreshold" 0 5 (optional) }, "id" "60xxxxxxxxxxxxxxxxxxxxxxxxxx", "patronid" "60xxxxxxxxxxxxxxxxxxxxxxxxxx", "task" "idintelligence", "result" { "imagequalityfront" { "qualityscores" { "textquality" { "valid" "yes/no", "score" " validity score " }, "sharpness" { "valid" "yes/no", "score" " validity score " }, "brightness" { "valid" "yes/no", "score" " validity score " }, "compressionquality" { "valid" "yes/no", "score" " validity score " } }, "score" " total score ", "summary" " summary ", "msg" " msg ", "status" " status ", "imagequality" " image quality " }, "imagequalityback" { "qualityscores" { "textquality" { "valid" "yes/no", "score" " validity score " }, "sharpness" { "valid" "yes/no", "score" " validity score " }, "brightness" { "valid" "yes/no", "score" " validity score " }, "compressionquality" { "valid" "yes/no", "score" " validity score " } }, "score" " total score ", "summary" " summary ", "msg" " msg ", "status" " status ", "imagequality" " image quality " }, } } } } getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!