Versions

Version 1

POST https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/mykid-back

Request Body

NameTypeDescription

apiKey*

string

To be assigned by Innov8tif

idImageBase64Image*

string

Front id card image in base64

[
	{
		"method": "landmark",
		"label": "Landmark Analysis Result",
		"result": "98.02263975143433,98.05905222892761,98.92850518226624,98.1748104095459",
		"componentResultList": [
			{
				"code": "l-mk-id-header",
				"label": "MyKid Header",
				"value": "98.02263975143433",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-logo",
				"label": "MyKid Logo",
				"value": "98.05905222892761",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-flag",
				"label": "MyKid Flag",
				"value": "98.92850518226624",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			},
			{
				"code": "l-mk-id-chip",
				"label": "MyKid Chip",
				"value": "98.1748104095459",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "idBlurDetection",
		"label": "ID Blur Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "idBlurDetection",
				"label": "ID Blur Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "idBrightnessDetc",
		"label": "ID Brightness Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "idBrightnessDetc",
				"label": "ID Brightness Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "colorMode",
		"label": "Color Mode",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "colorMode",
				"label": "Color Mode",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	},
	{
		"method": "screen",
		"label": "Screen Detection",
		"result": "Pass",
		"componentResultList": [
			{
				"code": "screen",
				"label": "Screen Detection",
				"value": "Pass",
				"imagePath": null,
				"refImagePath": null,
				"score": null
			}
		]
	}
]

Postman Collection

  • NA

Last updated