{"info":{"_postman_id":"f02c787f-4baf-4045-bcf2-6d4e391ab40a","name":"ATLAS API v2","description":"<html><head></head><body><p>Atlas is a unified and paperless KYC (Know Your Customer) platform from frslabs which allows businesses to collect identity documents digitally and verify them instantly.</p>\n<p>Our platform (APIs and SDKs) and no-code Dashboard use advanced deep learning and computer vision technologies to identify and verify identities through ID scanning (OCR), face authentication between selfies and ID documents, active and passive face liveness checks, Document extraction from DigiLocker with consent, ID verification against issuing authorities, unassisted video verification (IPV/OSV), live video verification (VCIP/VIPV), Aadhaar Offline, Aadhaar Masking, and document signing using eSign.</p>\n<p>In addition, with our no-code dashboard, you can configure your flows just as you would draw them on a whiteboard and instantly preview and publish them on your website or as links via email and SMS to complete KYC from your customers. All completed data can also be fetched from the dashboard without worrying about coding or integration.</p>\n<p>For further information on getting started, please refer to the <a href=\"https://docs.frslabs.com/\">docs</a> page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12409759","collectionId":"f02c787f-4baf-4045-bcf2-6d4e391ab40a","publishedId":"UVsMvkkY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"233554","highlight":"BD006F"},"publishDate":"2025-10-27T14:08:09.000Z"},"item":[{"name":"Face","item":[{"name":"Face Enroll","id":"1fb8f525-d4af-4045-a5e8-ac7b7e09c5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Image of the face to be enrolled.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll","description":"<p>Face Enroll API allows you to register a new face image in the server repository. All you have to do is upload a face image file in the supported format to enroll an image in the system. The image file should not be greater than 10 MB in size and the image width should not be lower than 120 pixels and greater than 4000 pixels. Once successfully enrolled, you will receive the enrolled face id as JSON response.    </p>\n","urlObject":{"path":["face","enroll"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"591ad6e0-fb92-4bd6-b5c9-43bf2ef5c16a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"id\": \"391a9935433f4ddead764fceb8fcd911\"\n\t}\n}"},{"id":"dd379194-d064-4b2c-85fb-533e5988bf6c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"459ff0c5-52ad-43eb-91db-3adff1aaaee1","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"030e0ca3-2f7e-47a4-9fbd-2439ffba1755","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"350b57f1-4caf-4db4-8cf7-0e63e89b9239","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"7cf49beb-701f-45c3-8fa5-cda5d7a03ef4","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0a1ad431-d0fa-4407-b26e-c1960385fd89","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/enroll"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"1fb8f525-d4af-4045-a5e8-ac7b7e09c5da"},{"name":"Face Verify","id":"ce7e677d-0afe-4d50-9ccf-5e51bf89ee4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Image of the face to be enrolled and searched.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"id","value":"<string>","type":"text","description":"<p>(Required) Unique ID returned for an enrolled face.<br />Data type: String</p>\n"},{"key":"threshold","value":"40","type":"text","description":"<p>(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 40)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify","description":"<p>Face Verify API allows you to verify a new face image against an already enrolled image in the system. All you have to do is upload a new face image file in the supported format and the face id of a previously enrolled image in the system. The image file should not be greater than 10 MB in size and the image width should not be lower than 120 pixels and greater than 4000 pixels. Upon successful verification, Atlas returns a score based on the likelihood of the match. Higher the score, the higher the probability that the two images look alike.</p>\n","urlObject":{"path":["face","verify"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"99359d0c-bba5-45fc-9d8c-7a1c1cf1c352","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"face_match\": \"pass\",\n\t\t\"match_score\": 62.01\n\t}\n}"},{"id":"0c3182c5-e439-450f-8953-642564aef6bc","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"5cce2260-0ba8-4c1b-baad-9bb8d5de8cb9","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"368499cd-364b-4056-8338-ee8955fa0300","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1b4ab020-8b84-44cf-b80e-fc3369116f60","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"47b47028-1894-4df5-86ef-d76a6a141909","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"bf5b2e1c-df57-4ab6-9a56-e53260d1056e","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Unique ID returned for an enrolled face.<br>Data type: String","key":"id","value":"<string>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/verify"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"ce7e677d-0afe-4d50-9ccf-5e51bf89ee4f"},{"name":"Face Image Liveness","id":"513fdf2c-04d2-4406-8475-4443913fce0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Image to get face liveness score.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness","description":"<p>Face Liveness API allows you to pass a single face image to determine if the image is a live image or a spoof (photo, mask or video). The API returns a liveness score. The higher the score, the higher the confidence that the image is a live image and not a spoof.</p>\n","urlObject":{"path":["face","image_liveness"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"640d75c0-6e8f-4c64-b209-fc74120abd3c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"liveness\": \"fake\",\n\t\t\"score\": \"0.35\"\n\t}\n}"},{"id":"6eaf1f67-0cdd-4fcd-ac49-a09289cd0491","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"bb81c400-c96b-4688-b602-d971b545cbeb","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1b10cee0-de0f-4a79-bf60-4f67d7a2fb78","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"db60c76d-0fd2-4e33-a9fc-cbd1c411b037","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4e0dd98b-9035-451e-8239-af2cc80a7b78","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image to get face liveness score.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_liveness"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"513fdf2c-04d2-4406-8475-4443913fce0c"},{"name":"Face Video Liveness","id":"aa9f2bb2-7706-4bac-9fb7-86835aab7297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","description":"<p>(Required) Video file for face verification.<br />Data type: File<br />Supported file formats: mp4, webm, mov<br />Video Size: 25 MB (max)<br />Video height: 240 px (min) and 2048 px (max)<br />Video width: 240 px (min) and 2048 px (max)<br />Video length: 10 secs (max)</p>\n","value":null},{"key":"liveness_challenge","value":"3","type":"text","description":"<p>(Optional) Type of feedback based liveness check.<br />1 = to detect only eye blink<br />2 = to detect only smile<br />3 = to detect blink and smile<br />Data type: Integer<br />Values: 1-3 (default value is 3)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness","description":"<p>Face Liveness API allows you to pass a short video to determine if the image is a live image or a spoof (photo, mask or recorded video). The API returns a liveness score. The higher the score, the higher the confidence that the image is a live image and not a spoof. The liveness can be achieved in two ways: an active liveness with the user speaking a random code displayed in the video or a passive liveness whereby the liveness is verified through our advanced AI engine.</p>\n","urlObject":{"path":["face","video_liveness"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"5182c0ea-3fc6-4355-ad28-6513d985361d","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"liveness_score\": {\n\t\t\t\"liveness\": \"fake\",\n\t\t\t\"score\": \"0.35\"\n\t\t},\n\t\t\"face_base64\": \"/9j/4AAQSkZJRgABA\",\n\t\t\"blink_detected\": \"true\",\n\t\t\"smile_detected\": \"null\"\n\t}\n}"},{"id":"2c6133f8-e4b8-4fdd-b97f-eb77ce73a2b3","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"670221e2-2d36-498a-9d25-1cfda9a46241","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ff83aa9e-2b62-42d2-9416-3cf0e8728dc0","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e9bcc168-cc89-4969-98a7-b5fdaff49c08","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"28a692a5-fbde-43c7-928c-b6694be9e185","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"554ac363-929b-48f1-893c-0a6fcd2e09a7","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Type of feedback based liveness check.<br>1 = to detect only eye blink<br>2 = to detect only smile<br>3 = to detect blink and smile<br>Data type: Integer<br>Values: 1-3 (default value is 3)","key":"liveness_challenge","value":"3","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/video_liveness"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"aa9f2bb2-7706-4bac-9fb7-86835aab7297"},{"name":"Face Compare","id":"ae5e679e-056f-4d09-8ac3-e98a9295e1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file_1","type":"file","description":"<p>(Required) Image of the face to be compared.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_2","type":"file","description":"<p>(Required) Image of the face to be compared.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"threshold","value":"40","type":"text","description":"<p>(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 40)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare","description":"<p>Face Compare API allows you to match two images without having to enroll them first. You will have to upload two face image files in the supported format. The API will return the match score. The higher the match score, the higher the likelihood that the images are the same.</p>\n","urlObject":{"path":["face","compare"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"fec39b0f-b57c-4b04-b118-225041ea3269","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"face_match\": \"pass\",\n\t\t\"match_score\": 70.28\n\t}\n}"},{"id":"4d8ef82a-72a7-4c2e-86ca-90956c085154","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"26ff0937-6f57-4de3-a1ef-03be24cf09ea","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ad08d5d4-12fb-4476-a965-edc9162458e3","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c39c93d1-8863-47d7-b05d-1b2e8fd6e6bb","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_1\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid input file_1.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"0c8cd5aa-083e-489e-b3d2-fde986a2c986","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"391ceac5-1470-4572-88d2-ce9d41a7ed31","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Required) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/compare"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"ae5e679e-056f-4d09-8ac3-e98a9295e1c9"},{"name":"Face Crop","id":"c93fcc88-6b94-40ee-9931-3036a258be07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) The image of the ID document with face image.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop","description":"<p>Face Crop API allows you to crop a face image from a document. This is most helpful when you want to match a face in an identity document against a selfie image. The face image in the document will need to be cropped before the two face images are compared. All you have to do is upload an image file in the supported format for the system to crop the face image. The image file should not be greater than 10 MB in size and the image width should not be lower than 120 pixels and greater than 4000 pixels. Once the image is cropped, the API returns the cropped face image in base64 format and face count.</p>\n","urlObject":{"path":["face","crop"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"ebff28a4-afa3-4a41-92ab-4f8732e3145e","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"face_base64\": \"/9j/4AAQSkZJRgABAQ\",\n\t\t\"face_count\": 1\n\t}\n}"},{"id":"a7e7958c-c22d-4611-9d2a-808656e5944b","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6e76a744-e30c-455f-87c4-64ce18a283be","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"61f72588-9334-4fa0-ba07-8a9fd5817beb","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"bd39fe35-4421-4a92-9382-6da04c1cf7e4","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0eac589e-8a40-4aaa-a766-f32b1e1cb926","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the ID document with face image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/crop"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"c93fcc88-6b94-40ee-9931-3036a258be07"},{"name":"Face Identify","id":"1079fef5-4608-46f4-91cc-4a2a5f630a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Image of the face to be enrolled and searched.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"threshold","value":"40","type":"text","description":"<p>(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 40)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify","description":"<p>Face Identify API allows you to match a single image against all of the enrolled images in the system. You will have to upload a new face image file in the supported format and the threshold to match. For instance, when a threshold of 60 is set, then the API will return the top 5 matches above the threshold score of 60. Upon successful identification, Atlas returns all the matching image face ids as JSON response along with the actual match scores.</p>\n","urlObject":{"path":["face","identify"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"5120dfe3-977a-413e-aac8-cd734e8bcdc9","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"918814b7d3934655aafb2c1ade2f5554\",\n\t\t\t\"score\": 62.78\n\t\t}\n\t]\n}"},{"id":"4c7fcdb6-78c3-4dfd-bd1b-e96febb0d703","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"c59c7ebd-11dc-4031-8315-1da1c20e67e7","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"43feadd1-0a3a-430a-8395-4411adb090ec","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"d9c1c088-90f9-4845-bdab-85b793159898","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"c0de42d9-d2c4-4bdf-bec2-44eb6d90d417","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"b3a00e5f-68ad-4161-927e-1fc8e5aa4a3f","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the face to be enrolled and searched.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/identify"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"1079fef5-4608-46f4-91cc-4a2a5f630a56"},{"name":"Face Find","id":"309dfde5-1292-4e8f-a75f-6d77c0ea2092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Reference image for face comparison.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_batch","type":"file","description":"<p>(Required) List of images for face comparison, must be &lt;= 25 images.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"threshold","value":"40","type":"text","description":"<p>(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 40)</p>\n"},{"key":"top_matches","value":"5","type":"text","description":"<p>(Optional) Top n results or top best matches to be received as part of the output.<br />Data type: Integer<br />Value: 1-25 (default value is 5)</p>\n"},{"key":"return_file","value":"false","type":"text","description":"<p>(Optional) This is to get the input images as base64 in output response.<br />Data type: Boolean<br />Value: true or false (default value is false)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find","description":"<p>Compares the similarities of one face against a set of faces passed as input and returns all of the top matches.</p>\n","urlObject":{"path":["face","find"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"87256295-0afb-4854-bdea-f79136dba78f","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"input\": {\n\t\t\t\"file_name\": \"1.jpg\",\n\t\t\t\"file_base64\": \"null\"\n\t\t},\n\t\t\"output\": [\n\t\t\t{\n\t\t\t\t\"file_name\": \"1.jpg\",\n\t\t\t\t\"face_match\": \"pass\",\n\t\t\t\t\"match_score\": 100,\n\t\t\t\t\"file_base64\": \"null\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"a5b3f7a9-00f6-4838-a714-65c6f11ae182","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"32d8cc9b-ed9e-401d-a261-930b00f70afc","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"cad32848-0e79-4bac-b960-d1ba07d7c5b0","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"a2f9c0bc-0b43-4cee-a108-7b725978fd53","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_batch\": {\n\t\t\t\t\t\"message\": \"Invalid Input value. The maximum file_batch limit is 25 images.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"cfcfa61c-e346-4a11-9668-fcbd20d6594a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1762e198-b254-44f0-ad48-03d68ad87d6d","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Reference image for face comparison.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Required) List of images for face comparison, must be <= 25 images.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_batch","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Top n results or top best matches to be received as part of the output.<br>Data type: Integer<br>Value: 1-25 (default value is 5)","key":"top_matches","value":"5","type":"text"},{"description":"(Optional) This is to get the input images as base64 in output response.<br>Data type: Boolean<br>Value: true or false (default value is false)","key":"return_file","value":"false","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/find"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"309dfde5-1292-4e8f-a75f-6d77c0ea2092"},{"name":"Face Image Quality","id":"e67f032b-d826-4a12-90a5-ed70f999053c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) The image of the face to analyze image quality.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality","description":"<p>Takes an input image and assesses for multiple input quality parameters including the presence of blur, reflection, sharpness, exposure, orientation (pitch, yaw, roll), eye and mouth positions and returns a quality score.</p>\n","urlObject":{"path":["face","image_quality"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"f895091e-cc42-45da-9c85-fcc172801993","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"score\": 35.86\n\t}\n}"},{"id":"e40a676b-35bf-47bd-97c6-4b61b91be354","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ea7ad310-d257-4f96-aca1-d4068d71fc3a","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e615a9e3-5227-431c-a64b-b1badc809a71","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"b523da59-ada4-4700-948a-1bf1be3f1c4a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"a6b46547-eba3-4a09-ac82-248fdf88229c","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The image of the face to analyze image quality.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/face/image_quality"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"e67f032b-d826-4a12-90a5-ed70f999053c"},{"name":"Face Delete","id":"61cc9aca-d162-4b77-9a32-b129e17009e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"<string>","description":"<p>(Required) Unique ID of an enrolled face.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete","description":"<p>Face delete API allows you to delete a face image from the system. You will need to pass the enrolled face id to delete the image. Please note that an image can be deleted only if the image itself is stored in the system.</p>\n","urlObject":{"path":["face","delete"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"a252591a-6489-4ce6-83a3-a9231c90a84c","name":"Successful Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"id\": \"918814b7d3934655aafb2c1ade2f5554\",\n\t\t\"deleted\": true\n\t}\n}"},{"id":"62e8e10b-bf59-4cbd-ab3c-848b9f88f18a","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"16eaf0a2-e514-4411-85ee-e058790df9b8","name":"Method Not Allowed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"599955f9-2433-474a-b73a-7bd79b5a735e","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"face_id\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid input face_id\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"28fd1332-acfb-4a05-a720-3c60c8af0e3a","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6f4042d4-3307-45a9-b82a-7720ce85f5b6","name":"Gateway Timeout","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Unique ID of an enrolled face.<br>Data type: String","key":"id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/face/delete"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"61cc9aca-d162-4b77-9a32-b129e17009e8"}],"id":"e7792240-c36b-4bb9-92bf-5a5fb0c6dabf","description":"<p>This service extracts the key features, landmarks and quality aspects of a face image. The face features can then be used for a wide variety of uses cases such as customer verification, customer identification and comparison between images.</p>\n","_postman_id":"e7792240-c36b-4bb9-92bf-5a5fb0c6dabf"},{"name":"Document","item":[{"name":"Document Extract","id":"7255c951-3731-452c-96a1-eff1c962467b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"<string>","type":"text","description":"<p>(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br />Refer 'Document Types' section for the full list of supported documents: <a href=\"https://docs.frslabs.com/integration/api-v2#document-types\">https://docs.frslabs.com/integration/api-v2#document-types</a><br />Data type: String</p>\n"},{"key":"file_1","type":"file","description":"<p>(Required) Main/front/back side of image.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_1_base64","value":"<string>","type":"text","description":"<p>(Optional) Base64 format of main/front/back side of image.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"file_2","type":"file","description":"<p>(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_2_base64","value":"<string>","type":"text","description":"<p>(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"qc","value":"true","type":"text","description":"<p>(Optional) Check the image quality of uploaded file<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"side","value":"front","type":"text","description":"<p>(Optional) Side of document to the selected type.<br />Data type: String<br />Value: front, back, both (default value is front)</p>\n"},{"key":"issuing_country","value":"ind","type":"text","description":"<p>(Optional) 3 digit ISO code.<br />Refer 'Country Codes' section<br />Data type: String<br />Value: ind, phl, uae, mys, idn, int (default value is ind)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract","description":"<p>Extracts data from globally supported documents (single-sided and multi-sided). Indian documents supported for OCR are PAN, Aadhaar, Passport, Voter ID, Driving Licence (new chip formats only), Registration Certificate (new chip formats only), Cheque, GST certificate, E-Mandate, and Form 16. Aside, we have also developed custom OCR for specific client needs using our pre-trained AI engine.</p>\n<p><strong>Important Notes:</strong></p>\n<p>The file_2, file_2_base64 fields are optional for one sided documents, however it’s mandatory for two sided documents such as Driving Licence or two sided Passports.</p>\n","urlObject":{"path":["document","extract"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"4e7fbe68-3a29-466e-bf6a-21a2f668e6a9","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"name1\": \"Hema K\",\n\t\t\"name2\": \"null\",\n\t\t\"gender\": \"Female\",\n\t\t\"date_of_birth\": \"DD:12,MM:11,YYYY:1998\",\n\t\t\"document_id\": \"703212195749\",\n\t\t\"document_type\": \"Aadhaar\",\n\t\t\"source_data\": 0,\n\t\t\"document_side\": \"front\",\n\t\t\"quality_check\": \"null\",\n\t\t\"masked_aadhaar_number\": \"XXXXXXXX5749\"\n\t}\n}"},{"id":"e44427fa-c2ed-40f7-ae89-ecc7ced2f021","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"7b2e448f-9c42-44b4-b1c2-b4104a46e95d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"7cb7967f-8428-4757-8d06-9f6f0b961d84","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_1\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid image in string or file format.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"8d9fc725-fa41-42c2-b4c3-d19a95d8b317","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c7cf0e81-81bd-440e-bfe7-92376b275e8b","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Please select the exact type of document from the list (e.g. pan, ppt, nid, drv).<br>Refer 'Document Types' section<br>Data type: String","key":"type","value":"<string>","type":"text"},{"description":"(Required) Main/front/back side of image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of main/front/back side of image.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document to the selected type.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"},{"description":"(Optional) 3 digit ISO code.<br>Refer 'Country Codes' section<br>Data type: String<br>Value: ind, phl, uae, mys, idn, int (default value is ind)","key":"issuing_country","value":"ind","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/extract"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"7255c951-3731-452c-96a1-eff1c962467b"},{"name":"Document Identify","id":"2a607ce6-17d8-4854-aaa2-e9ab4012a695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) File to be identified for non text objects.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_base64","value":"<string>","type":"text","description":"<p>(Optional) File to be identified for non text objects in base64 format.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify","description":"<p>This API is useful to identify non-text objects such as barcodes, MRZ, QR codes etc from a given input document. Once identified, they can then be extracted.</p>\n","urlObject":{"path":["document","identify"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"ca71e6a0-e0dc-4585-98f9-911f53109ec1","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"value\": \"MQ000101\",\n\t\t\t\"object\": \"barcode\"\n\t\t}\n\t]\n}"},{"id":"919ee92a-5691-4184-97dd-a5479eb8d145","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"3590171a-ae78-46c9-a2ea-ff871b0cf6ae","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"f43585a0-e2ad-4ed7-8f3a-f3c5d8704c56","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": \"null\",\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file or file_base64.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"04205d72-d156-4121-b2f4-ec3b4f150912","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c6d3bb84-e225-4c9f-a8ad-ac6b34580e17","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be identified for non text objects.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) File to be identified for non text objects in base64 format.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/identify"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"2a607ce6-17d8-4854-aaa2-e9ab4012a695"},{"name":"Document Predict","id":"7a7d96a9-d7e4-4ead-8423-017f96ece92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Image of the ID card to be predicted.<br />Only single card image is supported. Mutiple cards in one image is not supported.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_base64","value":"<string>","type":"text","description":"<p>(Optional) Image of the ID card to be predicted in base64 format.<br />Only single card image is supported. Mutiple cards in one image is not supported.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict","description":"<p>Predicts the input document without knowing the document type - for example PAN document without any other input from the user.</p>\n","urlObject":{"path":["document","predict"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"c2bf0d12-df0a-4e9f-8e2e-7fa06efcd896","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"type\": \"aadhaarfront\"\n\t}\n}"},{"id":"07095253-b8ad-447b-9b17-6d0a1d198413","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2a328ca4-afe3-4288-92ce-26dc19282628","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"959c3149-4ddd-4755-91a7-1e7deccc24a7","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": \"null\",\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file or file_base64.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"c6824361-a346-4f75-af60-2b6df0369d06","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ba9ee527-8420-4ec1-b8f4-19c9bba5189f","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of the ID card to be predicted.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be predicted in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/predict"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"7a7d96a9-d7e4-4ead-8423-017f96ece92b"},{"name":"Document Verify","id":"522c4ecd-7e91-46a5-99c2-ebb93ca6ea27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"<string>","type":"text","description":"<p>(Required) (Required) Type of the ID card or document.<br />Data type: String<br />Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br />Value: adr, ppt, vid, drv, rc, pan, chq</p>\n"},{"key":"file","type":"file","description":"<p>(Required) Image of the ID card to be identified.<br />Only single card image is supported. Mutiple cards in one image is not supported.<br />Images from government apps are not supported like digilocker, mparivahan, etc.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_base64","value":"<string>","type":"text","description":"<p>(Optional) Image of the ID card to be identified in base64 format.<br />Only single card image is supported. Mutiple cards in one image is not supported.<br />Images from government apps are not supported like digilocker, mparivahan, etc.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"side","value":"<string>","type":"text","description":"<p>(Optional) Side of the selected ID card or document type.<br />Supported document: Aadhaar, Passport and VoterID.<br />For other documents, side wise classification is not supported.<br />Data type: String<br />Value: front or back</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify","description":"<p>Minimise upload errors by classifying the documents correctly. For instance, verify that a PAN image has been uploaded by the customer during digital upload.</p>\n","urlObject":{"path":["document","verify"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"174e2853-4dfd-4e82-9f77-83001501cf37","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"match\": \"true\"\n\t}\n}"},{"id":"39f0af2f-6357-4e46-9599-27e57ca028fd","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0b422a22-cdc8-476e-a622-cd9eb6e60921","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"cb243ede-ba99-48db-8ba3-9751470523fe","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": \"null\",\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file or file_base64.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"b57c9bf1-aa7c-49fa-832a-244949d318d5","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"77fe118a-8a5e-44a5-8b47-2ef1b7b94a47","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) (Required) Type of the ID card or document.<br>Data type: String<br>Supported document: Aadhaar, Passport, VoterID, Driving licence, Registration Card, PAN, Cheque.<br>Value: adr, ppt, vid, drv, rc, pan, chq","key":"type","value":"<string>","type":"text"},{"description":"(Required) Image of the ID card to be identified.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Image of the ID card to be identified in base64 format.<br>Only single card image is supported. Mutiple cards in one image is not supported.<br>Images from government apps are not supported like digilocker, mparivahan, etc.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) Side of the selected ID card or document type.<br>Supported document: Aadhaar, Passport and VoterID.<br>For other documents, side wise classification is not supported.<br>Data type: String<br>Value: front or back","key":"side","value":"<string>","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/verify"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"522c4ecd-7e91-46a5-99c2-ebb93ca6ea27"},{"name":"Document Compress","id":"9bfa514f-0a35-4c26-802b-54e7bc5bb545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text","description":"<p>(Required) File to be compressed.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"resize_width_height","value":"<integer>","type":"text","description":"<p>(Optional) Maximum side of the input file to be resized e.g.1024.<br />Data type: Integer</p>\n"},{"key":"compress_quality","value":"60","type":"text","description":"<p>(Optional) Image quality after compression with respect to original image.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 60)</p>\n"},{"key":"compress_threshold","value":"10","type":"text","description":"<p>(Optional) Minimum file size (in KB) threshold for compression<br />Data type: Integer<br />Value: greater than 10 (default recommended value is 10)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress","description":"<p>Compresses your files to save valuable space in your document management systems for more digital documents to occupy the same unit space.</p>\n","urlObject":{"path":["document","compress"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"8506a505-71cc-471b-ae70-53c7fb5392c8","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"input_file_size\": \"1846 KB\",\n\t\t\"output_file_size\": \"60 KB\",\n\t\t\"base64_output\": \"hedvwbdqbwedqdhiwe3hrdfewvfdl\"\n\t}\n}"},{"id":"0a709be7-6188-41b1-8a2e-6c4a0fc5263c","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"bf8930c1-8c63-4b08-a71a-3c6399ec7018","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"61196023-6eac-44ca-98de-7dd7e855bad1","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": \"null\",\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"compress_threshold\": {\n\t\t\t\t\t\"message\": \"Invalid input value. compress_threshold value must be greater than 10.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"7cf39580-7d34-4a24-9af8-5f6e4e048073","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e2bba05c-d7c1-4106-ae42-61bf3a569446","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be compressed.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Maximum side of the input file to be resized e.g.1024.<br>Data type: Integer","key":"resize_width_height","value":"<integer>","type":"text"},{"description":"(Optional) Image quality after compression with respect to original image.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 60)","key":"compress_quality","value":"60","type":"text"},{"description":"(Optional) Minimum file size (in KB) threshold for compression<br>Data type: Integer<br>Value: greater than 10 (default recommended value is 10)","key":"compress_threshold","value":"10","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/compress"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"9bfa514f-0a35-4c26-802b-54e7bc5bb545"},{"name":"Document Convert","id":"4326ef33-0c4f-4b55-902f-a3dd66fb437b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text","description":"<p>(Required) File to be converted.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"output_format","value":"jpeg","type":"text","description":"<p>(Optional) Format of the converted file.<br />Data type: String<br />Value: jpeg, png, webp, tiff, pdf (default value is jpeg)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert","description":"<p>Converts multiple input file formats (e.g. jpg, tiff, pdf, png, bmp, webp etc) to a standard out format (e.g. PDF or JPG).</p>\n","urlObject":{"path":["document","convert"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"7b39133d-b084-4d7f-8ecd-a4aa8928e3ca","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"input_file_format\": \"png\",\n\t\t\"output_file_format\": \"jpeg\",\n\t\t\"base64_output\": \"hedvwbdqbwedqdhiwe3hrdfewvfdl\"\n\t}\n}"},{"id":"74890028-5456-48f1-b361-4deea0f8b7c1","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"3ced9119-9ade-4f44-a6cb-d3a5945b754e","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"818c0d62-6e42-440f-8bb9-053063f9b524","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": \"null\",\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"output_format\": {\n\t\t\t\t\t\"message\": \"Invalid output format. Supported output_format are jpeg, png, webp, tiff, pdf.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"93664cea-1aba-449d-b209-7ea471ab0faf","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"96f315e8-7454-4a3f-9998-546612d28e33","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) File to be converted.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"[\"<binary>\",\"<binary>\"]","type":"text"},{"description":"(Optional) Format of the converted file.<br>Data type: String<br>Value: jpeg, png, webp, tiff, pdf (default value is jpeg)","key":"output_format","value":"jpeg","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/document/convert"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"4326ef33-0c4f-4b55-902f-a3dd66fb437b"},{"name":"Document Emandate","id":"f0a58ace-4da5-4a88-a158-6686b21ab01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"emandate_img","type":"file","description":"<p>(Required) emandate form image.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"data_filled_validation","value":"<string>","type":"text","description":"<p>(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).</p>\n"},{"key":"data_match_validation","value":"<string>","type":"text","description":"<p>(Required) JSON of fields and its values to check if they are match or not (e.g. amount).</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate","description":"<p>To allow a client to pass an emandate form and get two types of responses. One to validate if a certain set of fields in the form are populated. And another to validate if the input values matches with the extracted (OCR) values in the form.</p>\n","urlObject":{"path":["dev","octus","document","emandate"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"79a4aaf2-9b20-4c6b-95d4-b5746bf58f5c","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"data_filled_validation\": {\n\t\t\t\"debit_tick\": \"False\",\n\t\t\t\"frequency\": \"False\",\n\t\t\t\"proposal_number\": \"True\",\n\t\t\t\"policy_number\": \"True\",\n\t\t\t\"start_date\": \"True\",\n\t\t\t\"end_date\": \"True\",\n\t\t\t\"signature\": \"True\",\n\t\t\t\"ifsc\": \"True\"\n\t\t},\n\t\t\"data_match_validation\": {\n\t\t\t\"amount\": \"match\"\n\t\t}\n\t}\n}"},{"id":"6a275d45-0b60-4177-b8a0-9693e57dc15e","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1bf5c2de-b532-486e-84bf-b74d5d1c516c","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"49a8a9f8-b086-4e2c-bb90-ada578c3ed9d","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_1\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid image in string or file format.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"d2809fc4-8030-4f23-99cd-19a1100a09d9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"3a70cb21-0f69-42eb-9bef-3c5c9e2f26d6","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) emandate form image.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"emandate_img","value":"<binary>","type":"text"},{"description":"(Required) List of fields to check if they are filled or not (e.g. debit tick, frequency, proposal number, policy number).","key":"data_filled_validation","value":"<string>","type":"text"},{"description":"(Required) JSON of fields and its values to check if they are match or not (e.g. amount).","key":"data_match_validation","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/dev/octus/document/emandate"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"f0a58ace-4da5-4a88-a158-6686b21ab01d"}],"id":"0d5e8351-ae74-4a2a-a752-028fec4fe17e","description":"<p>Text recognition, or Optical Character Recognition (OCR) as is commonly known, automatically extracts data from documents. Atlas text recognition makes it easy and quick to extract data from a variety of identity and non-identity documents. The recognition tool also detects edges, crops and compresses the image. The current supported documents range from passports, national identity cards, driving licence, vehicle registration cards, permanent account number, voter id card ,aadhaar card, GST number and cheque leaf. We currently support JPG, JPEG, PNG, TIFF, PDF and BMP images for OCR. In addition, Atlas also supports document extraction from DigiLocker.</p>\n","_postman_id":"0d5e8351-ae74-4a2a-a752-028fec4fe17e"},{"name":"Aadhaar","item":[{"name":"Aadhaar Mask","id":"ab573d52-e2cd-4bfc-893d-e33d9a5a585c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Valid Aadhaar image file to be masked.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_base64","value":"","type":"text","description":"<p>(Optional) Base64 data of valid Aadhaar image file to be masked.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"mask_qr","value":"true","type":"text","description":"<p>(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask","description":"<p>Aadhaar masking refers to redacting the first 8 digits of the Aadhaar number in the Aadhaar card. The Aadhaar masking API will redact the first 8 digits from an Aadhaar image. The image file should not be greater than 10 MB in size and the image width should not be not be lower than 120 pixels and greater than 4000 pixels. Upon successful verification, Atlas returns the masked image in base64 format. The input can be an image or a base64 file.</p>\n<p><strong>Important Note on Aadhaar Masking Status:</strong></p>\n<p>The output of Aadhaar masking results in a status of 'pass', 'fail' or 'partial'. The details are provided herein. Developers are urged to understand the status so a self-diagnosis can be done when the response comes back as fail or partial.</p>\n<p>masked_status “pass” indicates that the masking engine has identified an Aadhaar image as input and has masked all Aadhaar numbers in the image (for example only the front side of Aadhaar or both the front and back of Aadhaar with Aadhaar numbers printed on both sides have been masked successfully).</p>\n<p>masked_status “fail” indicates that the masking engine was unable to determine the input image as Aadhaar. This is most likely when an untrained image is found by the engine or that the image quality or the image size is too small or too large or the image is incorrectly scanned or cropped for the engine to identify the image as Aadhaar or that the image is already masked.</p>\n<p>masked_status “partial” indicates that more than one Aadhaar image is found as part of the input but unable to mask all of the numbers. For example, if both the front and back of the Aadhaar image are identified and the engine has masked the front side of Aadhaar but has not masked the back side of Aadhaar will result in partially masked. Another reason for partially masked could also be that the input has both an aadhaar and non-aadhaar image on the same page.</p>\n","urlObject":{"path":["aadhaar","mask"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"8ef83fe7-aa3f-4d50-8c41-6bd3c80e526a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"file\": \"dbwhbedjwbefwbedbwebfjebf\",\n\t\t\"format\": \"pdf\",\n\t\t\"status\": \"pass\"\n\t}\n}"},{"id":"eb50581d-d2f6-4918-8ec2-b78da9123499","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1df3f633-5391-4922-8b09-a75439e7c307","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"69f6c1e7-a8ad-4634-b3c9-ea80e67a47fb","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file or file_base64.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"930488f2-14fd-41f4-92ea-a5fdf645264f","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"df6b3f75-8427-423e-9648-b15674202650","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid Aadhaar image file to be masked.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) Base64 data of valid Aadhaar image file to be masked.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_base64","value":"<string>","type":"text"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"ab573d52-e2cd-4bfc-893d-e33d9a5a585c"},{"name":"Aadhaar Mask URL","id":"a167d630-3fa0-4a41-81ce-ff278717d44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"input_file_path","value":"<string>","description":"<p>(Required) Location of input file in S3 bucket.<br />Data type: String</p>\n"},{"key":"output_file_path","value":"<string>","description":"<p>(Required) Location of output file to be stored in S3 bucket.<br />Data type: String</p>\n"},{"key":"storage_name","value":"<string>","description":"<p>(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br />Data type: String</p>\n"},{"key":"mask_qr","value":"true","description":"<p>(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"rotate","value":"true","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"direct_access","value":"false","description":"<p>(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br />Data type: String<br />Value: true or false (default value is false)</p>\n"},{"key":"access_key","value":"<string>","description":"<p>(Optional) access_key to S3 bucket.<br />Data type: String</p>\n"},{"key":"secret_key","value":"<string>","description":"<p>(Optional) secret_key to S3 bucket.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url","description":"<p>Aadhaar masking refers to redacting the first 8 digits of the Aadhaar number in the Aadhaar card. Note that should you wish to use the S3 buckets to store your Aadhaar images and want the output also in the S3 bucket you can pass the input and output file path and the responses will be stored as images in the output file path.</p>\n","urlObject":{"path":["aadhaar","mask_url"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"1e39facb-e247-4d92-9562-49b3c08fd198","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"status\": \"fail\",\n\t\t\"path\": \"admas/Aadhaar_image/oct1.jpg\",\n\t\t\"format\": \"image/jpeg\"\n\t}\n}"},{"id":"9a10b1b3-85af-4101-849b-dec2cb644da1","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"999413a5-e2e5-429f-8ded-e3f12a6c2c7b","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"294af184-8ef3-4a27-a556-a4fe3847dedf","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"input_file_path\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid input_file_path.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"8fb133e2-c6be-440e-8186-3caf3962821b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"f9dd9b0a-8d79-429e-8660-f5124591e4c8","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Location of input file in S3 bucket.<br>Data type: String","key":"input_file_path","value":"<string>"},{"description":"(Required) Location of output file to be stored in S3 bucket.<br>Data type: String","key":"output_file_path","value":"<string>"},{"description":"(Required) Bucket name in S3. Input and Output file must be in the same bucket.<br>Data type: String","key":"storage_name","value":"<string>"},{"description":"(Optional) To mask qr part of Aadhaar image. Only executed if UID is available.<br>Data type: String<br>Value: true or false (default value is true)","key":"mask_qr","value":"true"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true"},{"description":"(Optional) S3 bucket public access. This will be 'false' when access_key and secret_key are available.<br>Data type: String<br>Value: true or false (default value is false)","key":"direct_access","value":"false"},{"description":"(Optional) access_key to S3 bucket.<br>Data type: String","key":"access_key","value":"<string>"},{"description":"(Optional) secret_key to S3 bucket.<br>Data type: String","key":"secret_key","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/mask_url"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"a167d630-3fa0-4a41-81ce-ff278717d44b"},{"name":"Aadhaar Captcha","id":"1e115596-f699-40d9-9b8a-db758f18d4f1","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha","description":"<p>Automatically extracts the captcha for aadhaar offline page. The captcha will need to be entered by the user prior to Aadhaar number verification.    </p>\n","urlObject":{"path":["aadhaar","captcha"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"2642dff3-891b-4925-b903-f1785f9b3845","name":"Successful Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"session_id\": \"00mqtog7tn1g4cmo7vc0ldn8e0\",\n\t\t\"image_captcha\": \"/9j/4AAQSkZJRg\"\n\t}\n}"},{"id":"d0fbfdea-6f5c-4eb2-88fa-1aa1639357e0","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6e2054e0-287b-4b7b-81ed-7bd8c8400e22","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"5ae9bac5-35ff-4010-bb8b-1269f2cf3b1d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"d23d8fd5-d813-4f5a-9332-c6e53fb9eccf","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with UIDAI. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"699d3923-2f90-4f5c-a12a-642effbf3688","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/captcha"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"1e115596-f699-40d9-9b8a-db758f18d4f1"},{"name":"Aadhaar Verify","id":"e2834436-118e-41f1-83ad-2156880511a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"captcha","value":"<string>","description":"<p>(Required) Image captcha text.<br />This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br />Data type: String</p>\n"},{"key":"uid_no","value":"<string>","description":"<p>(Required) 12-digit Aadhaar number.<br />Data type: String</p>\n"},{"key":"session_id","value":"<string>","description":"<p>(Required) Unique id to track/maintain ongoing session.<br />This can be retrieved from '/aadhaar/captcha' API response.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp","description":"<p>Automatically sends the Aadhaar number and captcha to generate an OTP to the registered mobile number of the Aadhaar holder.</p>\n","urlObject":{"path":["aadhaar","otp"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"864c8f03-8a80-4d64-afc6-8c8a0216af0b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"otp_sent\": true,\n\t\t\"session_id\": \"00mqtog7tn1g4cmo7vc0ldn8e0\"\n\t}\n}"},{"id":"a7bb06b1-698c-486b-8946-64ddb35c490d","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Please enter a valid captcha and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"b8b676ad-e36a-4665-a589-477d9d53439a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"48fb02fa-5014-4122-a203-eb5f62f6db9d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"108bfe4c-dde0-456a-a9ad-81e397194717","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"captcha\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid captcha.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"601ca949-e9dd-4b4a-a1b0-52962054f0b7","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"7d97045c-13de-4683-82a7-faec10697a82","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with UIDAI. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"f765ae83-11ae-4b7c-b394-235a40247b25","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Image captcha text.<br>This can be extracted from 'base64 data' received in '/aadhaar/captcha' API response.<br>Data type: String","key":"captcha","value":"<string>"},{"description":"(Required) 12-digit Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/otp"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"e2834436-118e-41f1-83ad-2156880511a2"},{"name":"Aadhaar Download","id":"be26297e-cfac-4148-903b-2fac212149cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"<string>","description":"<p>(Required) 6-digit OTP received on registered mobile number.<br />Data type: String</p>\n"},{"key":"session_id","value":"<string>","description":"<p>(Required) Unique id to track/maintain ongoing session.<br />This can be retrieved from '/aadhaar/captcha' API response.<br />Data type: String</p>\n"},{"key":"phone_number","value":"<string>","description":"<p>(Optional) 10-digit mobile number linked to Aadhaar number.<br />Data type: String</p>\n"},{"key":"email_id","value":"<string>","description":"<p>(Optional) Email address linked to Aadhaar number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml","description":"<p>Automatically extracts the XML from the zip file and verifies the digital signature and parses the data from the XML file. The parsed eKYC information is then provided to the calling application as JSON.</p>\n","urlObject":{"path":["aadhaar","xml"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"972afc30-0da8-4c7c-97a8-6a432317b8f1","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"aadhaar_reference_id\": \"474920770907195505623\",\n\t\t\"aadhaar_download_timestamp\": \"2021-09-07 15:05:06\",\n\t\t\"aadhaar_xml_age\": \"0\",\n\t\t\"aadhaar_xml_version\": \"1.0\",\n\t\t\"aadhaar_name\": \"Hema K\",\n\t\t\"aadhaar_gender\": \"F\",\n\t\t\"aadhaar_dob\": \"11-12-1999\",\n\t\t\"aadhaar_age\": \"25\",\n\t\t\"aadhaar_care_of\": \"C/O S Murthy\",\n\t\t\"aadhaar_address\": \"C/O S Murthy, D NO 21 Flat no 109 Sannidhi residency, Model House street, Banashankari, Bengaluru, Karnataka, India, 560011\",\n\t\t\"aadhaar_house\": \"D NO 21 Flat no 109 Sannidhi residency\",\n\t\t\"aadhaar_street\": \"Model House street\",\n\t\t\"aadhaar_landmark\": \"\",\n\t\t\"aadhaar_location\": \"Banashankari\",\n\t\t\"aadhaar_post_office\": \"\",\n\t\t\"aadhaar_district\": \"Bengaluru\",\n\t\t\"aadhaar_sub_district\": \"\",\n\t\t\"aadhaar_vtc\": \"\",\n\t\t\"aadhaar_state\": \"Karnataka\",\n\t\t\"aadhaar_country\": \"India\",\n\t\t\"aadhaar_post_code\": \"560011\",\n\t\t\"aadhaar_photo\": \"/9j/4AAQSkZJRgAB\",\n\t\t\"aadhaar_last_four_digits\": \"7654\",\n\t\t\"aadhaar_mobile\": \"null\",\n\t\t\"aadhaar_email\": \"nomatch\"\n\t}\n}"},{"id":"eaf177a6-710b-47b5-9865-4acb94395dd7","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"402587e6-56fa-454b-8a31-498be5c1946c","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4da7f5a8-eac5-419f-9dd0-2c5f7cbed5c6","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"02555447-c549-4739-9ae9-89fc4adc076a","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"otp\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid otp.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"1fb25bf8-e945-4358-b463-a80d9decb80a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"234dc859-d07d-4684-9370-ede9973c107a","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with UIDAI. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6ab31c0e-531c-449b-ae3f-969ca56ed19c","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 6-digit OTP received on registered mobile number.<br>Data type: String","key":"otp","value":"<string>"},{"description":"(Required) Unique id to track/maintain ongoing session.<br>This can be retrieved from '/aadhaar/captcha' API response.<br>Data type: String","key":"session_id","value":"<string>"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/xml"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"be26297e-cfac-4148-903b-2fac212149cd"},{"name":"Aadhaar Verify XML","id":"0311f6a1-c054-42f1-a38c-faf48fb2ea73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br />Data type: File<br />Supported file formats: zip</p>\n","value":null},{"key":"secret_code","value":"<string>","type":"text","description":"<p>(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br />Data type: String</p>\n"},{"key":"phone_number","value":"<string>","type":"text","description":"<p>(Optional) 10-digit mobile number linked to Aadhaar number.<br />Data type: String</p>\n"},{"key":"email_id","value":"<string>","type":"text","description":"<p>(Optional) Email address linked to Aadhaar number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml","description":"<p>Allows the customer to download the Aadhaar Offline XML file seamlessly and verify the digital signature and extract the data and photograph from the XML file.    </p>\n","urlObject":{"path":["aadhaar","verify_xml"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"0a1a3b4b-3443-4a67-a0a2-724548934672","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"aadhaar_reference_id\": \"474920770907195505623\",\n\t\t\"aadhaar_download_timestamp\": \"2021-09-07 15:05:06\",\n\t\t\"aadhaar_xml_age\": \"0\",\n\t\t\"aadhaar_xml_version\": \"1.0\",\n\t\t\"aadhaar_name\": \"Hema K\",\n\t\t\"aadhaar_gender\": \"F\",\n\t\t\"aadhaar_dob\": \"11-12-1999\",\n\t\t\"aadhaar_age\": \"25\",\n\t\t\"aadhaar_care_of\": \"C/O S Murthy\",\n\t\t\"aadhaar_address\": \"C/O S Murthy, D NO 21 Flat no 109 Sannidhi residency, Model House street, Banashankari, Bengaluru, Karnataka, India, 560011\",\n\t\t\"aadhaar_house\": \"D NO 21 Flat no 109 Sannidhi residency\",\n\t\t\"aadhaar_street\": \"Model House street\",\n\t\t\"aadhaar_landmark\": \"\",\n\t\t\"aadhaar_location\": \"Banashankari\",\n\t\t\"aadhaar_post_office\": \"\",\n\t\t\"aadhaar_district\": \"Bengaluru\",\n\t\t\"aadhaar_sub_district\": \"\",\n\t\t\"aadhaar_vtc\": \"\",\n\t\t\"aadhaar_state\": \"Karnataka\",\n\t\t\"aadhaar_country\": \"India\",\n\t\t\"aadhaar_post_code\": \"560011\",\n\t\t\"aadhaar_photo\": \"/9j/4AAQSkZJRgAB\",\n\t\t\"aadhaar_last_four_digits\": \"7654\",\n\t\t\"aadhaar_mobile\": \"null\",\n\t\t\"aadhaar_email\": \"nomatch\"\n\t}\n}"},{"id":"799b5c2a-78c9-4a9f-8d59-16c77ccfd9eb","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0112b526-312d-47f0-9d98-1dbff5e99ada","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"fc3c5428-18d4-4aa7-8b73-cbcf1b445b38","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"bc1a814a-06b9-4f66-bd45-7a9675310526","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"82386b81-4b21-499b-a324-c5a7c17a99ae","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"22782842-fa2d-4b8c-8ec3-cef3ccbe6542","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Valid offline Aadhaar zip file downloaded from UIDAI website.<br>Data type: File<br>Supported file formats: zip","key":"file","value":"<binary>","type":"text"},{"description":"(Required) Secret code of 4 characters to open the downloaded aadhaar zip file.<br>Data type: String","key":"secret_code","value":"<string>","type":"text"},{"description":"(Optional) 10-digit mobile number linked to Aadhaar number.<br>Data type: String","key":"phone_number","value":"<string>","type":"text"},{"description":"(Optional) Email address linked to Aadhaar number.<br>Data type: String","key":"email_id","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/verify_xml"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"0311f6a1-c054-42f1-a38c-faf48fb2ea73"},{"name":"Verify Basic Aadhaar","id":"7d57d7a4-aaf2-4ac1-81d7-f781ae1e4149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"uid_no","value":"<string>","description":"<p>(Required) Aadhaar number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar","description":"<p>This function checks the authenticity of an Aadhaar card number and, if it's valid, it returns the associated information. Please keep in mind that this feature only confirms the validity of the Aadhaar number, not the details within the Aadhaar (such as the name or address). To obtain full KYC details from your customer, you will need to utilize our Aadhaar Offline API or DigiLocker API, which requires consent from your customer.</p>\n","urlObject":{"path":["verify","aadhaar"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"070d748a-ab76-4a76-91b2-d2c0c89dc4bd","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"status\": \"Success\",\n\t\t\"state\": \"Rajasthan\",\n\t\t\"age_band\": \"20-30\",\n\t\t\"gender\": \"MALE\",\n\t\t\"masked_mobile_number\": \"xxxxxxx222\",\n\t\t\"aadhaar_status_code\": \"1\"\n\t}\n}"},{"id":"a3e32017-07b9-478b-a551-4b98ad49cffd","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Aadhaar image captcha session expired. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e5a49643-723a-4515-8ffc-2dce8b662572","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"afa6ba58-9bb8-4295-b1f4-6ead44e74c01","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"b840b8b0-1485-4157-986d-579d2c01d268","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"uid_no\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid uid_no.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"52b1d129-2285-43c0-b387-e5667fda2772","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"5b751948-acb6-4092-ab4e-df24a9a79d74","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with UIDAI. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"3eee4e66-a571-4390-a0f2-dbbc165e9458","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Aadhaar number.<br>Data type: String","key":"uid_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/aadhaar"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"7d57d7a4-aaf2-4ac1-81d7-f781ae1e4149"},{"name":"Aadhaar OCR Mask","id":"ff12495a-b045-40f2-9c27-bf0d243c36bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file_1","type":"file","description":"<p>(Required) Image of Aadhaar front/back side.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_1_base64","value":"<string>","type":"text","description":"<p>(Optional) Base64 format of front/back/both sides of Aadhaar.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"file_2","type":"file","description":"<p>(Optional) Image of Aadhaar back side.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"file_2_base64","value":"<string>","type":"text","description":"<p>(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br />Data type: String<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n"},{"key":"qc","value":"true","type":"text","description":"<p>(Optional) Check the image quality of uploaded file<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"rotate","value":"true","type":"text","description":"<p>(Optional) This is to auto-correct orientation of input file.<br />Data type: String<br />Value: true or false (default value is true)</p>\n"},{"key":"side","value":"front","type":"text","description":"<p>(Optional) Side of document.<br />Data type: String<br />Value: front, back, both (default value is front)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask","description":"<p>Extracts the data from Aadhaar image and returns the masked Aadhaar image file in base64 format along with the OCR data.</p>\n","urlObject":{"path":["aadhaar","ocr_mask"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"924b0478-019f-48cd-b0ab-d92f84f41def","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"name1\": \"Hema K\",\n\t\t\"name2\": \"null\",\n\t\t\"gender\": \"Female\",\n\t\t\"date_of_birth\": \"DD:12,MM:11,YYYY:1998\",\n\t\t\"document_id\": \"703212195749\",\n\t\t\"document_type\": \"Aadhaar\",\n\t\t\"source_data\": 0,\n\t\t\"document_side\": \"front\",\n\t\t\"quality_check\": \"null\",\n\t\t\"masked_aadhaar_number\": \"XXXXXXXX5749\",\n\t\t\"masked_base64\": \"##base64##\"\n\t}\n}"},{"id":"629a4ff5-5277-4764-8f09-7a23f68fedcb","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c5907dd7-53a9-43e7-acda-ae357669300a","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2b6255dc-ed3b-47e3-9182-9acf7d1641ce","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_1\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid image in string or file format.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"f282bc41-8691-405c-8f17-cfe3d952c481","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"12bcb847-d6fc-46f4-ad61-bbc5704ac4cd","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Image of Aadhaar front/back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of front/back/both sides of Aadhaar.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_1_base64","value":"<string>","type":"text"},{"description":"(Optional) Image of Aadhaar back side.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2","value":"<binary>","type":"text"},{"description":"(Optional) Base64 format of back side of Aadhaar image, used when user wants to upload both sides of document along with file_1.<br>Data type: String<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file_2_base64","value":"<string>","type":"text"},{"description":"(Optional) Check the image quality of uploaded file<br>Data type: String<br>Value: true or false (default value is true)","key":"qc","value":"true","type":"text"},{"description":"(Optional) This is to auto-correct orientation of input file.<br>Data type: String<br>Value: true or false (default value is true)","key":"rotate","value":"true","type":"text"},{"description":"(Optional) Side of document.<br>Data type: String<br>Value: front, back, both (default value is front)","key":"side","value":"front","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/aadhaar/ocr_mask"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"ff12495a-b045-40f2-9c27-bf0d243c36bd"},{"name":"Digilocker Signup Auth Flow","id":"4a86a1b6-75f3-4bcb-bc93-5775908c92ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup","description":"<p>DigiLocker Signup API starts the Digilocker authorisation flow for a customer with their full consent. This then allows for fetching of documents from their Digilocker account. Note that a Digilocker account is not mandatory to start the process for your customers as DigiLocker will create a new account if one doesn't already exist (built-in as part of the user consent). The user sign up works by providing their Aadhaar Number and OTP sent to their registered mobile by UIDAI. Therefore, your customers should have thier mobile linked to their Aadhaar for DigiLocker.</p>\n<p><strong>DigiLocker API Flow Summary:</strong></p>\n<p>DigiLocker API flow has a series of steps that needs to be implemented in exactly the same order as specified by DigiLocker. We have provided the high level steps corresponding to the APIs that are listed as part of our documentation.</p>\n<ol>\n<li><p>Start by signing up or signing in with DigiLocker. If you already have a DigiLocker Account, then it will sign in (you will need to remember your DigiLocker PIN) or it will sign up automatically when you enter your Aadhaar Number and OTP as part of the signing in process. You can reset your PIN as part of the process if you do not remember your PIN.</p>\n</li>\n<li><p>Note that there are some limitations to the Digilocker’s signup page. It limits the User to mainly just sign-in since their new account creation facility using only mobile number does not work in this flow. So regarless of whether you have an account or not, the first screen of entering Aadhaar and OTP remains the same for existing and new DigiLocker users.</p>\n</li>\n<li><p>Once the Aadhaar Sign In process is successful, this will reurn a DigiLocker access token to complete the rest of the transactions. You can refresh the token anytime using the refresh token endpoint.</p>\n</li>\n<li><p>This token is then used to get the User Document List from DigiLocker (This is just to ensure that the User has the required document that you are looking for (e.g Aadhaar) -- Getting the User Details (a separate API endpoint) is optional and in most cases not needed to be used when integrating the APIs.</p>\n</li>\n<li><p>The Aadhaar XML is then parsed and results returned (this will provide the full Aadhaar KYC details of the customer including name, gender, dob, address and photograph).</p>\n</li>\n</ol>\n<p>Note: You can use our no-code Dashboard to add a DigiLocker step and all of the above steps will be executed for you in one simple flow. You don't have to do anything except create the flow and we will take care of all of the internal APIs that are needed to access DigiLocker. Please speak to your Account Manager or get a demo to see it in action.</p>\n","urlObject":{"path":["digilocker","signup"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"69b75215-11ee-4228-97bd-35be80fcbeba","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"access_token\": \"ebf3630ef316b6a39a9a7a0a2cc4fc2a51101896\",\n\t\t\"expires_in\": 3600,\n\t\t\"token_type\": \"Bearer\",\n\t\t\"refresh_token\": \"794d92742937073a34bbeb65608ead965d0eea29\",\n\t\t\"digilocker_id\": \"cf708441-6d92-11e9-a85e-9457a5645068\",\n\t\t\"name\": \"John Doe\",\n\t\t\"date_of_birth\": \"01-01-1970\",\n\t\t\"gender\": \"M\",\n\t\t\"eaadhaar\": \"Y\",\n\t\t\"mobile_number\": \"0123456789\",\n\t\t\"new_account\": \"N\"\n\t}\n}"},{"id":"c555814c-0b4a-480e-aceb-1f8b611b97f7","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Unable to authorize user. Please try again later.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8418f5f9-771b-43d6-bc5d-3919a6c416f1","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"010c4aab-0887-4fef-8d86-2b7626261093","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ce0e6582-a834-4fec-84b9-59502f84bdfe","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"976dd940-1698-402f-ab67-d54e8e6ae444","name":"Service Unavailable","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"74b482ce-3234-41df-81ee-9cc9fde87e35","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"4a86a1b6-75f3-4bcb-bc93-5775908c92ef"},{"name":"Refresh Digilocker Access Token","id":"04a0da49-913b-4b9b-ac5b-a3b66417f6ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"<string>","description":"<p>(Required) Digilocker Refresh Token.<br />Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token","description":"<p>Generates a fresh access token given a previously-issued refresh token. A refresh token can only be used once and it is then revoked. Tokens have a lifetime of 60 minutes.</p>\n","urlObject":{"path":["digilocker","refresh_token"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"6e66636e-b296-40b3-9972-0ffd4a601bf5","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"access_token\": \"ebf3630ef316b6a39a9a7a0a2cc4fc2a51101896\",\n\t\t\"expires_in\": 3600,\n\t\t\"token_type\": \"Bearer\",\n\t\t\"refresh_token\": \"794d92742937073a34bbeb65608ead965d0eea29\",\n\t\t\"digilocker_id\": \"cf708441-6d92-11e9-a85e-9457a5645068\",\n\t\t\"name\": \"John Doe\",\n\t\t\"date_of_birth\": \"01-01-1970\",\n\t\t\"gender\": \"M\",\n\t\t\"eaadhaar\": \"Y\",\n\t\t\"mobile_number\": \"0123456789\",\n\t\t\"new_account\": \"N\"\n\t}\n}"},{"id":"a265de34-d23d-4462-acd6-64a802d5423a","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid refresh_token. Please enter a valid refresh token.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ef570b56-21ae-4c9e-b9e2-04bbe35008e3","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0d760f6f-47c5-4778-b3d6-11eaddb4c16d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"279e400c-0f0a-4573-bd96-2e408967a4f3","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"refresh_token\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid refresh_token.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"a82be3b9-3038-4502-8923-eacf0178764a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8af748d7-abd6-424d-8317-2d1540d9df68","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"94d0abb4-343b-4a4a-bc3f-50c8e9f248b8","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"04a0da49-913b-4b9b-ac5b-a3b66417f6ed"},{"name":"Digilocker Token Revocation","id":"df856060-749b-4f84-b117-fd084674597e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"access_token","value":"<string>","description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token","description":"<p>Revokes all tokens issued against a user, whether currently active or expired, given a valid refresh token. Issue a fresh set of tokens by going through the authorization process again to gain access to the core APIs.</p>\n","urlObject":{"path":["digilocker","revoke_token"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"1807417a-ef1d-4624-847c-201b2af37518","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"message\": \"Tokens revoked successfully. Complete the authorization flow again to get access.\"\n\t}\n}"},{"id":"198ea1a1-3790-4c52-8148-d0ce8cb41659","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"a49e2746-6081-45ec-92d4-0ba7e7389f22","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ac02d597-fd28-4e00-b516-9902247e0f05","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8880beda-ce77-44d5-b004-326f6c651e89","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"access_token\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid access_token.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"63aa508a-7eb5-4e96-b42d-9dd20eb14b19","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4f3c23a7-723c-4912-be99-84b1c0ffd8f5","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c17fb709-c63b-4dfc-9a01-944ee200c30d","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"df856060-749b-4f84-b117-fd084674597e"},{"name":"Digilocker User Details","id":"2739b002-d1c0-4bf8-8a24-214233fdc316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"access_token","value":"<string>","description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile","description":"<p>Fetches the user's details, given their access token. Includes all relevant details for the select user, including their name, Digilocker ID and Aadhaar availability status.</p>\n","urlObject":{"path":["digilocker","profile"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"5fd12727-4dac-4985-b72d-740c9dccef45","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"digilocker_id\": \"cf708441-6d92-11e9-a85e-9457a5645068\",\n\t\t\"name\": \"John Doe\",\n\t\t\"date_of_birth\": \"01011970\",\n\t\t\"gender\": \"M\",\n\t\t\"eaadhaar\": \"Y\",\n\t\t\"mobile_number\": \"0123456789\"\n\t}\n}"},{"id":"38d2d94f-0b78-4878-8d01-7f967b676a76","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"000344df-153f-42ac-a0b4-3b730b0fa817","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"5d3f7fc4-06b5-4576-a132-558ee0bb4b18","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"71d663d4-cdc6-4fc5-817d-66e9db34770e","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"access_token\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid access_token.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"86d73b3a-baff-40e4-9a66-ab0ae4c1cd3d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"9baa5331-9c41-40ff-9bdc-c62703f6a1de","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"833c6fe3-8980-43e5-b0b3-63fa6fe5b073","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"2739b002-d1c0-4bf8-8a24-214233fdc316"},{"name":"Digilocker User Documents List","id":"b48e6a5c-ee03-4524-b693-39af383504ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"access_token","value":"<string>","description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list","description":"<p>Fetches a list of government-issued documents for the user, given their access token. Includes all relevant details for each document in the list, including the unique document URI, document type and the issuing authority.</p>\n","urlObject":{"path":["digilocker","document_list"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"43a306f2-0292-4e22-a713-90bd84a8e726","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"name\": \"Aadhaar Card\",\n\t\t\t\"type\": \"file\",\n\t\t\t\"date\": \"22-07-2022\",\n\t\t\t\"mime\": [\n\t\t\t\t\"application/pdf\"\n\t\t\t],\n\t\t\t\"uri\": \"in.gov.uidai-ADHAR-ddaddb9704ecf8835daaff3a63885543\",\n\t\t\t\"doc_type\": \"AADHAAR\",\n\t\t\t\"description\": \"Aadhaar Card\",\n\t\t\t\"issuer_id\": \"in.gov.uidai\",\n\t\t\t\"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n\t\t}\n\t]\n}"},{"id":"9ebdb46e-e284-4188-804e-558217ad643c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"00d111cb-069c-483e-a267-234ab7a87216","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"db9aa716-2f9b-4c74-af19-5ceeb9bc5ff0","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"9259b55c-bc50-4e32-91a1-b0bee28321cd","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"access_token\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid access_token.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"ca9ad7d1-b130-4486-ae70-03a4308463e8","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0aee06bd-bbbf-4429-aede-626d83c50fb4","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1ba340e2-6b5a-4bbc-8c7b-130996577879","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"b48e6a5c-ee03-4524-b693-39af383504ff"},{"name":"Digilocker Aadhaar XML","id":"d23eb832-603c-4d5a-93a3-80155dc57c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"access_token","value":"<string>","description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml","description":"<p>Fetches the user's aadhaar data given their access token. The data is parsed from the XML file provided by Digilocker and contains all relevant information related to the user.</p>\n","urlObject":{"path":["digilocker","aadhaar_xml"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"0f86060b-9bbd-476d-937b-c8ddf4880f44","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"transaction_id\": \"UKC:b0004c24a89363fb22b9348810bcb8a720220805130156\",\n\t\t\"aadhaar_uid\": \"xxxxxxxx9886\",\n\t\t\"aadhaar_issued_date\": \"2022-08-05 13:02:13\",\n\t\t\"aadhaar_xml_age\": \"0\",\n\t\t\"aadhaar_xml_version\": \"1.0\",\n\t\t\"aadhaar_name\": \"John Doe\",\n\t\t\"aadhaar_gender\": \"M\",\n\t\t\"aadhaar_dob\": \"01-01-1970\",\n\t\t\"aadhaar_age\": 52,\n\t\t\"aadhaar_care_of\": \"S/O Steve Doe\",\n\t\t\"aadhaar_address\": \"S/O Steve Doe, Jaipur, Rajasthan, India, 302016\",\n\t\t\"aadhaar_house\": \"Flat No.-Z-203\",\n\t\t\"aadhaar_street\": \"ABCD Flats\",\n\t\t\"aadhaar_landmark\": \"Shanti Nagar\",\n\t\t\"aadhaar_location\": \"Durgapura\",\n\t\t\"aadhaar_district\": \"Jaipur\",\n\t\t\"aadhaar_vtc\": \"Jaipur\",\n\t\t\"aadhaar_state\": \"Rajasthan\",\n\t\t\"aadhaar_country\": \"India\",\n\t\t\"aadhaar_post_code\": \"302016\",\n\t\t\"aadhaar_photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/\",\n\t\t\"aadhaar_last_four_digits\": \"9886\"\n\t}\n}"},{"id":"20e8c8d0-e275-40ec-847b-de26c2c82061","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1db1b163-8ad0-449e-a1ab-39363f411c9c","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"9e930a3c-8188-40c3-be15-2ca3c2577ddc","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"290bf8ef-a7ed-4adb-8039-9b900ddf530b","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"access_token\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid access_token.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"7343613f-b8d5-4468-8af1-58d174aa5f9f","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"7e8c2a71-3f7a-4280-9148-f6e6b65f9314","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"56b6b7df-d02a-4993-a732-82ff7b6f8b01","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"d23eb832-603c-4d5a-93a3-80155dc57c18"},{"name":"eSign Request","id":"c9d98993-4be8-4064-90b8-b9dc08c0cb56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"document","type":"file","description":"<p>(Required) The document to be signed by your signatories.</p>\n<p>Example\n{\"document\": \"sample_agreement.pdf\"}</p>\n<p>Data Type: File\nThe supported file format is only PDF</p>\n<p>File Size: 10 MB (max)  </p>\n","value":null},{"key":"sender","value":"<string>","type":"text","description":"<p>(Required) The name of the person sending the document for signing.</p>\n<p>Example \n{\"name\": \"John\",\"email\": \"<a href=\"mailto:john@mymail.com\">john@mymail.com</a>\"}</p>\n<p>Data Type: JSON String</p>\n"},{"key":"signatory","value":"<string>","type":"text","description":"<p>(Required) The name and email of the person signing the document.</p>\n<p>Example \n{\"signatories\": [{\"name\": \"Mary\",\"email\": \"<a href=\"mailto:mary@yourmail.com\">mary@yourmail.com</a>\"},{\"name\": \"Lucy\",\"email\": \"<a href=\"mailto:lucy@yourmail.com\">lucy@yourmail.com</a>\"}]}</p>\n<p>A minimum of one signer and a maximum of 5 signers can be included to sign the document.</p>\n<p>Data Type: JSON Array</p>\n"},{"key":"signature_config","value":"<string>","type":"text","description":"<p>(Optional) The position where you would like to place the signature stamp on the document.</p>\n<p>Example\n{\"signature_stamp\": \"FIRST_PAGE_TOP\"}</p>\n<p>Possible values for signature_stamp are: FIRST_PAGE_TOP, FIRST_PAGE_BOTTOM, LAST_PAGE_TOP, LAST_PAGE_BOTTOM</p>\n<p>By default, the signature stamp will appear at top of the first page.</p>\n<p>Data Type: JSON String</p>\n"},{"key":"reminder_config","value":"<string>","type":"text","description":"<p>(Optional) You can set reminders for your signers to complete the signing of the document.</p>\n<p>Example\n{\"reminder\": \"EVERY_WEEK\"}</p>\n<p>Possible values for reminder are: NO_REMINDER, EVERY_DAY, EVERY_THIRD_DAY, EVERY_WEEK</p>\n<p>By default, the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.</p>\n<p>Data Type: JSON String</p>\n"},{"key":"document_config","value":"<string>","type":"text","description":"<p>send_signed_copy</p>\n<p>(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed the document.</p>\n<p>Example\n{\"expiry_date\": \"12-12-2022\",\"send_signed_copy\": \"BOTH\"}</p>\n<p>Possible values for send_signed_copy are: SENDER, SIGNER, BOTH\nexpiry_date date format is dd-mm-yyyy</p>\n<p>All of the signers must sign this document before the signers are allowed to download the signed document.</p>\n<p>By default, the download configuration is set to Yes to allow all signers to download the document once signed by all signers.</p>\n<p>Data Type: String</p>\n<p>--</p>\n<p>expiry_date</p>\n<p>(Optional) You can set an expiry for the document that is sent for signing.</p>\n<p>All of the signers must sign this document before it expires to be valid.</p>\n<p>By default, the expiry is set for 90 days from the date of sending the document for signing.</p>\n<p>Data Type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request","description":"<p>eSign service is an online electronic signature service that allows an Aadhaar holder to sign a document digitally. We are an ASP (Application Service Provider) through NSDL, a licensed Certifying Authority.</p>\n<p>eSign allows users to sign documents through Aadhaar as per the prevailing IT Act which states that the e-signatures must be linked to the person signing the document in the form of a government-issued digital ID (e.g. Aadhaar).</p>\n<p>The /request/ endpoint will allow the user to add the document (PDF) to be signed (up to 10MB in size) and add up to 5 Signers to sign the document using their Aadhaar and OTP issued by UIDAI (for validity and authenticity). The sender can also set additional settings for Users such as document validity and reminders for signing the document sent.</p>\n<p><a href=\"https://www.frslabs.com/aadhaar-esign/\">Learn more about eSign here.</a></p>\n","urlObject":{"path":["esign","request"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"baa867ad-fd97-4238-b981-69415d056143","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"es-c026e6cf-24ab-4488-b824-b4f3db82cdef\",\n    \"message\": \"File sent for eSign successfully.\"\n  }\n}"},{"id":"149e702c-94e9-4ad3-aae1-8a1a3b6f19fa","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"invalid_input\",\n    \"message\": null,\n    \"fields\": [\n      {\n        \"sender\": {\n          \"message\": \"Invalid input value. Please enter a valid sender\"\n        }\n      }\n    ]\n  }\n}"},{"id":"455d9148-0e52-4b69-b28e-75eff96d4ac1","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"9921230c-2a8d-4cd0-af4f-9807a53f9eb5","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"bb31afa3-025e-424d-9851-1026825f6251","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": null,\n    \"fields\": [\n      {\n        \"sender\": {\n          \"message\": \"Invalid input value. Please enter a valid sender\"\n        }\n      }\n    ]\n  }\n}"},{"id":"bfc90c64-f787-4fc4-a95e-bdde97162006","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"dfe9fcb6-9911-4e09-9dec-c3206738646c","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) The document to be signed by your signatories.\n\nData Type: File\nSupported file format is only PDF\n\nFile Size: 10 MB (max) \t","key":"document","value":"<binary>","type":"text"},{"description":"(Required) The name of the person sending the document for signing.\n\nData Type: JSON String","key":"sender","value":"<string>","type":"text"},{"description":"(Required) The name and email of the person signing the document.\n\nA minimum of one signer and a maximum of 5 signers can be included to sign the document.\n\nData Type: JSON Array","key":"signatory","value":"<string>","type":"text"},{"description":"(Optional) The position where you would like to place the signature stamp on the document.\n\nThe options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the signature stamp will appear at top of the first page.\n\nData Type: JSON String\n","key":"signature_config","value":"<string>","type":"text"},{"description":"(Optional) You can set reminders to your signers to complete the signing of the document.\n\nThe reminder options are Top of Frist Page, Bottom of First Page, Top of Last Page and Bottom of Last Page.\n\nBy default the reminder will be set to once a week from the date of sending the document for signing. The reminders will be sent to only those who have not signed the document within the specified expiry date.\n\nData Type: JSON String\n","key":"reminder_config","value":"<string>","type":"text"},{"description":"send_signed_copy\n(Optional) You can set a configuration to allow/disallow signers to download the document once all signers have signed document.\n\nAll of the signers must sign this document before the signers are allowed to download the signed document.\n\nBy default the download configuration is set for Yes to allow all signers to download the document once signed by all signers.\n\nData Type: String\n\nexpiry_date\n(Optional) You can set an expiry for the document that is sent for signing.\n\nAll of the signers must sign this document before it expires to be valid.\n\nBy default the expiry is set for 90 days from the date of sending the document for signing.\n\nData Type: String\n\n\n","key":"document_config","value":"<string>","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/esign/request"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"c9d98993-4be8-4064-90b8-b9dc08c0cb56"},{"name":"eSign Status","id":"506b2fa8-5111-4082-b102-034235a7c9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":""},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","description":"<p>This endpoint will allow the Sender to verify the status of the document that has been sent out for signing. Possible responses are Pending, Completed and Expired.</p>\n","urlObject":{"path":["esign","status"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) This is the ID that is generated by 'esign request' API<br />Data type: String</p>\n","type":"text/plain"},"key":"id","value":"<string>"}],"variable":[]}},"response":[{"id":"9aa4ac3c-faf2-4a8a-b187-14e55b94de21","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"document_status\": \"COMPLETED\",\n    \"download_link\": \"https://esign-v2.atlaskyc.com/v2/prod/web/download/signed/document?token=esd-02422542-d307-4915-9331-f0827099e670\",\n    \"signatories\": [\n      {\n        \"signer_name\": \"Christober\",\n        \"signer_email\": \"chris@frslabs.com\",\n        \"signed_status\": \"Y\",\n        \"signed_timestamp\": \"10-11-2022 10:38:23\"\n      }\n    ],\n    \"esign_id\": \"esd-02422542-d307-4915-9331-f0827099e670\"\n  }\n}"},{"id":"54eafbf9-805a-4080-99b8-8a37d2f9a1b5","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"invalid_input\",\n    \"message\": null,\n    \"fields\": [\n      {\n        \"id\": {\n          \"message\": \"Invalid input value. Please enter a valid id\"\n        }\n      }\n    ]\n  }\n}"},{"id":"5cd6ccf7-13cb-423e-82a7-2970ea46efac","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"281115c0-678f-4d26-bb31-76de8f8d4b8a","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"2ed7e7eb-07ab-4135-8f61-24ebc6226e4f","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": null,\n    \"fields\": [\n      {\n        \"id\": {\n          \"message\": \"Invalid input value. Please enter a valid id\"\n        }\n      }\n    ]\n  }\n}"},{"id":"5b2bc6ee-45c5-41ec-ab22-1acd76f923bf","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"615d6378-2ab8-4497-90be-bfb5dcc48315","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.atlaskyc.com/v2/prod/esign/status?id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["esign","status"],"query":[{"key":"id","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"506b2fa8-5111-4082-b102-034235a7c9a0"},{"name":"Aadhaar OTP (new)","id":"2bcaead9-0e1f-4b36-951f-2386f930d2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","description":"<p>Use the Aadhaar OTP verification API to generate an OTP (One Time Password) for a given Aadhaar number, and it will be sent to the mobile number linked with the Aadhaar Number. Please note that this OTP is sent directly by the Issuing Authority (UIDAI).</p>\n<p><strong>Important Note: To align with the new Data Protection Act 2023 and ensure a consent-based approach, we strongly recommend adding a consent screen to obtain consent from your users before initiating Aadhaar Offline KYC. You can implement any consent screen of your choice before invoking the Aadhaar KYC APIs.</strong></p>\n","urlObject":{"path":["aadhaar","aadhaar_otp"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Aadhaar number to be verified for KYC (12 digits).<br />Data type: String</p>\n","type":"text/plain"},"key":"aadhaar_number","value":""}],"variable":[]}},"response":[{"id":"c2a6d16b-cb3b-4e61-b4a6-baa7464d921a","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"adr-40ac7629-993c-4872-x3423f-fa3ert3x-3dfwas\",\n    \"message\": \"OTP sent successfully\"\n  }\n}"},{"id":"75ffa1aa-6926-4182-9614-ac2318531fe4","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"validation_error\",\n  \"message\": \"Required String parameter 'aadhaar_number' is not present\",\n  \"fields\": null\n}"},{"id":"d73b2cd9-b82d-432d-a9a0-934e2016093e","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"8123ffc9-c4c4-4d83-b76c-5f6d3126d027","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"004a090a-0160-4743-a97f-88136aaaf2c5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"843e85b7-ff2c-4ce7-9054-8371bd5170b5","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_otp?aadhaar_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_otp"],"query":[{"description":"(Required) Aadhaar number you want to verify.<br/>Data type: String","key":"aadhaar_number","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"2bcaead9-0e1f-4b36-951f-2386f930d2e8"},{"name":"Aadhaar KYC (new)","id":"f8df02c9-dce8-46ac-ae3c-71d2c6035162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","description":"<p>Use the Aadhaar OTP verification API to verify Aadhaar by submitting the OTP entered by the User and the reference ID received in the offline Aadhaar verification API response.</p>\n<p>Note that the Aadhaar email and phone numbers are hashed values and are not made available as part of the KYC output.</p>\n","urlObject":{"path":["aadhaar","aadhaar_kyc"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br />Data type: String</p>\n","type":"text/plain"},"key":"id","value":""},{"description":{"content":"<p>(Required) (Required) 6-digit OTP received on registered mobile number.<br />Data type: String</p>\n","type":"text/plain"},"key":"otp","value":""}],"variable":[]}},"response":[{"id":"e85214a0-8d5b-4fa2-969c-b72cb7eb9e00","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"ak-6e68ccc3-fb7c-4b66-8a16-342sd32423s-x3234xsdf\",\n    \"aadhaar_reference_id\": \"6687789986556567434535\",\n    \"aadhaar_status\": \"VALID\",\n    \"aadhaar_name\": \"Karthik Ramamurthy\",\n    \"aadhaar_gender\": \"M\",\n    \"aadhaar_dob\": \"05-09-1984\",\n    \"aadhaar_age\": \"38\",\n    \"aadhaar_care_of\": \"S/O Ramamurthy\",\n    \"aadhaar_address\": \"98/3 A1, 5TH CROSS, CASHIER LAYOUT, JP NAGAR\",\n    \"aadhaar_house\": \"98/3 A1\",\n    \"aadhaar_street\": \"CASHIER LAYOUT\",\n    \"aadhaar_landmark\": \"SWATHI HOSPITAL\",\n    \"aadhaar_post_office\": \"Dharmaram College\",\n    \"aadhaar_district\": \"Bengaluru\",\n    \"aadhaar_sub_district\": \"\",\n    \"aadhaar_vtc\": \"Dharmaram\",\n    \"aadhaar_state\": \"Karnataka\",\n    \"aadhaar_country\": \"India\",\n    \"aadhaar_post_code\": \"560029\",\n    \"aadhaar_photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyUd6QfxZB4NBGHB9aKKB9D/9k=\",\n    \"aadhaar_mobile\": \"3ec476c390394a2d653d5aec1da62df7a087691d907f6e0ec766fe45a944af46\",\n    \"aadhaar_email\": \"85c109bafe8d239a08574cb8d87844a7aa42e03914633be7d6547a2fdd0f79ad92b88dbd80a0030381ee4a7c9fc9bac4\"\n  }\n}"},{"id":"4b7e25d7-34cf-4064-aecb-06149d757884","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"validation_error\",\n  \"message\": \"Required String parameter 'id' is not present\",\n  \"fields\": null\n}"},{"id":"810986d7-8728-422a-9019-0d362aa499e4","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"00a52d0a-63d6-43eb-ac25-c11776913373","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"3fbb130e-af12-4c2c-9aaa-1ac1f8da5805","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"96d43b90-99c3-4459-8d7e-24bc6739b400","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/aadhaar/aadhaar_kyc?id=&otp=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","aadhaar","aadhaar_kyc"],"query":[{"description":"(Required) (Required) The reference ID you have received in the aadhaar OTP API response.<br/>Data type: String","key":"id","value":""},{"description":"(Required) (Required) 6-digit OTP received on registered mobile number.<br/>Data type: String","key":"otp","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"f8df02c9-dce8-46ac-ae3c-71d2c6035162"}],"id":"d6354d46-8855-47cd-94b6-a613b8ff7b3a","description":"<p>Aadhaar is the unique biometric identity document issued to Indian citizens. Aadhaar services includes Aadhaar OCR, Aadhaar Offline verification, Aadhaar QR, Aadhaar image and video masking, Aadhaar eSign and Aadhaar based DigiLocker document capture and verification.</p>\n","_postman_id":"d6354d46-8855-47cd-94b6-a613b8ff7b3a"},{"name":"Digilocker (new)","item":[{"name":"Digilocker Signup","id":"5c995d14-89fd-445c-8ed6-c68004341665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup","description":"<p>This API enables you to sign up or sign in to a user's DigiLocker account. Please note that if a user already has a DigiLocker account, they will be prompted to sign in by entering their DigiLocker PIN. If the user you intend to retrieve documents from does not have a DigiLocker account, the API will automatically initiate the sign-up process. In this case, the user will be asked to enter their Aadhaar Number and OTP during the sign-in process. Additionally, users have the option to reset their PIN if they can't recall it during the sign-in procedure.</p>\n","urlObject":{"path":["digilocker","signup"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"13a07241-3dc3-4cf3-8ee5-73616b0a75fb","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"access_token\": \"ebf3630ef316b6a39a9a7a0a2cc4fc2a51101896\",\n    \"expires_in\": \"3600s\",\n    \"token_type\": \"Bearer\",\n    \"refresh_token\": \"794d92742937073a34bbeb65608ead965d0eea29\",\n    \"digilocker_id\": \"cf708441-6d44-11e9-a76e-9457a5645068\",\n    \"name\": \"John Doe\",\n    \"date_of_birth\": \"01-01-1970\",\n    \"gender\": \"M\",\n    \"eaadhaar\": \"Y\",\n    \"mobile_number\": \"0123456789\",\n    \"new_account\": \"N\",\n    \"consent-valid-till\": \"1699158033\"\n  }\n}"},{"id":"7aa50fe5-77c6-4aec-a064-3ee8f5439b1d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid input. Please pass valid Digilocker client config.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid input. Please enter a valid x_org_config header.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"User denied access. Please complete the auth flow again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Unable to authorize user. Please try again later.\",\n      \"fields\": \"null\"\n    }\n  }\n]"},{"id":"e9e8e753-3912-4c59-b499-164e2f4124a4","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"54376786-fe1d-48d3-87a2-f95fd4a90131","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"fec6ca5e-65c2-46e3-b4cd-b52332a65454","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"x_org_config\": {\n          \"message\": \"Invalid input value. Please enter a valid x_org_config header.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"8c52bfd7-60f3-4b11-919f-1a86ddb58265","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"246e7c27-449f-48ca-8337-51d0d0c593bc","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"77055113-6c4c-494d-ba31-75213cf2ef8f","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/digilocker/signup"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"5c995d14-89fd-445c-8ed6-c68004341665"},{"name":"Digilocker Refresh Token","id":"69487a98-b8db-415b-a007-6de482e959c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Refresh Token.<br />Data Type: String</p>\n","key":"refresh_token","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token","description":"<p>Generates a fresh 'access' token given a previously issued 'refresh' token. Note that you will receive the initial access token at the successful signup API stage. A refresh token can only be used once and it is then revoked. Tokens have a lifetime of 60 minutes. You will need the access tokens in order to fetch the documents from a user's Digilocker wallet.</p>\n","urlObject":{"path":["digilocker","refresh_token"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"d89949a3-324c-4178-973e-8b8741986a6f","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"access_token\": \"ebf3630ef316b6a39a9a7a0a2cc4fc2a51101896\",\n    \"expires_in\": \"3600s\",\n    \"token_type\": \"Bearer\",\n    \"refresh_token\": \"794d92742937073a34bbeb65608ead965d0eea29\",\n    \"digilocker_id\": \"cf708441-6d44-11e9-a76e-9457a5645068\",\n    \"name\": \"John Doe\",\n    \"date_of_birth\": \"01-01-1970\",\n    \"gender\": \"M\",\n    \"eaadhaar\": \"Y\",\n    \"mobile_number\": \"0123456789\",\n    \"new_account\": \"N\",\n    \"consent-valid-till\": \"1699158033\"\n  }\n}"},{"id":"9549209d-23c3-44d9-a05b-b1c8d2b10eca","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"invalid_input\",\n    \"message\": \"Invalid refresh_token. Please re-generate a new token and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"63e709e8-d08a-4f69-b157-e4b1cbe406c5","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"946670f1-5a27-4db2-bb35-2cec7f244af8","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"482eaab6-dab9-40b4-b74c-068c199e6daa","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"refresh_token\": {\n          \"message\": \"Invalid input value. Please enter a valid refresh_token.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"5a44f69a-544e-4691-b3f8-0a6412b498d2","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"bb114517-ebb4-4158-8f4f-a633bbcb1337","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"f3ba8ad1-f51d-4769-bc3e-5af782c8061d","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Refresh Token.<br>Data Type: String","key":"refresh_token","value":"sunt c"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/refresh_token"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"69487a98-b8db-415b-a007-6de482e959c7"},{"name":"Digilocker Revoke Token","id":"e39f4665-8a6c-4d3f-aa57-098d335f83c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n","key":"access_token","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token","description":"<p>This API revokes all tokens issued against a user, whether currently active or expired, given a valid refresh token. You may issue a fresh set of tokens by going through the authorization process again to gain access to the rest of the APIs in order to fetch documents from a user's Digilocker wallet.</p>\n","urlObject":{"path":["digilocker","revoke_token"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"392dbee0-68ca-45cb-86a4-a3d63fc12f8c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"message\": \"Tokens revoked successfully. Complete the authorization flow again to get access.\"\n  }\n}"},{"id":"6288542b-25f2-4e63-97ca-fadf609f1770","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"4c7bb44d-4958-4bd1-843e-bbfc210f00fa","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"49f425e0-790a-498a-b696-d831db5d51db","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"access_token\": {\n          \"message\": \"Invalid input value. Please enter a valid access_token.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"c7a2864e-916c-4bd0-bf49-7e468ca51000","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"8c932195-a8b2-44a6-b5be-f828c5ff2d44","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"d4a718e0-d192-49ed-8d7a-b4ab337e1f27","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"et in"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/revoke_token"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"e39f4665-8a6c-4d3f-aa57-098d335f83c1"},{"name":"Digilocker User Details","id":"29e45a24-a039-479b-96f3-e44641803835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n","key":"access_token","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile","description":"<p>This is the API that fetches the user's details from the Digilocker wallet with their full consent. This API provides all relevant Digilocker User details such as their name, Digilocker ID and Aadhaar availability status.</p>\n","urlObject":{"path":["digilocker","profile"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"b5a5b836-1a07-4196-96a5-66c6cf162525","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"digilocker_id\": \"cf708441-6d92-11e9-a85e-9457a5645068\",\n    \"name\": \"John Doe\",\n    \"date_of_birth\": \"01-01-1970\",\n    \"gender\": \"M\",\n    \"eaadhaar\": \"Y\",\n    \"mobile_number\": \"0123456789\"\n  }\n}"},{"id":"0a8f9e64-48ae-4ef6-8d11-8dd62eb6e76b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Access token does not grant access to the requested document.\",\n      \"fields\": \"null\"\n    }\n  }\n]"},{"id":"273a8cd0-293a-4cbc-a2fd-ddeeae8f568b","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"7aa3944a-49ca-476e-a607-1c7893231f14","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"86f96a28-1293-4aa9-ad77-9ce7bc347b6a","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"access_token\": {\n          \"message\": \"Invalid input value. Please enter a valid access_token.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"1e5365e4-6a5e-4678-b38a-bed3eb56ca44","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"5a993243-ecf9-4f83-a20a-f8cf4b136459","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"9827992f-ea92-4d81-821e-7172a95a8e04","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"id aute aliquip"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/profile"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"29e45a24-a039-479b-96f3-e44641803835"},{"name":"Digilocker List Documents","id":"3f36bae3-ddf2-4ea0-b5f7-c3f61da0770f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n","key":"access_token","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list","description":"<p>Fetches a list of government-issued documents for the user, given their access token. Includes all relevant details for each document in the list, including the unique document URI, document type and the issuing authority. Please note that this list can sometimes be excessive depending on the number of documents residing on the user's Digilocker wallet. We, therefore, recommend that you employ the right strategies to fetch the required document list or limit the number of records fetched.</p>\n","urlObject":{"path":["digilocker","document_list"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"06fc46da-7d74-4b20-a5dd-88e95ecb6b2a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"Aadhaar Card\",\n      \"type\": \"file\",\n      \"date\": \"22-07-2022\",\n      \"mime\": [\n        \"application/pdf\"\n      ],\n      \"uri\": \"in.gov.uidai-ADHAR-ddaddb9704ecf8835daaff3a63885543\",\n      \"doc_type\": \"AADHAAR\",\n      \"description\": \"Aadhaar Card\",\n      \"issuer_id\": \"in.gov.uidai\",\n      \"issuer\": \"Aadhaar, Unique Identification Authority of India\"\n    }\n  ]\n}"},{"id":"d4892e02-b055-4fc8-9491-96e6eddf58e0","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Access token does not grant access to the requested document.\",\n      \"fields\": \"null\"\n    }\n  }\n]"},{"id":"d49d79cb-d91e-4a53-b096-4e771fea806b","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"39bf75a8-13f7-4c20-ae9f-c542463305d5","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"ec28ff28-99ef-4865-9bbb-e23eb6b3d002","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"access_token\": {\n          \"message\": \"Invalid input value. Please enter a valid access_token.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"2ea0f85c-57c4-4fda-bee8-948cd92c3efe","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"aec62ed0-6d34-414a-bae3-7c4da446000c","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"cac6eda5-cdcc-4806-aec2-51f0cd6f83e8","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"sit Excepteur"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document_list"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"3f36bae3-ddf2-4ea0-b5f7-c3f61da0770f"},{"name":"Digilocker Fetch Document","id":"c390ee45-b4ca-4627-85df-dc01df2c4c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n","key":"access_token","value":"String"},{"description":"<p>(Required) Document's URI<br />Data Type: String</p>\n","key":"uri","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document","description":"<p>Fetches an issued document from the user's Digilocker account, given the URI for the document.<br />Currently supports fetching PAN Card, Aadhaar Card and Driving License (Note: If you are looking for specific documents from DigiLocker please write to <a href=\"mailto:support@frslabs.com\">support@frslabs.com</a>).  </p>\n<p>The API will further parse the XML file document as sent by Digilocker into a convenient JSON format that you can persist in your databases or display in the App.</p>\n","urlObject":{"path":["digilocker","document"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"593207c4-0949-4b45-a222-565680ec8f66","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"data\": {\n      \"number\": \"DBWPA8660P\",\n      \"name\": \"JOHN DOE\",\n      \"date_of_birth\": \"07-11-2000\",\n      \"gender\": \"MALE\",\n      \"verified_on\": \"26-09-2023 16:00:40\"\n    }\n  },\n  {\n    \"data\": {\n      \"transaction_id\": \"UKC:b0004c24a89363fb22b9348810bcb8a720220805130156\",\n      \"aadhaar_uid\": \"xxxxxxxx9886\",\n      \"aadhaar_issued_date\": \"2022-08-05 13:02:13\",\n      \"aadhaar_xml_age\": \"0\",\n      \"aadhaar_xml_version\": \"1.0\",\n      \"aadhaar_name\": \"John Doe\",\n      \"aadhaar_gender\": \"M\",\n      \"aadhaar_dob\": \"01-01-1970\",\n      \"aadhaar_age\": 52,\n      \"aadhaar_care_of\": \"S/O Steve Doe\",\n      \"aadhaar_address\": \"S/O Steve Doe, Jaipur, Rajasthan, India, 302016\",\n      \"aadhaar_house\": \"Flat No.-Z-203\",\n      \"aadhaar_street\": \"ABCD Flats\",\n      \"aadhaar_landmark\": \"XYZ Nagar\",\n      \"aadhaar_location\": \"Old City\",\n      \"aadhaar_district\": \"Jaipur\",\n      \"aadhaar_vtc\": \"Jaipur\",\n      \"aadhaar_state\": \"Rajasthan\",\n      \"aadhaar_country\": \"India\",\n      \"aadhaar_post_code\": \"302016\",\n      \"aadhaar_photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/\",\n      \"aadhaar_last_four_digits\": \"9886\"\n    }\n  }\n]"},{"id":"988d5455-3390-4092-866a-252ead921b65","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Access token does not grant access to the requested document.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"No file found for the given URI. Please enter a valid URI.\",\n      \"fields\": \"null\"\n    }\n  }\n]"},{"id":"6b94bf01-9abf-441a-b7c1-9424a0e508e3","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"590a0b93-a0eb-4f25-b580-37b3d3bb107d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"14571692-893d-4f16-a5e2-0ba74ad28b58","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"access_token\": {\n          \"message\": \"Invalid input value. Please enter a valid access_token\"\n        }\n      },\n      {\n        \"uri\": {\n          \"message\": \"Invalid input value. Please enter a valid uri\"\n        }\n      }\n    ]\n  }\n}"},{"id":"a7c62b98-e090-4b06-9384-72edbb8dc46d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"f6f4c885-6698-4034-a29f-c397ccb1c24a","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"178942cf-10ea-4703-b5b4-a495e9431c32","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"dolor est dolore id labore"},{"description":"(Required) Document's URI<br>Data Type: String","key":"uri","value":"velit"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/document"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"c390ee45-b4ca-4627-85df-dc01df2c4c7a"},{"name":"Digilocker Aadhaar","id":"f69ba620-0c0d-476f-adf6-d371f341eff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Digilocker Access Token.<br />Data Type: String</p>\n","key":"access_token","value":"String"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml","description":"<p>Fetches the user's Aadhaar data given their access token. The data is parsed from the XML file provided by Digilocker and contains all relevant information related to the user. This will return the full Aadhaar KYC details including the User's name, gender, date of birth, full address and photograph.</p>\n","urlObject":{"path":["digilocker","aadhaar_xml"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"7350396d-cc91-42a5-a0f0-395987d8610b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"transaction_id\": \"UKC:b0004c24a89363fb22b9348810bcb8a720220805130156\",\n    \"aadhaar_uid\": \"xxxxxxxx9886\",\n    \"aadhaar_issued_date\": \"2022-08-05 13:02:13\",\n    \"aadhaar_xml_age\": \"0\",\n    \"aadhaar_xml_version\": \"1.0\",\n    \"aadhaar_name\": \"John Doe\",\n    \"aadhaar_gender\": \"M\",\n    \"aadhaar_dob\": \"01-01-1970\",\n    \"aadhaar_age\": 52,\n    \"aadhaar_care_of\": \"S/O Steve Doe\",\n    \"aadhaar_address\": \"S/O Steve Doe, Jaipur, Rajasthan, India, 302016\",\n    \"aadhaar_house\": \"Flat No.-Z-203\",\n    \"aadhaar_street\": \"ABCD Flats\",\n    \"aadhaar_landmark\": \"XYZ Nagar\",\n    \"aadhaar_location\": \"Old City\",\n    \"aadhaar_district\": \"Jaipur\",\n    \"aadhaar_vtc\": \"Jaipur\",\n    \"aadhaar_state\": \"Rajasthan\",\n    \"aadhaar_country\": \"India\",\n    \"aadhaar_post_code\": \"302016\",\n    \"aadhaar_photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/\",\n    \"aadhaar_last_four_digits\": \"9886\"\n  }\n}"},{"id":"831127cf-2a56-446d-b7a7-ad050776fe9a","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Invalid access_token. Please re-generate a new token and try again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"User denied access. Please complete the auth flow again.\",\n      \"fields\": \"null\"\n    }\n  },\n  {\n    \"error\": {\n      \"type\": \"invalid_input\",\n      \"message\": \"Unable to authorize user. Please try again later.\",\n      \"fields\": \"null\"\n    }\n  }\n]"},{"id":"78b5b3ea-cdb2-4ec8-9426-e4f0931a2c3e","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"57eedbce-bb94-44dc-9d44-626bb0c31698","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"3ef75b61-9c30-49ea-8b50-ef355e0f1c1c","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"validation_error\",\n    \"message\": \"null\",\n    \"fields\": [\n      {\n        \"access_token\": {\n          \"message\": \"Invalid input value. Please enter a valid access_token.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"a4381df1-5cc0-4824-9f8e-2e16a27d4b65","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"386e0c8d-89ff-41c7-90ff-7e05a10c32aa","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"service_unavailable\",\n    \"message\": \"Unable to establish a connection with Digilocker. Please try after some time.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"7e0e8d17-1a8e-4830-9e00-1d33e71dc2b0","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Digilocker Access Token.<br>Data Type: String","key":"access_token","value":"ad Lorem consectetur in Ut"}]},"url":"https://api.atlaskyc.com/v2/prod/digilocker/aadhaar_xml"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"timeout_error\",\n    \"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"f69ba620-0c0d-476f-adf6-d371f341eff6"}],"id":"52dff99b-e86e-4b97-9908-263f6533e3dc","description":"<p>DigiLocker is a service provided by the Indian Government, allowing issuing authorities, such as Aadhaar, PAN, Driving License, Registration Certificates, and Academic Qualifications, to publish verified documents directly into DigiLocker. These verified documents can then be easily shared as proofs with service providers like Banks, Insurance companies, and Lenders.</p>\n<p>DigiLocker also permits entities like FRSLABS with prior approval to request information from consumers through APIs, ensuring a seamless process with the consumer's full consent.</p>\n<p>To integrate DigiLocker's APIs, a specific set of steps needs to be followed. We have provided the complete workflow that should be carefully adhered to, without skipping any steps, in order to achieve the desired results.</p>\n<p><strong>DigiLocker API Flow:</strong></p>\n<p>The DigiLocker API flow consists of a series of steps that must be implemented in the exact order specified by DigiLocker. We have outlined the high-level steps corresponding to the APIs in our documentation:</p>\n<ol>\n<li><p>To begin, sign up or sign in to DigiLocker. Please note that if a user already has a DigiLocker account, they will be prompted to sign in by entering their DigiLocker PIN. If the user you intend to retrieve documents from does not have a DigiLocker account, the API will automatically initiate the sign-up process. In this case, the user will be asked to enter their Aadhaar Number and OTP during the sign-in process. Additionally, users have the option to reset their PIN if they can't recall it during the sign-in procedure.</p>\n</li>\n<li><p>Please note that there are limitations on DigiLocker's signup page, primarily allowing users to sign in, as the new account creation using only a mobile number doesn't function in this flow. Regardless of whether you have an existing account or not, the initial step of entering Aadhaar and OTP remains the same for both existing and new DigiLocker users.</p>\n</li>\n<li><p>After a successful Aadhaar sign-in process, you will receive a DigiLocker access token to complete the remaining transactions. You can refresh the token at any time using the refresh token endpoint.</p>\n</li>\n<li><p>This token is then used to retrieve the User Document List from DigiLocker, primarily to confirm that the user possesses the required document you are seeking (e.g., Aadhaar). Obtaining User Details (available through a separate API endpoint) is optional and generally not necessary when integrating the APIs.</p>\n</li>\n<li><p>The Aadhaar XML is subsequently parsed, and the results are returned, providing comprehensive Aadhaar KYC details of the customer, including name, gender, date of birth, address, and photograph.</p>\n</li>\n</ol>\n<p>Please note that you can utilize our no-code Dashboard to add a DigiLocker step, where all of the above steps will be executed seamlessly in one simple flow. You won't need to perform any manual steps; simply create the flow, and we will handle all the required internal APIs for accessing DigiLocker. Feel free to reach out to your Account Manager or request a demo to witness this process in action.</p>\n","_postman_id":"52dff99b-e86e-4b97-9908-263f6533e3dc"},{"name":"Verify","item":[{"name":"Verify PAN KRA Status","id":"e51e6096-e603-4f99-8c7b-38927c6f469b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_no","value":"<string>","description":"<p>(Required) 10-digit PAN Number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status","description":"<p>Verifies whether a given PAN number is registered with any of the KRA (Know your customer Registration Agencies in India). If the PAN is enrolled it will bring the enrolment status as response.</p>\n","urlObject":{"path":["pan_kra_status"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"1bce7820-5a06-49bb-aaf6-e028aa7ea0b1","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"cams_kra\": {\n\t\t\t\"ipv_flag\": \"null\",\n\t\t\t\"kyc_date\": \"null\",\n\t\t\t\"kyc_hold_reason\": \"null\",\n\t\t\t\"kyc_mode\": \"null\",\n\t\t\t\"kyc_status\": \"NOT AVAILABLE\",\n\t\t\t\"modify_date\": \"null\",\n\t\t\t\"modify_hold_reason\": \"null\",\n\t\t\t\"modify_status\": \"null\",\n\t\t\t\"kyc_status_date\": \"null\",\n\t\t\t\"ubo_details\": \"null\"\n\t\t},\n\t\t\"cvl_kra\": {\n\t\t\t\"ipv_flag\": \"IPV EXEMPTED\",\n\t\t\t\"kyc_date\": \"03-09-2021 04:30:58\",\n\t\t\t\"kyc_hold_reason\": \"null\",\n\t\t\t\"kyc_mode\": \"DIGILOCKER KYC\",\n\t\t\t\"kyc_status\": \"KYC REGISTERED WITH CVLKRA\",\n\t\t\t\"modify_date\": \"null\",\n\t\t\t\"modify_hold_reason\": \"null\",\n\t\t\t\"modify_status\": \"NOT AVAILABLE\",\n\t\t\t\"kyc_status_date\": \"28-09-2021 11:27:44\",\n\t\t\t\"ubo_details\": \"null\"\n\t\t},\n\t\t\"dotex_kra\": {\n\t\t\t\"ipv_flag\": \"null\",\n\t\t\t\"kyc_date\": \"null\",\n\t\t\t\"kyc_hold_reason\": \"null\",\n\t\t\t\"kyc_mode\": \"null\",\n\t\t\t\"kyc_status\": \"NOT AVAILABLE\",\n\t\t\t\"modify_date\": \"null\",\n\t\t\t\"modify_hold_reason\": \"null\",\n\t\t\t\"modify_status\": \"null\",\n\t\t\t\"kyc_status_date\": \"null\",\n\t\t\t\"ubo_details\": \"null\"\n\t\t},\n\t\t\"karvy_kra\": {\n\t\t\t\"ipv_flag\": \"null\",\n\t\t\t\"kyc_date\": \"null\",\n\t\t\t\"kyc_hold_reason\": \"null\",\n\t\t\t\"kyc_mode\": \"null\",\n\t\t\t\"kyc_status\": \"NOT AVAILABLE\",\n\t\t\t\"modify_date\": \"null\",\n\t\t\t\"modify_hold_reason\": \"null\",\n\t\t\t\"modify_status\": \"null\",\n\t\t\t\"kyc_status_date\": \"null\",\n\t\t\t\"ubo_details\": \"null\"\n\t\t},\n\t\t\"ndml_kra\": {\n\t\t\t\"ipv_flag\": \"null\",\n\t\t\t\"kyc_date\": \"null\",\n\t\t\t\"kyc_hold_reason\": \"null\",\n\t\t\t\"kyc_mode\": \"null\",\n\t\t\t\"kyc_status\": \"NOT AVAILABLE\",\n\t\t\t\"modify_date\": \"null\",\n\t\t\t\"modify_hold_reason\": \"null\",\n\t\t\t\"modify_status\": \"null\",\n\t\t\t\"kyc_status_date\": \"null\",\n\t\t\t\"ubo_details\": \"null\"\n\t\t}\n\t}\n}"},{"id":"11f4dc3a-fbc1-4fdb-897c-d2a2d12f07d4","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6fe69153-d610-4139-9d8a-1d95e5d7392d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"19b01718-ef0d-447f-816d-bf3c9b95e8a6","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"pan_no\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid pan_no.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"e6233759-66b7-4dc7-b75c-77418d3a5ceb","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8b7fcef1-34c0-4a4b-b580-8e4c28756733","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with NSDL. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"a9ca44b7-f91c-4291-b1ca-e2d66019433d","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/pan_kra_status"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"e51e6096-e603-4f99-8c7b-38927c6f469b"},{"name":"Verify Voter ID","id":"25efe7e5-c559-455f-8b04-5b864f0d8035","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","description":"<p>This API will verify the legitimacy of a Voter ID. You will need to pass the Voter ID Number to verify the status of the Voter account. On successful validation, the API will return the complete voter ID details including name and address.</p>\n","urlObject":{"path":["verify","voterid"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) VoterID number is required to verify customer’s details against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"vid_number","value":"<string>"}],"variable":[]}},"response":[{"id":"6b2be322-4f95-4b95-a096-be8baef341ed","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"ac_name\": \"Tiruchi***\",\n\t\t\"ac_name_v1\": \"திருச்சிரா***\",\n\t\t\"ac_no\": \"141\",\n\t\t\"age\": 38,\n\t\t\"dist_name_v1\": \"திருச்ச***\",\n\t\t\"district\": \"Tiruc***\",\n\t\t\"district_code\": \"16\",\n\t\t\"dob\": \"\",\n\t\t\"email_id\": \"\",\n\t\t\"epic_no\": \"WRC0***\",\n\t\t\"gender\": \"M\",\n\t\t\"house_no\": 0,\n\t\t\"last_update\": \"Thu Jan 06 12:06:39 IST 2022\",\n\t\t\"mob_no\": \"\",\n\t\t\"name\": \"Karthikeyan -\",\n\t\t\"name_v1\": \"கார்த்திகேயன் -\",\n\t\t\"name_v2\": \"\",\n\t\t\"name_v3\": \"\",\n\t\t\"part_name\": \"Corporation *** side RCC Building West Portion\",\n\t\t\"part_name_v1\": \"***\",\n\t\t\"part_no\": \"205\",\n\t\t\"pc_name\": \"TIRUCH***\",\n\t\t\"pc_name_v1\": \"திருச***\",\n\t\t\"pc_no\": \"24\",\n\t\t\"ps_lat_long\": \"0.0,0.0\",\n\t\t\"ps_lat_long0_coordinate\": 0,\n\t\t\"ps_lat_long1_coordinate\": 0,\n\t\t\"ps_name\": \"Corporation Ele. School, ***\",\n\t\t\"ps_name_v1\": \"மாநகராட்சி ஆரம்பப்***\",\n\t\t\"ps_no\": \"205\",\n\t\t\"rln_name\": \"Per*** -\",\n\t\t\"rln_name_v1\": \"பெரி*** -\",\n\t\t\"rln_name_v2\": \"\",\n\t\t\"rln_name_v3\": \"\",\n\t\t\"rln_type\": \"F\",\n\t\t\"section_no\": \"2\",\n\t\t\"slno_inpart\": \"519\",\n\t\t\"st_code\": \"S22\",\n\t\t\"state\": \"Tamil Nadu\",\n\t\t\"status\": \"N\"\n\t}\n}"},{"id":"4a41a711-1f2e-4646-988a-c8066dfc0fbd","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'vid_number' is not present\",\n\t\"fields\": null\n}"},{"id":"8429fc3f-af96-4234-a629-248ca6abe623","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"26c1cbdd-bc70-42a0-8b8a-8ee15d8217fe","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"92de4e5a-f16b-4584-8ea0-71a73784d353","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"21377aea-f468-4759-9437-5f66f716cb62","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/voterid?vid_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","voterid"],"query":[{"key":"vid_number","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"25efe7e5-c559-455f-8b04-5b864f0d8035"},{"name":"Verify PAN","id":"50d063bb-a42a-431d-bc25-ad847acc598f","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","description":"<p>This API will verify the legitimacy of a PAN Account Number. You will need to pass the PAN Number to verify the status of the PAN account. On successful validation, the API will return the PAN holder’s first, middle and last name and PAN status.</p>\n<p>The output response \"pan_aadhaar_seeding\" has the following flags returned:</p>\n<p><strong>Y - Aadhaar Seeding is Successful</strong><br /><strong>R - Aadhaar Seeding is UnSuccessful</strong><br /><strong>No Value(Blank) - Aadhaar is not seeded</strong><br /><strong>NA - Aadhaar seeding Not applicable</strong></p>\n<p><strong>IMPORTANT NOTE:</strong></p>\n<p>As of 01 Feb 2024, the last_updated_date is returned as NULL from the issuing authority. Please contact the support team should you need additional details.</p>\n<p>As of 01 March 2024, a new PAN verification API will be released as per the new API output specification document issued by NSDL. If you are an existing customer, you will receive further information from our support team about the continuity of the existing API and the structure of the new API.</p>\n","urlObject":{"path":["verify","pan"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Pan number is required to verify customer’s name against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"pan_number","value":"<string>"}],"variable":[]}},"response":[{"id":"ecf1aafc-ab91-4d55-aa46-94d4409e5dbd","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"pan_number\": \"CIO****\",\n\t\t\"pan_status\": \"VALID\",\n\t\t\"pan_status_desc\": null,\n\t\t\"last_name\": \"KARTH***\",\n\t\t\"first_name\": \"\",\n\t\t\"middle_name\": \"\",\n\t\t\"pan_holder_title\": \"Shri\",\n\t\t\"pan_last_updated\": \"30/11/2021\",\n\t\t\"pan_aadhaar_seeding\": \"Y\"\n\t}\n}"},{"id":"431cb504-f5b8-4496-83cf-51cd9d83e2e2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'pan_number' is not present\",\n\t\"fields\": null\n}"},{"id":"bf10b125-73c5-47d6-b77c-0702b686dfe7","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4bf6c64a-8735-460f-a492-2db8be15888f","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"b70f3f6b-0751-438b-936a-f1f92616b576","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2505e0ad-cc96-401d-9040-b67176c722ab","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/pan?pan_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","pan"],"query":[{"key":"pan_number","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"50d063bb-a42a-431d-bc25-ad847acc598f"},{"name":"Verify PAN Basic","id":"5fec04ea-542b-4bef-aa51-f422d5674d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","description":"<p>This API will verify the legitimacy of a PAN Account Number based on the new standards published by the issuer which will take effect on 30 April 2024.</p>\n<p>You will need to pass the PAN Number, Name and Date of birth of the holder to verify the status of the PAN account.</p>\n<p>On successful validation, the API will return the PAN validation along with the name and date of birth matches to that of the issuer database. This will also provide a flag for PAN seeded with Aadhaar.</p>\n<p>The 'pan_status' value can be interpreted as follows:</p>\n<p>“E” - Existing and Valid,<br />\"F\" - Marked as Fake<br />\"X\" - Marked as Deactivated<br />\"D\" - Deleted<br />\"N\" - Record (PAN) Not Found in ITD Database/Invalid PAN<br />\"EA\" - Existing and Valid but event marked as “Amalgamation” in ITD database (Income Tax Database)<br />\"EC\" - Existing and Valid but event marked as “Acquisition” in ITD database<br />\"ED\" - Existing and Valid but event marked as “Death” in ITD database<br />\"EI\" - Existing and Valid but event marked as “Dissolution” in ITD database<br />\"EL\" - Existing and Valid but event marked as “Liquidated” in ITD database<br />\"EM\" - Existing and Valid but event marked as “Merger” in ITD database<br />\"EP\" - Existing and Valid but event marked as “Partition” in ITD database<br />\"ES\" - Existing and Valid but event marked as “Split” in ITD database<br />\"EU\" - Existing and Valid but event marked as “Under Liquidation” in ITD database<br />The 'name_match' &amp; 'dob_match' will take the values Y, N for the valid PAN; A null value is returned for an invalid PAN.<br />**<br />The 'pan_aadhaar_seeding' value can be Y, N or NA.**</p>\n","urlObject":{"path":["verify","pan_basic"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) A valid PAN number is required to verify name against provided details.\nData type: String</p>\n","type":"text/plain"},"key":"pan_number","value":"<string>"},{"description":{"content":"<p>(Required) Either the registered name or the name on the PAN Card.\nData type: String</p>\n","type":"text/plain"},"key":"pan_name","value":"<string>"},{"description":{"content":"<p>(Required) Either the Birthdate of the User or Data of Incorporation/Formation of the Company in format: DD/MM/YYYY\nData type: String</p>\n","type":"text/plain"},"key":"dob","value":"<string>"}],"variable":[]}},"response":[{"id":"5274b50f-7e69-4b8a-9a83-1f3c58f890e0","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"Success\": {\n      \"summary\": \"Success\",\n      \"description\": \"Success\",\n      \"value\": {\n        \"data\": {\n          \"pan_number\": \"CIO****\",\n          \"pan_status\": \"E\",\n          \"name_match\": \"N\",\n          \"dob_match\": \"Y\",\n          \"pan_aadhaar_seeding\": \"Y\"\n        }\n      }\n    }\n  }\n}"},{"id":"e404a524-c22a-43aa-aa4d-3c76264f158d","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"7cca5cbe-0ded-441a-a7ad-5ea3e944da4f","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"d876bc1e-b2b7-426b-af17-3ccb281492f8","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"46c017ae-a270-4a89-8087-75d919924815","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"fd403dea-9ce3-406b-94ae-fc8184d0a20e","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/pan_basic?pan_number=<string>&pan_name=<string>&dob=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","pan_basic"],"query":[{"description":"(Required) Pan number is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_number","value":"<string>"},{"description":"(Required) Pan name is required to verify customer’s name against provided details.<br/>Data type: String","key":"pan_name","value":"<string>"},{"description":"(Required) Date of birth is required to verify customer’s name against provided details.<br/>Data type: String","key":"dob","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"5fec04ea-542b-4bef-aa51-f422d5674d7f"},{"name":"Verify GSTIN","id":"1c8eab50-35c9-43d8-85ab-31a022da2ae2","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","description":"<p>This API will verify the legitimacy of a GSTIN. You will need to pass the GST Number to verify the status of the GST licence. On successful validation, the API will return the complete business details including name and address of the business.</p>\n","urlObject":{"path":["verify","gstin"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) GST number is required to verify customer’s details against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"gst_number","value":"<string>"}],"variable":[]}},"response":[{"id":"49358b55-0193-45f4-bd4f-a226cca73f32","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"business_gstin_number\": \"29AABCF***\",\n\t\t\"business_legal_name\": \"FRSLABS RESEARCH SYSTEMS PRIVATE LIMITED\",\n\t\t\"business_gstin_validity_from\": \"01/07/2017\",\n\t\t\"business_state_jurisdiction\": \"LGSTO 17- Bengaluru\",\n\t\t\"business_constitution_type\": \"Private Limited Company\",\n\t\t\"business_taxpayer_type\": \"Regular\",\n\t\t\"business_state_jurisdiction_code\": \"KA130\",\n\t\t\"business_activity\": [\n\t\t\t\"Service Provision\"\n\t\t],\n\t\t\"business_gstin_status\": \"Active\",\n\t\t\"business_trade_name\": \"FRSLABS RESEARCH SYSTEMS PRIVATE LIMITED\",\n\t\t\"business_address_primary_building\": \"5TH MAIN, 14-B CROSS\",\n\t\t\"business_address_primary_street1\": \"HSR LAYOUT, 6TH SECTOR\",\n\t\t\"business_address_primary_location\": \"BENGALURU\",\n\t\t\"business_address_primary_number\": \"355,\",\n\t\t\"business_address_primary_state\": \"Karnataka\",\n\t\t\"business_address_primary_district\": \"Bengaluru (Bangalore) Urban\",\n\t\t\"business_address_primary_floor\": \"2ND\",\n\t\t\"business_address_primary_latt\": \"\",\n\t\t\"business_address_primary_long\": \"\",\n\t\t\"business_address_primary_pincode\": \"560102\",\n\t\t\"business_address_secondary_building\": \"-\",\n\t\t\"business_address_secondary_street1\": \"-\",\n\t\t\"business_address_secondary_location\": \"-\",\n\t\t\"business_address_secondary_number\": \"-\",\n\t\t\"business_address_secondary_state\": \"-\",\n\t\t\"business_address_secondary_district\": \"-\",\n\t\t\"business_address_secondary_floor\": \"-\",\n\t\t\"business_address_secondary_latt\": \"-\",\n\t\t\"business_address_secondary_long\": \"-\",\n\t\t\"business_address_secondary_pincode\": \"-\"\n\t}\n}"},{"id":"89109021-563d-44a8-b69e-789eb3b46043","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'gst_number' is not present\",\n\t\"fields\": null\n}"},{"id":"30ecaac9-7172-4b47-95a5-d8b96ac243ca","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"35f2deb7-b216-44cc-bd90-d7417706710f","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ef6ad4e8-c0d1-4e48-bdbc-1e1df1cb8ed4","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"25cc2eb4-9b03-46f2-b01b-cf92ff97c1f6","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/gstin?gst_number=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","gstin"],"query":[{"key":"gst_number","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"1c8eab50-35c9-43d8-85ab-31a022da2ae2"},{"name":"Verify Driving Licence","id":"2d3d24dc-224d-4c3c-8570-f2fb97d21447","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","description":"<p>This API will verify the legitimacy of a Driving Licence. You will need to pass the Driving Licence Number to verify the status of the licence.\nOn successful validation, the API will return the complete Driving Licence details including name, address and photograph.</p>\n","urlObject":{"path":["verify","dl"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Driving Licence number is required to verify customer’s details against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"dl_number","value":"<string>"},{"description":{"content":"<p>Birthdate of customer in format: yyyy-mm-dd <br />Data type: String</p>\n","type":"text/plain"},"key":"dob","value":"2010-01-01"}],"variable":[]}},"response":[{"id":"23f1b2cc-7c98-48af-8c62-eb6fd363a317","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"env\": 2,\n\t\"request_timestamp\": \"2022-02-14 15:50:31:089 +05:30\",\n\t\"response_timestamp\": \"2022-02-14 15:50:36:169 +05:30\",\n\t\"transaction_status\": 1,\n\t\"result\": {\n\t\t\"address\": [\n\t\t\t{\n\t\t\t\t\"address_line1\": \"267 AGRA***\",\n\t\t\t\t\"complete_address\": \"267 AGRAH***\",\n\t\t\t\t\"country\": \"INDIA\",\n\t\t\t\t\"district\": \"NA\",\n\t\t\t\t\"pin\": \"60**\",\n\t\t\t\t\"state\": \"Karnataka\",\n\t\t\t\t\"type\": \"Permanent\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"address_line1\": \"NO 18 HOU***\",\n\t\t\t\t\"complete_address\": \"NO 18 HOU***\",\n\t\t\t\t\"country\": \"INDIA\",\n\t\t\t\t\"district\": \"GURAP***\",\n\t\t\t\t\"pin\": \"560029\",\n\t\t\t\t\"state\": \"Karnataka\",\n\t\t\t\t\"type\": \"Present\"\n\t\t\t}\n\t\t],\n\t\t\"blood_group\": \"U\",\n\t\t\"cov_details\": [\n\t\t\t{\n\t\t\t\t\"cov\": \"MCWOG \",\n\t\t\t\t\"expiry_date\": \"NA\",\n\t\t\t\t\"issue_date\": \"NA\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"cov\": \"LMV   \",\n\t\t\t\t\"expiry_date\": \"NA\",\n\t\t\t\t\"issue_date\": \"NA\"\n\t\t\t}\n\t\t],\n\t\t\"dl_number\": null,\n\t\t\"dob\": \"07-12-1985\",\n\t\t\"expiry_date\": \"06-12-2035\",\n\t\t\"father_husband\": \"MANI***\",\n\t\t\"img\": \"/9j/4AAQSkZJRgABAQAAA**P/9k=\",\n\t\t\"issue_date\": \"17-05-2018\",\n\t\t\"name\": \"SUJ***\",\n\t\t\"state\": \"Karnataka\",\n\t\t\"endorse_dt\": \"17-05-2018\",\n\t\t\"endorse_no\": \"KA05 /PDL/001***\",\n\t\t\"status\": \"A\",\n\t\t\"status_details\": {\n\t\t\t\"from\": \"NA\",\n\t\t\t\"remarks\": \"NA\",\n\t\t\t\"to\": \"NA\"\n\t\t},\n\t\t\"validity\": {\n\t\t\t\"non_transport\": {\n\t\t\t\t\"from\": \"17-05-2018\",\n\t\t\t\t\"to\": \"06-12-2035\"\n\t\t\t},\n\t\t\t\"transport\": {\n\t\t\t\t\"from\": \"NA\",\n\t\t\t\t\"to\": \"NA\"\n\t\t\t}\n\t\t}\n\t},\n\t\"response_msg\": \"Success\",\n\t\"response_code\": \"101\"\n}"},{"id":"8ab9a4b5-7113-4feb-a9d6-275bfa3be27b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'dl_number' is not present\",\n\t\"fields\": null\n}"},{"id":"9ef6c16a-a40c-46e9-a6ff-f6af5b864bb7","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"a21463bd-5a33-4243-a5a5-ab812176ff76","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"df1e745e-8869-4c8b-a6dc-41fdd805c90c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"61c59a33-6289-46ac-806f-d1d759ee00aa","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/dl?dl_number=<string>&dob=2010-01-01","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","dl"],"query":[{"key":"dl_number","value":"<string>"},{"key":"dob","value":"2010-01-01"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"2d3d24dc-224d-4c3c-8570-f2fb97d21447"},{"name":"Verify RC Basic","id":"89b5b879-1d7f-442b-82af-a68f3ec3175b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/rc_basic?vehicle_number=","description":"<p>This API will verify the legitimacy of a Vehicle Registration. You will need to pass the Vehicle Number to verify the vehicle details. The basic RC verification on returns the vehicle details that are available in Parivaahan. If you would like to obtain the full details including the details of the owner then please use Verify RC Advanced API.</p>\n","urlObject":{"path":["verify","rc_basic"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Vehicle number is required to verify Vehicle details.<br />Data type: String</p>\n","type":"text/plain"},"key":"vehicle_number","value":""}],"variable":[]}},"response":[{"id":"a94e5120-31e4-409c-a089-4007d16cc87f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"black_list_status\": \"NA\",\n    \"chassis_no\": \"MBLHA1***XXXX\",\n    \"engine_no\": \"N\",\n    \"financier\": null,\n    \"expiry_date\": \"28-Aug-2027\",\n    \"fit_upto\": \"28-Aug-2027\",\n    \"vehicle_fuel_description\": \"PETROL\",\n    \"insurance_expiry_date\": \"05-Jan-2024\",\n    \"registration_location\": \"BANGALORE RTO, KARNATAKA\",\n    \"vehicle_maker_description\": \"HERO HONDA MOTORS LTD PASSION PRO SELF CAST\",\n    \"tax_upto\": \"28-Aug-2027\",\n    \"owner_name\": \"KRISHNA KUMAR\",\n    \"registration_date\": \"29-Aug-2012\",\n    \"registration_number\": \"KA45BB0000\",\n    \"status\": \"ACTIVE\",\n    \"vehicle_class_description\": \"M-Cycle/Scooter(2WN)\"\n  }\n}"},{"id":"c5140f15-6598-4a36-afb2-a5fffd0d3fde","name":"No Record Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"rc-40ac7629-993c-4872-x3423f-fa3ert3x-3dfwas\",\n    \"message\": \"No Record Found\"\n  }\n}"},{"id":"6dadcc18-3662-431f-9741-9d011dc5b7fd","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"validation_error\",\n  \"message\": \"Required String parameter 'vehicle_number' is not present\",\n  \"fields\": null\n}"},{"id":"5d70f125-d06e-4d6e-8443-785ca0ad8d2f","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"8117ac5e-249b-43c1-a29d-27742707fd58","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"40cc1ad9-dcd4-4c47-ad99-2bd622df31b0","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"02981026-c089-4ba8-b0fc-d16bac1b1ca8","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_basic?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_basic"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"89b5b879-1d7f-442b-82af-a68f3ec3175b"},{"name":"Verify RC Advanced","id":"ab8ae13e-aec8-40db-a0a4-a7951fa12038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/rc_advanced?vehicle_number=&","description":"<p>This API will verify the legitimacy of a Vehicle Registration. You will need to pass the Vehicle Number to verify the vehicle details. The advanced RC registration API is useful if you are doing a detailed investigation of the vehicle and its owner (e.g. before an insurance claim). If you only need basic RC verification then we recommend that you use RC Basic API.</p>\n","urlObject":{"path":["verify","rc_advanced"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Vehicle number is required to verify Vehicle details.<br />Data type: String</p>\n","type":"text/plain"},"key":"vehicle_number","value":""},{"key":"","value":null}],"variable":[]}},"response":[{"id":"febc4c70-eb94-4d14-9878-c21055fb640b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"blacklist_status\": \"NA\",\n    \"body_type_description\": \"SOLO WITH PILLION\",\n    \"chassis_number\": \"MBLHA10AWC000XXXX\",\n    \"father_name\": \"KUMAR\",\n    \"financer\": \"NA\",\n    \"insurance\": {\n      \"company\": \"Acko General Insurance Limited\",\n      \"expiry_date\": \"05-Jan-2024\",\n      \"policy_number\": \"DCCD00749200000/00\"\n    },\n    \"national_permit_expiry_date\": \"NA\",\n    \"national_permit_issued_by\": \"NA\",\n    \"national_permit_number\": \"NA\",\n    \"norms_description\": \"Not Available\",\n    \"vehicle_owner_number\": \"1\",\n    \"owner_permanent_address\": \"98-3, BTM LAYOUT,BANGALORE, 560029\",\n    \"engine_number\": \"HA10ENC000XXXXX\",\n    \"expiry_date\": \"28-Aug-2027\",\n    \"fit_upto\": \"28-Aug-2027\",\n    \"noc_details\": \"NA\",\n    \"permit_expiry_date\": \"NA\",\n    \"permit_issued_date\": \"NA\",\n    \"permit_number\": \"NA\",\n    \"permit_start_date\": \"NA\",\n    \"permit_type\": \"NA\",\n    \"pucc_expiry_date\": \"NA\",\n    \"pucc_no\": \"NA\",\n    \"registration_date\": \"29-Aug-2012\",\n    \"registration_location\": \"BANGALORE RTO, KARNATAKA\",\n    \"registration_number\": \"KA45BB0000\",\n    \"state_code\": \"TN\",\n    \"status\": \"ACTIVE\",\n    \"status_as_on\": \"17-Oct-2023\",\n    \"tax_upto\": \"NA\",\n    \"owner_name\": \"KRISHANA KUMAR\",\n    \"owner_present_address\": \"98-3, BTM LAYOUT,BANGALORE, 560029\",\n    \"vehicle_category\": \"2WN\",\n    \"vehicle_class_description\": \"M-Cycle/Scooter(2WN)\",\n    \"vehicle_color\": \"BLACK GREY\",\n    \"vehicle_cubic_capacity\": \"0.0\",\n    \"vehicle_fuel_description\": \"PETROL\",\n    \"vehicle_gross_weight\": \"116\",\n    \"vehicle_make_model\": \"PASSION PRO SELF CAST\",\n    \"vehicle_maker_description\": \"HERO HONDA MOTORS LTD\",\n    \"vehicle_manufactured_date\": \"8/2012\",\n    \"vehicle_number_of_cylinders\": \"1\",\n    \"vehicle_seating_capacity\": \"2\",\n    \"vehicle_sleeper_capacity\": \"0\",\n    \"vehicle_stand_capacity\": \"0\",\n    \"vehicle_unladen_weight\": \"NA\",\n    \"vehicle_wheelbase\": \"1235\",\n    \"vehicle_type\": \"2W\",\n    \"commercial_status\": \"NO\",\n    \"rto_code\": \"KA-45\",\n    \"vehicle_financed\": \"NA\",\n    \"month_year_remaining_for_insurance_exp\": \"NA\",\n    \"insurance_expired\": \"N\",\n    \"vehicle_fitness_expired\": \"N\",\n    \"vehicle_age\": \"11 years 1 months\",\n    \"city\": \"BANGALORE\",\n    \"state\": \"KARNATAKA\",\n    \"invoice_info\": {\n      \"purchase_date\": \"NA\",\n      \"purchase_amount\": \"NA\",\n      \"dealer_name\": \"NA\",\n      \"dealer_address\": \"NA\"\n    }\n  }\n}"},{"id":"c5326269-374b-42ee-ab1c-d71dd89c1612","name":"No Record Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"rc-40ac7629-993c-4872-x3423f-fa3ert3x-3dfwas\",\n    \"message\": \"No Record Found\"\n  }\n}"},{"id":"1a777fdb-9199-4c42-acf9-44e5f0b7b6ee","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"validation_error\",\n  \"message\": \"Required String parameter 'vehicle_number' is not present\",\n  \"fields\": null\n}"},{"id":"6b723e0a-0a7d-4f75-b249-b044cda72b18","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"resource_not_found\",\n    \"message\": \"The requested resource doesn't exist.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"41724efe-ed06-442d-8917-fc73e742573a","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"method_not_allowed\",\n    \"message\": \"The requested method is not allowed.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"5f2a3040-b476-4c17-8b02-ee61150d7467","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"unknown_error\",\n    \"message\": \"Unexpected error encountered. Please check your input and try again.\",\n    \"fields\": \"null\"\n  }\n}"},{"id":"f4ad870e-d872-429a-8ce7-1a89a6bf1e46","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/v2/prod/verify/rc_advanced?vehicle_number=","host":["https://api.atlaskyc.com/v2/prod"],"path":["v2","prod","verify","rc_advanced"],"query":[{"description":"(Required) Vehicle number is required to verify Vehicle details.<br/>Data type: String","key":"vehicle_number","value":""}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"type\": \"server_unavailable\",\n    \"message\": \"The service is temporarily unavailable for maintenance.\",\n    \"fields\": \"null\"\n  }\n}"}],"_postman_id":"ab8ae13e-aec8-40db-a0a4-a7951fa12038"},{"name":"Verify Data Match","id":"3d8ca019-df49-40e8-b626-3ee9ffdfc4d1","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","description":"<p>Name and address match with a score and match/nomatch response.</p>\n","urlObject":{"path":["verify","data_match"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Name or address to be compared.<br />Data type: String</p>\n","type":"text/plain"},"key":"string1","value":"<string>"},{"description":{"content":"<p>(Required) Name or address to be compared.<br />Data type: String</p>\n","type":"text/plain"},"key":"string2","value":"<string>"}],"variable":[]}},"response":[{"id":"aa4db42d-69ba-49a5-ab07-53c9d217be5d","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"score\": \"100\"\n\t}\n}"},{"id":"e5644d0b-36c6-4514-bb8e-4e9f9edd2e72","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'string1' is not present\",\n\t\"fields\": null\n}"},{"id":"96613d30-48d4-4a8a-9a96-9e2e5d310651","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8c2ea16a-327e-4064-aa89-7f29c156c21c","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"045848c7-c5b5-4d00-a0f2-1623b862460c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"45faa132-1919-4908-beab-fd7c3f38b2d6","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/data_match?string1=<string>&string2=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","data_match"],"query":[{"key":"string1","value":"<string>"},{"key":"string2","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"3d8ca019-df49-40e8-b626-3ee9ffdfc4d1"},{"name":"Verify Bank","id":"a3eaad73-1101-4a59-ae77-50dae194daec","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","description":"<p>\"Verify bank\" API will verify the legitimacy of a Bank Account. You will need to pass the beneficiary Bank Account Number and the IFSC code to verify the status of the account. This API will return a unique reference id.</p>\n<p><strong>Important note on response times</strong><br />Please note that the inter bank money transfer is a complex process orchestrated by the IMPS network managed by NPCI. We provide this service through our Banking partners and have little or no control over the orchestration speeds between partner Banks servicing a penny drop request. The usual time is between 10-20 seconds to get a response.</p>\n<p>However, At times, you will notice that the responses are not as expected (within 10 - 20 seconds). The primary reason could be that the receiving bank (where we drop INR 1 for verification) is taking too long to respond or the Bank Relay which is connected to the IMPS network is not responding fast enough due to network congestion (this happens frequently for short durations and affects all banking transactions).</p>\n<p>We have set an IMPS expiry time of 60 seconds before switching to a secondary relay. In the unlikely event that both relays are not responding within a reasonable time (120 seconds), we recommend the following course of action at your end.</p>\n<ol>\n<li>If your customer is doing this check in real time, then passing a message every 30 seconds that the check is still in progress and please do not refresh your screen or go back while this is in progress.</li>\n<li>If the cutoff time exceeds over 2 minutes, it is best to capture the details and try later while allowing the customer to proceed with the next activity in your flow.</li>\n<li>When trying later, please try after 5-10 minutes just to allow the congestion in the network to ease.</li>\n</ol>\n","urlObject":{"path":["verify","bank"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"acc_number","value":"<string>"},{"description":{"content":"<p>(Required) IFSC of Bank is required for verification of customer’s name<br />Data type: String</p>\n","type":"text/plain"},"key":"ifsc","value":"<string>"}],"variable":[]}},"response":[{"id":"eca67c54-0dc2-40cd-8a19-a4386d491d57","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"bank_status\": \"IN_PROCESS\"\n\t}\n}"},{"id":"9d894a4c-4491-463c-98bb-97144809332a","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'acc_number' is not present\",\n\t\"fields\": null\n}"},{"id":"0a4bd1c4-f052-4fd9-8526-c97ac880f73a","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c9dfca65-b333-4873-a0c1-8c613516de96","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8fa41e6e-3857-4977-aa2d-186e0c6cd378","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e65cc654-5db0-4a1b-98bf-f21a40760bbc","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank?acc_number=<string>&ifsc=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank"],"query":[{"key":"acc_number","value":"<string>"},{"key":"ifsc","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"a3eaad73-1101-4a59-ae77-50dae194daec"},{"name":"Verify Bank Advanced","id":"f4229762-7b6c-49be-b183-fe7171fde6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","description":"<p>Verify Bank Advanced allows you to complete a penny drop and also do a name match to verify the legitimacy of the account holder against Application and ID names. You can verify up to 3 names against the Bank Beneficiary name as part of a single API call. For example, you can match the Application name and/or National ID name versus the Bank Beneficiary name to verify the legitimacy of the customer.</p>\n<p><strong>Note that if you are only doing a penny drop, then please use the Verify Bank API.</strong></p>\n","urlObject":{"path":["verify","bank_advanced"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br />Data type: String</p>\n","type":"text/plain"},"key":"acc_number","value":"<string>"},{"description":{"content":"<p>(Required) IFSC of Bank is required for verification of customer’s name<br />Data type: String</p>\n","type":"text/plain"},"key":"ifsc","value":"<string>"},{"description":{"content":"<p>(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br />Data type: String</p>\n","type":"text/plain"},"key":"name_1_match","value":"<string>"},{"description":{"content":"<p>Full Name of the person or business to be matched with the Bank Beneficiary Name<br />Data type: String</p>\n","type":"text/plain"},"key":"name_2_match","value":"<string>"},{"description":{"content":"<p>Full Name of the person or business to be matched with the Bank Beneficiary Name<br />Data type: String</p>\n","type":"text/plain"},"key":"name_3_match","value":"<string>"},{"description":{"content":"<p>Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br />Data type: String</p>\n","type":"text/plain"},"key":"fuzzy_match","value":"<string>"}],"variable":[]}},"response":[{"id":"df374e2b-e142-4f46-a566-bd2b6d739aaa","name":"Successful Operation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"getOkResponseWith3NameMatches\": {\n      \"summary\": \"Success Response with 3 names\",\n      \"description\": \"Success Response with 3 names\",\n      \"value\": {\n        \"data\": {\n          \"reference_no\": \"ba-4c09a9e9-f3e0-4f99-9136-***\",\n          \"bank_status\": \"SUCCESS\",\n          \"bank_details\": {\n            \"acc_number\": \"108363300***\",\n            \"beneficiary_name\": \"FRSLABS RESEARCH SYSTEMS PRIVATE LIMITED\"\n          },\n          \"match_status\": \"SUCCESS\",\n          \"match_score\": {\n            \"name_1_match_score\": \"100\",\n            \"name_2_match_score\": \"71\",\n            \"name_3_match_score\": \"72\"\n          }\n        }\n      }\n    },\n    \"getOkResponseWith1Name\": {\n      \"summary\": \"Success Response with 1 name\",\n      \"description\": \"Success Response with 1 name\",\n      \"value\": {\n        \"data\": {\n          \"reference_no\": \"ba-77479c44-1eb1-466e-82f2-**\",\n          \"bank_status\": \"SUCCESS\",\n          \"bank_details\": {\n            \"acc_number\": \"1083633000***\",\n            \"beneficiary_name\": \"FRSLABS RESEARCH SYSTEMS PRIVATE LIMITED\"\n          },\n          \"match_status\": \"SUCCESS\",\n          \"match_score\": {\n            \"name_1_match_score\": \"100\"\n          }\n        }\n      }\n    },\n    \"getOkResponseWithFailedAccount\": {\n      \"summary\": \"Success Response with Invalid Bank Account\",\n      \"description\": \"Success Response with Invalid Bank Account\",\n      \"value\": {\n        \"data\": {\n          \"reference_no\": \"ba-5ce65982-bb61-4b28-931a-****\",\n          \"bank_status\": \"FAILED\",\n          \"bank_details\": {\n            \"acc_number\": \"1083633000***\",\n            \"beneficiary_name\": \"Transaction is rejected and customer is not validated with reason:FAILURE INVALID BENEFICIARY IFSC CODE OR NBIN\"\n          },\n          \"match_status\": \"FAILED\"\n        }\n      }\n    },\n    \"getOkResponseWithInvalidBeneficiaryName\": {\n      \"summary\": \"Success Response with Empty Beneficiary Name\",\n      \"description\": \"Success Response with Empty Beneficiary Name\",\n      \"value\": {\n        \"data\": {\n          \"reference_no\": \"ba-5ce65982-bb61-4b28-931a-***\",\n          \"bank_status\": \"SUCCESS\",\n          \"bank_details\": {\n            \"acc_number\": \"1083633000***\",\n            \"beneficiary_name\": \"BENEFICIARY NAME NOT RETURNED BY THE BANK\"\n          },\n          \"match_status\": \"FAILED\"\n        }\n      }\n    }\n  }\n}"},{"id":"3fe986c8-5313-4f2e-b4fa-48f7681abfcc","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"b44d6911-eb24-4207-aa3f-9f6598a224f8","name":"Not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"50fd349c-33e5-41b4-b3d4-f5b5cf05079d","name":"Method not allowed","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"f209067a-ccfd-4cfa-9cde-7ca9e84a82fe","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"},{"id":"df303ec1-623a-4b8f-8229-79282d80d735","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/bank_advanced?acc_number=<string>&ifsc=<string>&name_1_match=<string>&name_2_match=<string>&name_3_match=<string>&fuzzy_match=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","bank_advanced"],"query":[{"key":"acc_number","value":"<string>","description":"(Required) Customer’s bank account number is required to verify customer’s name against provided details.<br/>Data type: String"},{"key":"ifsc","value":"<string>","description":"(Required) IFSC of Bank is required for verification of customer’s name<br/>Data type: String"},{"key":"name_1_match","value":"<string>","description":"(Required) Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_2_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"name_3_match","value":"<string>","description":"Full Name of the person or business to be matched with the Bank Beneficiary Name<br/>Data type: String"},{"key":"fuzzy_match","value":"<string>","description":"Enable or disable this depending on your needs. Switching fuzzy matches on (1) will bring close matches to the input names based on our name matching algorithm. Switching it off (0) will only bring in exact matches. We recommend setting it to 1 so you can accept or reject the matches based on the match score<br/>Data type: String"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"f4229762-7b6c-49be-b183-fe7171fde6c6"},{"name":"Verify Bank Status","id":"ccae4335-cb9e-49c6-90de-3fd6fd891fba","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","description":"<p>This API will pass the status of the Bank Account that has already been verified without having to repeat the Bank Account Verification API. You will need to pass the unique reference id returned from the Verify Bank Account API to query the status. On successful validation, the API will return the Bank Status and Beneficiary Name.</p>\n","urlObject":{"path":["verify","status"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[{"description":{"content":"<p>Verify status type.<br />Data type: String</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>(Required) The unique reference id which is generated by the “verify bank account” API<br />Data type: String</p>\n","type":"text/plain"},"key":"id","value":"<string>"}],"variable":[]}},"response":[{"id":"6ecd1eba-00c0-4d15-9384-f917ee5933d4","name":"Successful Operation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"bank_status\": \"COMPLETED\",\n\t\t\"beneficiary_name\": \"Mr  KAR****\"\n\t}\n}"},{"id":"10b7f817-04d4-46c7-96e1-05923e085d0a","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"type\": \"validation_error\",\n\t\"message\": \"Required String parameter 'id' is not present\",\n\t\"fields\": null\n}"},{"id":"2b706935-52cc-4040-864d-cd02891713e7","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"386d9cc0-c9c9-43e2-b8c8-e59b3330043b","name":"Method not allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"fefc8839-281c-44fa-a398-1d0cec46fa8f","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"9d5a61ae-3651-4fe4-b6c2-3b4aa6edc5ff","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://api.atlaskyc.com/v2/prod/verify/status?type=<string>&id=<string>","host":["https://api.atlaskyc.com/v2/prod"],"path":["verify","status"],"query":[{"key":"type","value":"<string>"},{"key":"id","value":"<string>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"server_unavailable\",\n\t\t\"message\": \"The service is temporarily unavailable for maintenance.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"ccae4335-cb9e-49c6-90de-3fd6fd891fba"},{"name":"Verify Passport Status","id":"38e60585-cfa2-446b-8898-b4a117fa3c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"file_number","value":"<string>","description":"<p>(Required) Passport File Number.<br />Data type: String</p>\n"},{"key":"date_of_birth","value":"<string>","description":"<p>(Required) Date of Birth in DD/MM/YYYY format.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport","description":"<p>This API allows you to verify the Passport status of an Applicant. Note that this is applicable only for Indian passports which has a File Number printed on the back page of the passport.</p>\n","urlObject":{"path":["verify","passport"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"4cfc5c05-aaa3-4f40-8d84-dd94577fe3af","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"file_number\": \"BN2070902299999\",\n\t\t\"date_of_birth\": \"02/10/1990\",\n\t\t\"given_name\": \"SEETHA\",\n\t\t\"surname\": \"RAMKUMAR\",\n\t\t\"type_of_application\": \"Normal\",\n\t\t\"appln_received_date\": \"30/01/2011\",\n\t\t\"status\": \"Passport R92234351 has been dispatched on 05/02/2018 via  Speed Post Tracking Number PP311041176IN.\"\n\t}\n}"},{"id":"56e9c5b1-64e0-4c8a-8642-2e32fafbe15c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"The status of the entered File Number and Date of Birth is not available in the system.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"cd306d99-4e12-4a9d-89e4-c14082632a32","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c67e0ae7-af82-485e-b21f-dc05e2a06688","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"fb1bfb9d-b4d7-46c5-ab4c-2d60183610ac","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file_number\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file_number.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"988e2865-441f-4765-b60e-153ea46ec4fc","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"30d3fca9-6e3f-4ffe-b1f3-bf1d2a895654","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with Passport Seva Portal. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1b857051-db7e-4af4-832c-def050bf63ff","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Passport File Number.<br>Data type: String","key":"file_number","value":"<string>"},{"description":"(Required) Date of Birth in DD/MM/YYYY format.<br>Data type: String","key":"date_of_birth","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/passport"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"38e60585-cfa2-446b-8898-b4a117fa3c72"},{"name":"Verify Company","id":"241d91e5-09ed-4d34-9812-84f1ec741223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"<string>","description":"<p>Registered Company Name.<br />Data type: String<br />Please enter Full Company Name.</p>\n"},{"key":"cin_no","value":"<string>","description":"<p>21 digit Corporate Identity Number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company","description":"<p>Verifies the Company Name/CIN and returns relevant details like Company Data, Director details and Charges existing on Company/LLP. You will need to enter a valid Company Name 'or' CIN. Applies only for companies registered in India with the Registrar of Companies.</p>\n","urlObject":{"path":["verify","company"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"3c99b69f-f2d7-438d-8eee-7c3b04e5b37c","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"llpin\": \"APP-8286\",\n\t\t\"llp_name\": \"ABCD\",\n\t\t\"no_of_partners\": \"\",\n\t\t\"no_of_designated_partners\": \"4\",\n\t\t\"roc_code\": \"RoC-Mumbai\",\n\t\t\"date_of_incorporation\": \"15/06/2018\",\n\t\t\"registered_address\": \"Pune Maharashtra\",\n\t\t\"email_id\": \"willsmith@gmail.com\",\n\t\t\"previous_company_details\": \"\",\n\t\t\"total_obligation_of_contribution\": \"50000\",\n\t\t\"main_business_activity\": \"74\",\n\t\t\"description_of_main_division\": \"Other Business Activities\",\n\t\t\"last_statement_of_account\": \"-\",\n\t\t\"last_annual_return_files\": \"-\",\n\t\t\"llp_status\": \"Active\",\n\t\t\"director_details\": [\n\t\t\t{\n\t\t\t\t\"din_no\": \"067769977\",\n\t\t\t\t\"name\": \"WILL SMITH\",\n\t\t\t\t\"start_date\": \"15/06/2018\",\n\t\t\t\t\"end_date\": \"-\",\n\t\t\t\t\"surrendered_din\": \"NO\"\n\t\t\t}\n\t\t],\n\t\t\"charges\": []\n\t}\n}"},{"id":"ae219531-10a0-41df-8f27-05621acce797","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid input value. Please enter a valid company_name.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"d47396f3-9134-47a5-b1ea-10f18ecd358d","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"39ab31b8-77b1-41ca-a06f-9f053bed6915","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"30711741-2552-42ff-b65d-862e318be052","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"company_name\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid company_name.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"89186029-d853-4f98-9a13-c09d643c5111","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"df24086c-5fbc-4cd0-bbff-60ff41e7f06f","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with MCA Services. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2f19718c-bcab-4b27-8540-a0e15ce2bf26","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Registered Company Name.<br>Data type: String<br>Please enter Full Company Name.","key":"company_name","value":"<string>"},{"description":"21 digit Corporate Identity Number.<br>Data type: String","key":"cin_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/company"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"241d91e5-09ed-4d34-9812-84f1ec741223"},{"name":"Verify FSSAI","id":"2cefe3c1-0f24-4b8a-87f8-6cb0917d851a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"fssai_no","value":"<string>","description":"<p>(Required) 17 Digit FSSAI Reference Number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai","description":"<p>Issued by the food safety standards of India, FSSAI verifies the businesses registered under FSSAI and their current validity. This is particularly helpful if you are onboarding food and beverage suppliers including restaurants. Applies only for companies registered in India.</p>\n","urlObject":{"path":["verify","fssai"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"ba3eae89-ffb3-4789-ab2d-d7f0cfbb9b33","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"fbo_id\": 73490334,\n\t\t\"company_Name\": \"CHILLILI INDUSTRIES\",\n\t\t\"address\": \" C 10/255, Old pura near SBI, Jaipur, 100044\",\n\t\t\"type_of_appln\": \"Registration, New License/New Registration\",\n\t\t\"appln_reference_no\": \"30100831101401201\",\n\t\t\"appln_date\": \"31-07-2020\",\n\t\t\"updated_date\": \"09-09-2020\"\n\t}\n}"},{"id":"b8200c96-6445-41a4-b500-69dbce46d061","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid input value. Please enter a valid fssai_no.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2465b874-6b34-4514-8390-c93cc5b4ccb4","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c3a672fb-0040-4350-a7a1-d9268689e382","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6addfb0a-da5c-485e-87fc-7bd783b74d17","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"fssai_no\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid fssai_no.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"24a6a2aa-58fd-4cf8-864b-3077e798d5d8","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"c21c4878-69a9-4840-9846-87234a46e399","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with FSSAI. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ced6a0e8-46bb-46c0-b89e-9f6131e907d2","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 17 Digit FSSAI Reference Number.<br>Data type: String","key":"fssai_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/fssai"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"2cefe3c1-0f24-4b8a-87f8-6cb0917d851a"},{"name":"Verify Director","id":"0f3541db-b42a-48cb-bf64-b075863115b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"din_no","value":"<string>","description":"<p>(Required) 8-digit Director Identification Number.<br />Data type: String</p>\n"},{"key":"pan_no","value":"<string>","description":"<p>(Required) 10-digit PAN Number.<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director","description":"<p>Verifies the DIN (Director Identification Number) and PAN (Permanent Account Number) of the Director and if valid, returns the relevant details with the status. Applies only for companies and Directors registered in India with the Registrar of Companies.</p>\n","urlObject":{"path":["verify","director"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"3fbb87fb-f2db-4641-9606-1f2e88173207","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"pan_no\": \"ACEQS5502P\",\n\t\t\"din_no\": \"030388999\",\n\t\t\"director_name\": \"JOE SMITH\",\n\t\t\"match_status\": true\n\t}\n}"},{"id":"1c135023-b9c1-40ea-8296-c3b1c61c43de","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid input value. Please enter a valid din_no.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"5337832f-b12f-49bc-a1d8-3e0b2fc2a1ee","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6024c6f8-a7c5-4bec-8f2c-4690ddc2457d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"0cc67815-b8cc-4959-8549-3dfb7d29a4e1","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"din_no\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid din_no.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"9aad2120-7c66-471c-9a05-058694208e46","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4d9cfef4-42cf-4cf0-99b6-66fd047e9009","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with MCA Services. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"db19ac01-6a38-4d20-a713-0fa2fe9ee6e4","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 8-digit Director Identification Number.<br>Data type: String","key":"din_no","value":"<string>"},{"description":"(Required) 10-digit PAN Number.<br>Data type: String","key":"pan_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/director"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"0f3541db-b42a-48cb-bf64-b075863115b6"},{"name":"Verify MSME Udyam","id":"7e4251a8-84a7-4dee-a99c-1a74c1b611bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"udyam_no","value":"<string>","description":"<p>(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br />Data type: String</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme","description":"<p>Verifies the Udyam Registration number (MSME India) and returns relevant details like Company Name, Unit details and Address of the Company. Applies only for MSMS companies registered in India.</p>\n","urlObject":{"path":["verify","msme"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"1dc28ef4-cc23-49ee-bb24-156c1c001632","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"udyam_no\": \"UDYAM-MA-03-0009988\",\n\t\t\"enterprise_name\": \"ABC\",\n\t\t\"type_of_enterprise\": \"SMALL ( Based on FY 2020-21 ) \",\n\t\t\"major_activity\": \"Manufacturing\",\n\t\t\"organisation_type\": \"Proprietary\",\n\t\t\"social_category\": \"General\",\n\t\t\"date_of_incorporation\": \"12/12/2000\",\n\t\t\"date_of_commencement\": \"12/12/2000\",\n\t\t\"unit_details\": [\n\t\t\t{\n\t\t\t\t\"sn\": \"1\",\n\t\t\t\t\"unit_name\": \"ABC\",\n\t\t\t\t\"flat\": \"192\",\n\t\t\t\t\"building\": \"ABC\",\n\t\t\t\t\"village/town\": \"TR NAGAR\",\n\t\t\t\t\"block\": \"3RD PHASE,\",\n\t\t\t\t\"road\": \"MR ROAD\",\n\t\t\t\t\"city\": \"BENGALURU\",\n\t\t\t\t\"pincode\": \"560099\",\n\t\t\t\t\"state\": \"KARNATAKA\",\n\t\t\t\t\"district\": \"BENGALURU (URBAN)\"\n\t\t\t}\n\t\t],\n\t\t\"official_address_of_enterprise\": {\n\t\t\t\"flat_no\": \"192\",\n\t\t\t\"building_name\": \"ABC\",\n\t\t\t\"village/town\": \"TR NAGAR\",\n\t\t\t\"block\": \"3RD PHASE,\",\n\t\t\t\"street\": \"MR ROAD\",\n\t\t\t\"city\": \"BENGALURU\",\n\t\t\t\"state\": \"KARNATAKA\",\n\t\t\t\"district\": \"BENGALURU (URBAN)\",\n\t\t\t\"pin\": \"560199\",\n\t\t\t\"mobile_number\": \"98*****444\",\n\t\t\t\"email_id\": \"ABC@GMAIL.COM\"\n\t\t},\n\t\t\"dic\": \"BANGALORE (URBAN)\",\n\t\t\"msme_dfo\": \"BANGALORE\",\n\t\t\"date_of_registration\": \"13/08/2000\"\n\t}\n}"},{"id":"2618b8d3-95a7-4782-899a-5e515f9946da","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"invalid_input\",\n\t\t\"message\": \"Invalid input value. Please enter a valid udyam_no.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"4918f346-3895-4859-ba6e-acda4938cb3f","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"6183a89c-323f-4f39-b3e9-0d4209302692","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"e1c4041d-24c9-4a2f-a656-bd53b0d6a818","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"udyam_no\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid udyam_no.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"625c0a5f-c33d-4372-a4a0-1ac428198b35","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"085c1290-8d73-402d-92a2-89fc842b468f","name":"Service Unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"service_unavailable\",\n\t\t\"message\": \"Unable to establish a connection with UDYAM. Please try after some time.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"8d266c72-9152-42e5-ab5d-e4b7fb71c419","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) 19 digit Udyam Registration Number(i.e. UDYAM-XX-00-0000000).<br>Data type: String","key":"udyam_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/msme"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"7e4251a8-84a7-4dee-a99c-1a74c1b611bc"},{"name":"Send OTP","id":"b50952a8-62ab-413c-9b77-1e0e621f7613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Email ID to verify(eg. <a href=\"mailto:name@gmail.com\">name@gmail.com</a>).<br />Data type: String</p>\n","key":"email_id","value":"<string>"},{"description":"<p>10 digit Phone Number(eg. 9876543210).<br />Data type: String</p>\n","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp","description":"<p>This API services is used for verifying the legitimacy of a Mobile Number or Email ID of a User through an OTP (One Time Passcode) verification. The API validates the Email ID or Phone number and if valid, sends an OTP and returns a reference id for further usage. The reference ID can then be used with the verify_otp step to validate the email or mobile number.</p>\n","urlObject":{"path":["verify","send_otp"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"a2cd6baf-bb55-4276-bbcd-1092a3a808d3","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"289742c7-a709-4de5-bf78-9fbde73ab213","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7f7e4dbd-d0ff-4e13-8ab4-46c3630abe7a","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fff0dc55-21d6-4608-9ca2-f857eb5bd711","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d72cdb39-6cc5-49df-94f0-eb80ed390117","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bb790a69-2da0-4f16-8b42-3d128ebab204","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"70d98e6c-f989-46dd-8551-ab7871dc80bc","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Email ID to verify(ex. abc@gmail.com).<br>Data type: String","key":"email_id","value":"<string>"},{"description":"10 digit Phone Number(ex. 9876543210).<br>Data type: String","key":"phone_no","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/send_otp"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b50952a8-62ab-413c-9b77-1e0e621f7613"},{"name":"Verify OTP","id":"ea48801f-0f01-414e-a454-159faf989322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) Reference ID to verify.<br />Data type: String</p>\n","key":"reference_id","value":"<string>"},{"description":"<p>(Required) 4 digit OTP received on your Email ID or Phone Number.<br />Data type: String</p>\n","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp","description":"<p>Verify OTP step closely follows the Send OTP step. The OTP (One Time Passcode) sent to the Email ID or Phone number of a user in the send_otp step is validated through this API. Note that you will need the reference ID that you obtained from the send_otp step to use this API and cannot be used in isolation. <strong>The 4-digit code sent to the user is valid for 3 minutes.</strong></p>\n","urlObject":{"path":["verify","verify_otp"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"cb9a4475-caf9-4d9f-aa69-d4a346d9c80c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7e143d5f-b8f0-4b47-96e9-b4341a83b4ab","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"216bcf73-e2fb-4487-9c1a-9c491519bff2","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7a43cfcd-4e91-4a2a-8884-02d8b514f1d1","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8a78ed0e-cf92-482f-9e18-0935de536a26","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"006ccc60-005a-4731-9da3-09e52e41b3ad","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"629e3ca0-4bfc-419e-bf45-2cb0b91f6dd6","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) Reference ID to verify.<br>Data type: String","key":"reference_id","value":"<string>"},{"description":"(Required) 4 digit OTP received on your Email ID or Phone Number.<br>Data type: String","key":"otp","value":"<string>"}]},"url":"https://api.atlaskyc.com/v2/prod/verify/verify_otp"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ea48801f-0f01-414e-a454-159faf989322"}],"id":"cd3325be-620c-4c9a-8513-42662b948420","description":"<p>ID verification refers to verifying the legitimacy of the details in the ID document presented by the customer for verification. It does not check for document tampering but rather that the details in the ID has a legitimate match against the issuing authority.</p>\n","_postman_id":"cd3325be-620c-4c9a-8513-42662b948420"},{"name":"Video","item":[{"name":"Video Validate","id":"1e940266-4a69-4490-8041-e85dcfb65475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","description":"<p>(Required) Video file for face verification.<br />Data type: File<br />Supported file formats: mp4, webm, mov<br />Video Size: 25 MB (max)<br />Video height: 240 px (min) and 2048 px (max)<br />Video width: 240 px (min) and 2048 px (max)<br />Video length: 10 secs (max)</p>\n","value":null},{"key":"file","type":"file","description":"<p>(Optional) Image of the face to be compared.<br />Data type: File<br />Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br />Image size: 10 MB (max)<br />Image width: 120 px (min) and 4000 px (max)</p>\n","value":null},{"key":"threshold","value":"40","type":"text","description":"<p>(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br />Data type: Integer<br />Value: 0-100 (default recommended value is 40)</p>\n"},{"key":"frames","value":"5","type":"text","description":"<p>(Optional) Number of frames to be validated for face verification in a video.<br />Higher the frames, the longer it takes to process and provide you an output.<br />Data type: Integer<br />Value: 5-30 (default value is 5)</p>\n"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate","description":"<p>This API will take a video input and complete a number of validations in a single API call. The supported format is MP4, WEBM, MOV. The video file should not be greater than 25 MB in size. The validations that can be completed are as follows:</p>\n<ul>\n<li>Crop face: This will crop the best image from the video file.</li>\n<li>Verify face: This will verify a face image with the cropped image from the video file.</li>\n<li>Verify Challenge: This will verify liveness check to see if the customer has spoken the liveness challenge code correctly.</li>\n</ul>\n","urlObject":{"path":["video","validate"],"host":["https://api.atlaskyc.com/v2/prod"],"query":[],"variable":[]}},"response":[{"id":"767e02c5-bc72-45f5-84cb-49b6938a4ff7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"liveness_score\": {\n\t\t\t\"liveness\": \"real\",\n\t\t\t\"score\": \"1.00\"\n\t\t},\n\t\t\"face_match\": \"pass\"\n\t}\n}"},{"id":"385e1294-f86b-49be-acb5-b3481dd3f273","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": [\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. No face detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input. Multiple faces detected.\",\n\t\t\t\"fields\": \"null\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"invalid_param\",\n\t\t\t\"message\": \"Invalid input param. No matching data found.\",\n\t\t\t\"fields\": \"null\"\n\t\t}\n\t]\n}"},{"id":"a3b3532e-cd7b-4f30-9de0-8b22103de529","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"resource_not_found\",\n\t\t\"message\": \"The requested resource doesn't exist.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"2e9c8929-476e-4445-81bd-245c67f4ea5d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"method_not_allowed\",\n\t\t\"message\": \"The requested method is not allowed.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"1ba38932-7c5c-45f6-bf5d-4503b06eafea","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"validation_error\",\n\t\t\"message\": \"null\",\n\t\t\"fields\": [\n\t\t\t{\n\t\t\t\t\"file\": {\n\t\t\t\t\t\"message\": \"Invalid input value. Please enter a valid file.\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"575fb65f-2166-49b7-9f2c-c6e5c9d4d1ab","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"unknown_error\",\n\t\t\"message\": \"Unexpected error encountered. Please check your input and try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"},{"id":"ad65a5c9-8488-4840-99cf-cab2f904c446","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Video file for face verification.<br>Data type: File<br>Supported file formats: mp4, webm, mov<br>Video Size: 25 MB (max)<br>Video height: 240 px (min) and 2048 px (max)<br>Video width: 240 px (min) and 2048 px (max)<br>Video length: 10 secs (max)","key":"video","value":"<binary>","type":"text"},{"description":"(Optional) Image of the face to be compared.<br>Data type: File<br>Supported file formats: jpg, jpeg, png, tiff, tif, bmp, webp, pdf<br>Image size: 10 MB (max)<br>Image width: 120 px (min) and 4000 px (max)","key":"file","value":"<binary>","type":"text"},{"description":"(Optional) The minimum threshold value to be used for comparison as a pass. e.g. if a score of 60 is set, then five matches above 60 will be returned.<br>Data type: Integer<br>Value: 0-100 (default recommended value is 40)","key":"threshold","value":"40","type":"text"},{"description":"(Optional) Number of frames to be validated for face verification in a video.<br>Higher the frames, the longer it takes to process and provide you an output.<br>Data type: Integer<br>Value: 5-30 (default value is 5)","key":"frames","value":"5","type":"text"}]},"url":"https://api.atlaskyc.com/v2/prod/video/validate"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": {\n\t\t\"type\": \"timeout_error\",\n\t\t\"message\": \"Request timed out. The request has exceeded 60 seconds. Please try again.\",\n\t\t\"fields\": \"null\"\n\t}\n}"}],"_postman_id":"1e940266-4a69-4490-8041-e85dcfb65475"}],"id":"156ad0dd-200f-4681-a199-858e7d574553","description":"<p>This service extracts the key features, landmarks and quality aspects of a face image. The face features can then be used for a wide variety of uses cases such as customer verification, customer identification and comparison between images.</p>\n","_postman_id":"156ad0dd-200f-4681-a199-858e7d574553"}],"variable":[{"id":"c1045ab8-85fc-4867-956f-8d058e8784d8","key":"baseUrl","value":"https://api.atlaskyc.com/v2/prod","type":"string"}]}