{
	"info": {
		"_postman_id": "b4299ca0-4a54-449c-b023-5f6b2af2d299",
		"name": "Kairos IDV APIs",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "33939960",
		"_collection_link": "https://www.postman.com/martian-shuttle-95013/workspace/kairos-public/collection/33939960-b4299ca0-4a54-449c-b023-5f6b2af2d299?action=share&source=collection_link&creator=33939960"
	},
	"item": [
		{
			"name": "Full ID Verification",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"description": "App ID",
						"type": "text"
					},
					{
						"key": "app_key",
						"value": "put_app_key_here",
						"description": "App Key",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "selfie",
							"description": "Selfie Image",
							"type": "file",
							"src": "8QxrXGRIT/selfie.jpg"
						},
						{
							"key": "document",
							"description": "Front of Document",
							"type": "file",
							"src": "ezmM5_w1I/front_id.jpg"
						},
						{
							"key": "document_back",
							"description": "Back of Document - Optional",
							"type": "file",
							"src": "vtVoMIQjs/back_id.jpg"
						}
					]
				},
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/full-id-verification",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"full-id-verification"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Full ID Verification Result",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"type": "text",
						"description": "App ID"
					},
					{
						"key": "app_key",
						"value": "put_app_key_here",
						"type": "text",
						"description": "App Key"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": []
				},
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/full-id-verification/05bce3d2-5589-49e5-ba89-3a219df2b1bb",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"full-id-verification",
						"05bce3d2-5589-49e5-ba89-3a219df2b1bb"
					]
				}
			},
			"response": []
		},
		{
			"name": "Document Verification",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"type": "text"
					},
					{
						"key": "app_key",
						"value": "put_app_key_here",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "document",
							"description": "Front of Document",
							"type": "file",
							"src": "cWMZzvjD2/front_id.jpg"
						},
						{
							"key": "document_back",
							"description": "Back of Document - Optional",
							"type": "file",
							"src": "0BTZwWA8-/back_id.jpg"
						}
					]
				},
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/document-verification",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"document-verification"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Document Verification Result",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"description": "App ID",
						"type": "text"
					},
					{
						"key": "app_key",
						"value": "e1f312b859c732f7e9cae2cf09d9c967",
						"description": "App Key",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/document-verification/f4401e79-6cef-4d8f-adff-dbd715648997",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"document-verification",
						"f4401e79-6cef-4d8f-adff-dbd715648997"
					]
				}
			},
			"response": []
		},
		{
			"name": "Liveness Verification",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"type": "text",
						"description": "App ID"
					},
					{
						"key": "app_key",
						"value": "put_app_key_here",
						"type": "text",
						"description": "App Key"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "selfie",
							"description": "Selfie Image",
							"type": "file",
							"src": "tleIDfmhx/selfie.jpg"
						},
						{
							"key": "threshold",
							"value": "0.6",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/liveness-verification",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"liveness-verification"
					]
				}
			},
			"response": []
		},
		{
			"name": "Biometric Verification",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "app_id",
						"value": "put_app_id_here",
						"type": "text",
						"description": "App ID"
					},
					{
						"key": "app_key",
						"value": "put_app_key_here",
						"type": "text",
						"description": "App Key"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "selfie",
							"description": "Selfie Image",
							"type": "file",
							"src": "upo6x5MVW/selfie.jpg"
						},
						{
							"key": "image",
							"description": "Photo image",
							"type": "file",
							"src": "xjq7prbEi/photo_image.jpg"
						}
					]
				},
				"url": {
					"raw": "https://idv-eu.kairos.com/v0.1/biometric-verification",
					"protocol": "https",
					"host": [
						"idv-eu",
						"kairos",
						"com"
					],
					"path": [
						"v0.1",
						"biometric-verification"
					]
				}
			},
			"response": []
		}
	]
}