{"info":{"_postman_id":"6797c328-e461-464a-951e-35596f09ddca","name":"IDfy's API suite","description":"<html><head></head><body><h2>Getting Started</h2>\n\n<h3>General Introduction</h3>\n\n<p>IDfy’s API suite can be used as granular pieces that help you build a seamless, quick, and scalable KYC and onboarding process, irrespective of your industry or business.</p>\n<p>This page will help you understand:</p>\n<ul>\n<li><p>How to set up your account</p>\n</li>\n<li><p>The range of IDfy API solutions</p>\n</li>\n<li><p>Authentication of your APIs</p>\n</li>\n<li><p>Some key terms related to each of the APIs</p>\n</li>\n<li><p>Documentation of each API</p>\n</li>\n</ul>\n<h4>Setting up your account</h4>\n\n<p>To run our APIs, you need an api-key and an account-id. If you don’t have these yet, please get in touch with us at <a href=\"https://mailto:eve.support@idfy.com\">eve.support@idfy.com</a> for us to create an account for you.</p>\n<h4>The range of IDfy APIs</h4>\n\n<p>IDfy offers a wide range of APIs that cover all aspects of your onboarding and authentication journeys. IDfy API solutions are:</p>\n<ol><li><div>Document Solutions</div></li><p></p><ol><li><div>Extraction (OCR): Allows you to algorithmically extract text from a Document</div></li><li><div>Document Recognition: Allows you to recognize the type of document being processed</div></li><li><div>Document Masking: Allows you to mask specific elements in a document</div></li></ol><li><div>Verification Solutions</div></li><p><br>Allows you to verify the legitimacy of an identity by verifying it with the originating source itself (for example, against a government database)<br></p><li><div>User Authentication</div></li><p><br>Allows you to perform a set of checks to verify the authenticity of an end-user</p><ol><li><div>Name Comparison solutions: Compares two names and returns a match score</div></li><li><div>Face Recognition: Advanced AI-Based face recognition / checks</div></li><ol><li><div>Face liveness: Allows you to check the liveness of a face</div></li><li><div>Face compare: Compares two faces and returns a match score</div></li></ol></ol><li><div>Advanced Solutions</div></li><p><br>Allows you to perform Advanced AI / ML based checks to verify a user<br></p><li><div>Video Activity Check</div></li><p><br>Allows you to use IDfy’s video based solutions</p></ol>\n\n<h4>Authentication</h4>\n\n<p>Every request must contain headers identifying the API account as specified in the Authentication section. An API account is an entity used for authentication, authorization and tracking usage of our APIs. It consists of an account-id and api-key.</p>\n<h5>How to get your credentials?</h5>\n\n<p>You can start using our APIs in 3 simple steps:</p>\n<ol><li><div>Get your api credentials from us by reaching out to shivani@idfy.com</div></li><li><div>Click the “Run in Postman” button on top right</div></li><li><div>Add your API key and account ID in the variables section</div></li></ol>\n\n<p>You’re all set!</p>\n<h4>Key terms you should know</h4>\n\n<p>The APIs are granular in nature, and can fit in all types of workflows. Our APIs are modelled around the concept of tasks. Each capability is a task type. Your servers create tasks by hitting our Tasks Endpoints over HTTP. These tasks are bucketed across various sections like:</p>\n<h5>Task ID and Group ID</h5>\n\n<p>IDs which you can assign to identify your tasks. We recommend setting a unique Task ID (preferably UUID v4) for every task. You could use group ID to group your tasks as per your convenience (generally used to group tasks for a profile).</p>\n<h5>Request ID</h5>\n\n<p>A unique ID which we assign to every task we receive from you. We recommend that you store this request ID</p>\n<h5>Webhooks</h5>\n\n<p>We use Webhooks to send the output of our APIs to an endpoint on your server. Each webhook refers to only one task and is called when a task gets completed, either successfully or with an error. Webhooks can be configured by emailing us at <a href=\"https://mailto:eve.support@idfy.com\">eve.support@idfy.com</a>.</p>\n<h5>Document Sharing Mechanisms Our APIs accept either -</h5>\n\n<p>URLs of documents, or Documents as base64 encoded strings (Recommended size is less than 1 MB). You could also send us URLs of documents hosted on your servers. These URLs need to be accessible to our servers, but can be protected against unauthorised access using some or all of the mechanisms below.</p>\n<h5>There are several ways to protect URLs of images hosted on your servers -</h5>\n\n<p>Use URLs which expire after a brief period of time Whitelist the IPs of our servers which fetch documents from your servers Pre-configure custom authentication headers which we could attach to every request we make to fetch documents from your service</p>\n<h5>Modes of operations:</h5>\n\n<p>There are 2 modes of operation - synchronous and asynchronous. Most tasks can be called using either APIs. Synchronous APIs return the response right away:</p>\n<img src=\"https://eve-docs.idfy.com/assets/images/synchronus_mode.png\">\n\n<p>Asynchronous APIs return a request ID and use a webhook mechanism to return the response back to your servers. You can then use this request ID and feed this into our GET API to consume the response.</p>\n<h5>Output in an async API</h5>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<img src=\"https://eve-docs.idfy.com/assets/images/asynchronus_mode.png\">\n\n<h1 id=\"code-legends\">Code Legends</h1>\n\n<h2 id=\"common-error-codes\"><strong>Common Error Codes</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Task Type</strong></th>\n<th><strong>HTTP Error Code</strong></th>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Common - All APIs</strong></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Malformed Request</td>\n<td>When any mandatory parameters are missing or the input parameters does not follow the API spec this error is sent in response. request_id is generated  <br>  <br>This is common for the cases of document types including:  <br>  <br>mask_ind_aadhaar  <br>  <br>extract_ind_driving_license  <br>  <br>extract_ind_aadhaar  <br>  <br>extract_ind_passport  <br>  <br>extract_ind_voter_id</td>\n</tr>\n<tr>\n<td></td>\n<td>401</td>\n<td></td>\n<td>No API key found in request</td>\n<td>When API key is missing. No request_id is generated.</td>\n</tr>\n<tr>\n<td></td>\n<td>403</td>\n<td></td>\n<td>Invalid Authentication Credentials</td>\n<td>When the API key is incorrect. No request_id is generated in this case</td>\n</tr>\n<tr>\n<td></td>\n<td>413</td>\n<td></td>\n<td></td>\n<td>Generated when base64 payload is too large (&gt;3MB) and the request body is too large. No request_id is generated.</td>\n</tr>\n<tr>\n<td></td>\n<td>422</td>\n<td>INSUFFICIENT_CREDITS</td>\n<td>Insufficient credits</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>422</td>\n<td>IMAGE_NOT_ACCESSIBLE</td>\n<td>Image is not accessible</td>\n<td>This is generated in case the PDF is password protected.</td>\n</tr>\n<tr>\n<td></td>\n<td>422</td>\n<td>INVALID_URL</td>\n<td>Invalid URL</td>\n<td>In case the image is not downloadable or the content type is invalid.</td>\n</tr>\n<tr>\n<td></td>\n<td>422</td>\n<td>INVALID_PDF</td>\n<td>PDF is non compliant to request/quality standard</td>\n<td>In case the PDF resolution is too large.</td>\n</tr>\n<tr>\n<td></td>\n<td>429</td>\n<td></td>\n<td>Rate Limit Reached</td>\n<td>When the configured rate limit or default (if not configured) is exceeded. No request_id is generated in this case. No request_id is generated.</td>\n</tr>\n<tr>\n<td></td>\n<td>500</td>\n<td>INTERNAL_ERROR</td>\n<td>Something went wrong</td>\n<td>request_id is generated. You will receive this error when there is some issue at IDfy's end.</td>\n</tr>\n<tr>\n<td></td>\n<td>502</td>\n<td></td>\n<td></td>\n<td>In this scenario an HTML page is rendered which states the <code>BAD GATEWAY</code> message.</td>\n</tr>\n<tr>\n<td></td>\n<td>504</td>\n<td>TIMEOUT</td>\n<td>timeout</td>\n<td>When any IDfy EVE sync API takes longer than 50 secs or IDfy EVE async API takes longer than 10mins to process any request, the request is timed out and this response is sent back.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-specific-error-codes\"><strong>API Specific Error Codes</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Task Type</strong></th>\n<th><strong>HTTP Error Code</strong></th>\n<th><strong>Error Code</strong></th>\n<th><strong>Error Message</strong></th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>validate_document</td>\n<td>422</td>\n<td>INVALID_IMAGE</td>\n<td>Multiple documents detected, please use single card per image.</td>\n<td></td>\n</tr>\n<tr>\n<td>verify_with_source/validate_bank_account</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>BAD_REQUEST</td>\n<td></td>\n</tr>\n<tr>\n<td>verify_with_source/validate_bank_account</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Invalid IFSC provided</td>\n<td></td>\n</tr>\n<tr>\n<td>verify_with_source/rc_basic</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Invalid parameter: RC number should be between 7 to 10 characters long</td>\n<td></td>\n</tr>\n<tr>\n<td>verify_with_source/rc_basic</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Invalid email address provided</td>\n<td></td>\n</tr>\n<tr>\n<td>verify_with_source/rc_basic</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>There seems to be an issue with your IP address, please check the IPv4, IPv6 or Host name and try again</td>\n<td></td>\n</tr>\n<tr>\n<td>generate/esign_generate</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>esign_file cannot be empty when flow_type = PDF</td>\n<td></td>\n</tr>\n<tr>\n<td>generate/esign_generate</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>esign_fields cannot be empty when flow_type = Template</td>\n<td></td>\n</tr>\n<tr>\n<td>generate/esign_generate</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Please provide an appropriate Base64 of the PDF</td>\n<td></td>\n</tr>\n<tr>\n<td>generate/esign_generate</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>Please provide a user_key to proceed</td>\n<td></td>\n</tr>\n<tr>\n<td>generate/esign_generate</td>\n<td>400</td>\n<td>BAD_REQUEST</td>\n<td>aadhaar_esign_verification cannot be empty</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"integration-process\">Integration Process</h1>\n<p>Please refer to <a href=\"https://drive.google.com/file/d/1idnTB4CoKZEhhFZxbTCxrUojtaejpzBj/view?usp=sharing\">this</a> document for understanding the integration procedure of IDfy's APIs.</p>\n<h1 id=\"faq\">FAQ</h1>\n<h4 id=\"1-what-are-the-image-resolution-limits-for-each-apis\">1) What are the image resolution limits for each APIs?</h4>\n<p>Example the lowest resolution for livness is 200x200</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>API</strong></th>\n<th><strong>Low Resolution Limit (either height or width)</strong></th>\n<th><strong>High Resolution Limit (either height or width)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Document Image Validation</td>\n<td>150</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>Liveness</td>\n<td>200</td>\n<td>7000</td>\n</tr>\n<tr>\n<td>Masking</td>\n<td>150</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>Aadhaar OCR</td>\n<td>150</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>PAN OCR</td>\n<td>150</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>Face Match</td>\n<td>150</td>\n<td>4096</td>\n</tr>\n<tr>\n<td>IDN KTP Verification</td>\n<td>500</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Code Legends","slug":"code-legends"},{"content":"Integration Process","slug":"integration-process"},{"content":"FAQ","slug":"faq"}],"owner":"11914481","collectionId":"6797c328-e461-464a-951e-35596f09ddca","publishedId":"2s8Z6zzXNf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-05-09T08:55:41.000Z"},"item":[{"name":"Document Solutions","item":[{"name":"Extraction (OCR)","item":[{"name":"India","item":[{"name":"Individual","item":[{"name":"Async","item":[{"name":"Ind_PAN Async","item":[{"name":"ind_pan async","id":"f85fd504-623f-4479-8ece-db61939c41db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_pan","description":"<p>Extraction of details from image of an individual or company PAN card in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with the below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of the image of PAN card<br />(Recommended image size: 2MB - 3MB)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_pan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1306ddc5-d260-4761-871d-1c6691e943e2","name":"Sucess: ind_pan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_pan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"faadc302-4288-4a52-adb5-bc3abb01d864","name":"Err: Invalid Authentication Credentialsind_pan async Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_pan"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:56:19 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c9671cb0-4b10-4376-9390-1ad8557b0a8f","name":"Err: Bad Request Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\"////// adding a line to give syntax error\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_pan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:00:40 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"88e32af0-7e93-4604-9848-d8ad7970bd1e","name":"Err: Missing API Key Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_pan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:02:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"f85fd504-623f-4479-8ece-db61939c41db"},{"name":"Get task","id":"11d7a376-3c67-4372-be5a-8ccd7a164553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Datatype</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Container for extraction output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.age</td>\n<td>Integer</td>\n<td>Age of PAN holder</td>\n<td>A valid integer</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>DOB of PAN holder in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Date of issue of PAN</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>Father’s name on PAN card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>PAN number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Bool</td>\n<td>Returns true if uploaded document is black&amp;white</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.minor</td>\n<td>Bool</td>\n<td>Return true if the age is below 18 years</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name on PAN card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pan_type</td>\n<td>String</td>\n<td>Pan card types like “Individual”, “Company”, “Trusts”, etc.</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_pan\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"3bb145b1-202e-4037-a112-2891ce180b48","name":"Success: Get task Copy","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=93f57af4-a36a-4a50-9e58-6920d4996f2e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"93f57af4-a36a-4a50-9e58-6920d4996f2e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"526"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:32:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-11T15:21:56+05:30\",\n    \"created_at\": \"2024-07-11T15:21:54+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"4b48d5b4-5c22-46af-b67d-9f094f62304e\",\n    \"result\": {\n        \"extraction_output\": {\n            \"age\": 42,\n            \"date_of_birth\": \"1982-04-03\",\n            \"date_of_issue\": \"\",\n            \"fathers_name\": \"VASUDEV MAHTO\",\n            \"id_number\": \"ANRPM2537J\",\n            \"is_scanned\": false,\n            \"minor\": false,\n            \"name_on_card\": \"PRAMOD KUMAR MAHTO\",\n            \"pan_type\": \"Individual\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"81606cf2-68c7-4e53-b147-39ccca2050b5","name":"Err: Invalid request ID Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"ce27ac38-28aa-4ee1-a94d-05dc6d529a5b","name":"Err: Missing API Key Copy","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f3dabe2d-210f-484a-9e34-6c3b9868061c","name":"Err: Invalid Authentication Copy","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"6b192df5-7b1a-4a69-a1b9-6883d010a1b7","name":"Err: Invalid Image Copy","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"6e6d0881-2727-41c4-8472-9b73b97ff7a0","name":"Err: Invalid URL Copy","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"}],"_postman_id":"11d7a376-3c67-4372-be5a-8ccd7a164553"}],"id":"e35dcda4-7ae7-4d7b-a60e-63a79add25d3","_postman_id":"e35dcda4-7ae7-4d7b-a60e-63a79add25d3","description":""},{"name":"ind_Aadhaar_async","item":[{"name":"ind_aadhaar async","id":"a45f276b-c3cc-4560-ade2-25add7adf875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar","description":"<p>Aadhar OCR is used to extract details from the image of an individual Aadhaar card in real-time. Additional details can be sent in API request to perform a name, street address, district, (Aadhar number) match with the extracted fields. Aadhar card is used as Proof of Address (POA) and Proof of Identity(POI)</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/URL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhar card (front). Recommended image size: 2MB - 3MB</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/URL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhar card (back). Recommended image size: 2MB - 3MB</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"yes\" \"no\". Consent by the user to extract his/her information from his/her aadhaar card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"61822900-15af-4501-93b0-df0e8a724c50","name":"ind_aadhaar","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":" {\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n }"},{"id":"91a3cf5b-713b-47a5-b01a-d4ec27e237ec","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:34:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"e1e05cf1-1830-4258-94e4-12f549314a39","name":"Err: missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:35:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"fca8a0d3-b113-4283-9a04-5e2b69708d7a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",,\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 27 Oct 2022 10:35:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"a45f276b-c3cc-4560-ade2-25add7adf875"},{"name":"Get task","id":"d4635375-1326-42c9-a632-d58143d05661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's Aadhaar details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>The completion timestamp of the process</td>\n<td>ISO 8601 format with timezone</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>The creation timestamp of the process</td>\n<td>ISO 8601 format with timezone</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The ID of the group associated with the process</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>The unique ID for the request</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>string</td>\n<td>The extracted address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>string</td>\n<td>The extracted date of birth</td>\n<td>YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district information</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>string</td>\n<td>The gender of the person</td>\n<td>\"Male\", \"Female\", \"Other\"</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>The house number</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>string</td>\n<td>The extracted ID number</td>\n<td>Numeric string, 12 digits</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>boolean</td>\n<td>Whether the card was scanned</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>string</td>\n<td>The name on the card</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode associated with the address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state associated with the address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>string</td>\n<td>The extracted street address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>string</td>\n<td>The extracted year of birth</td>\n<td>YYYY format</td>\n</tr>\n<tr>\n<td>result.qr_output.address</td>\n<td>String</td>\n<td>The address from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.district</td>\n<td>String</td>\n<td>The district information from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.gender</td>\n<td>String</td>\n<td>The gender information from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.house_number</td>\n<td>String</td>\n<td>The house number from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.id_number</td>\n<td>String</td>\n<td>The ID number from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.name_on_card</td>\n<td>String</td>\n<td>The name on the card from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.pincode</td>\n<td>String</td>\n<td>The pincode from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.state</td>\n<td>String</td>\n<td>The state from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.street_address</td>\n<td>String</td>\n<td>The street address from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.year_of_birth</td>\n<td>String</td>\n<td>The year of birth from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the process</td>\n<td>\"completed\"</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique ID for the task</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of process</td>\n<td>Value: ind_aadhaar</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"68cea0a1-fc50-4988-a8b0-1c44eec7eeea","name":"Success: Get task (consent=yes)","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=0728a284-18fb-4921-b984-ad61f8835a6d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"0728a284-18fb-4921-b984-ad61f8835a6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"880"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T12:47:33+05:30\",\n    \"created_at\": \"2024-08-16T12:47:28+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"85e11f4b-ab3e-4134-91e0-463b681c3dd1\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Xxx Xxxx Xxxxxxxxx , Xxxx Xxxxx Xxxxx , Xxxx Xxxx , Xxx Xxxxx - 000001\",\n            \"date_of_birth\": \"1979-03-02\",\n            \"district\": null,\n            \"fathers_name\": null,\n            \"gender\": \"Female\",\n            \"house_number\": null,\n            \"id_number\": \"600766990031\",\n            \"is_scanned\": false,\n            \"name_on_card\": \"Nazma Khan\",\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": \"Xxx Xxxx Xxxxxxxxx , Xxxx Xxxxx Xxxxx , Xxxx Xxxx , Xxx Xxxxx - 000001\",\n            \"year_of_birth\": \"1979\"\n        },\n        \"qr_output\": {\n            \"address\": null,\n            \"date_of_birth\": null,\n            \"district\": null,\n            \"gender\": null,\n            \"house_number\": null,\n            \"id_number\": null,\n            \"name_on_card\": null,\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": null,\n            \"year_of_birth\": null\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"0c4a05ce-e822-41eb-9677-615ecbf4f387","name":"Success: Get task (consent=no)","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=0728a284-18fb-4921-b984-ad61f8835a6d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"0728a284-18fb-4921-b984-ad61f8835a6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"880"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-15T10:59:58+05:30\",\n    \"created_at\": \"2024-07-15T10:59:58+05:30\",\n    \"error\": \"NO_CONSENT\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Consent not taken\",\n    \"request_id\": \"b51cb914-6b1c-4e14-83ca-43c0069524e4\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"e42fc459-18dd-4470-bc4f-703308842ca6","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"9f181f43-3ae5-41d2-90f8-7e3c5451dc29","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"123456"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"ba67d18a-571d-4906-b3b2-5c9ca7569b88","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"d4635375-1326-42c9-a632-d58143d05661"}],"id":"5f682140-fa18-4e89-8a4c-3b0e472db105","_postman_id":"5f682140-fa18-4e89-8a4c-3b0e472db105","description":""},{"name":"ind_Driving License","item":[{"name":"ind_driving_license async","id":"bd4fa500-ae88-4869-9265-f87356470668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \t\"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_driving_license","description":"<p>Extraction of details from image of an indian driving license in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>base64/string</td>\n    <td>image in base64 format OR URL of image of driving license (front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.\n</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document2</td>\n    <td>base64/string</td>\n    <td>image in base64 format OR URL of image of driving license (back). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.\n</td>\n    <td>Yes</td>\n  </tr>\n</table>\n\n\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1ae6c7d4-9631-4309-a0e6-f2c29f253c0b","name":"ind_driving_license","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / Base64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_driving_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"749"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:29:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"45caae2c-8df7-4174-8816-953860b835ed","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \t\"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:42:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"aaf3755e-c332-4f37-93cf-e55117f16037","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \t\"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:42:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"154b378b-ce86-459c-8f43-0c0ef875f473","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \t\"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:42:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"}],"_postman_id":"bd4fa500-ae88-4869-9265-f87356470668"},{"name":"Get task","id":"4b91a54f-18d8-41a7-9297-ffbdb2cddbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's Driving License details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains detailed information extracted</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_validity</td>\n<td>String</td>\n<td>The date of validity</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean value</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates</td>\n<td>Object</td>\n<td>Contains issue dates for various categories</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.LMV</td>\n<td>String</td>\n<td>Issue date for LMV</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.MCWG</td>\n<td>String</td>\n<td>Issue date for MCWG</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.TRANS</td>\n<td>String</td>\n<td>Issue date for TRANS</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the driving license</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>The street address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.type</td>\n<td>Array</td>\n<td>A list of types associated with the license</td>\n<td>Should be a valid array of strings</td>\n</tr>\n<tr>\n<td>result.extraction_output.type[0]</td>\n<td>String</td>\n<td>The first type</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.type[1]</td>\n<td>String</td>\n<td>The second type</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity</td>\n<td>Object</td>\n<td>Contains validity information for various categories</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity.NT</td>\n<td>String</td>\n<td>Validity date for non-transport license</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity.T</td>\n<td>null</td>\n<td>Validity date for transport license</td>\n<td>Should be null</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: ind_driving_license</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ecd6ee0e-f595-4854-8f0e-378c742364a1","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=96fc977a-b686-4eed-a099-653045799d20","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"96fc977a-b686-4eed-a099-653045799d20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"773"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:46:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T11:24:36+05:30\",\n        \"created_at\": \"2024-07-12T11:24:35+05:30\",\n        \"group_id\": \"0ff78112-5c2c-4e00-97b1-8a6a178ab1f4\",\n        \"request_id\": \"a9b9ba86-1152-464d-9f10-0476e5dd46a6\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"DURGA MANDIR WALI GALI KONDLI\",\n                \"date_of_birth\": \"1996-07-02\",\n                \"date_of_validity\": \"2035-02-19\",\n                \"district\": \"EAST DELHI\",\n                \"fathers_name\": \"DINESH CHAND GUPTA\",\n                \"id_number\": \"DL0720150212073\",\n                \"is_scanned\": false,\n                \"issue_dates\": {\n                    \"LMV\": \"2015-02-20\",\n                    \"MCWG\": null,\n                    \"TRANS\": null\n                },\n                \"name_on_card\": \"KRISHNA GUPTA\",\n                \"pincode\": \"110096\",\n                \"state\": \"Delhi\",\n                \"street_address\": \"DURGA MANDIR WALI GALI KONDLI\",\n                \"type\": [\n                    \"LMV-NT\",\n                    \"LMV\"\n                ],\n                \"validity\": {\n                    \"NT\": \"2035-02-19\",\n                    \"T\": null\n                }\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"d83c3d7e-c747-4492-9c4d-ce5a8181c75d\",\n        \"type\": \"ind_driving_license\"\n    }\n]"},{"id":"2d5422eb-b2da-4146-85f9-80ba942c3372","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"1234567"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"d154fda1-763f-4a77-a88f-43b38090c740","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"1234567","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T14:37:25+05:30\",\n    \"created_at\": \"2024-08-16T14:37:25+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0682d84f-5a7e-44e7-ab16-fc3c421765ca\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_driving_license\"\n}"},{"id":"ffc306e8-e1ae-4a2f-966f-ddfde7db47b4","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"cf33c0eb-d277-4a41-9119-9bf9a56ed56b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"4b91a54f-18d8-41a7-9297-ffbdb2cddbd7"}],"id":"ebc0e2b1-daa3-4bd4-ad0a-5db9974c6778","_postman_id":"ebc0e2b1-daa3-4bd4-ad0a-5db9974c6778","description":""},{"name":"ind_Voter ID","item":[{"name":"ind_voter_id async","id":"cac7c993-dbd5-46d0-846c-f0f83a35531a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_voter_id","description":"<p>Extraction of details from image of a Voter ID card in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>base64/string</td>\n    <td>image in base64 format OR URL of image of voter ID (front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.\n</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document2</td>\n    <td>base64/string</td>\n    <td>URL of the image (voter ID back) - either expiring or publicly accessible url</td>\n    <td>No</td>\n  </tr>\n</table>\n\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_voter_id"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"117a9ddc-b447-4111-9e61-562ac66ace6e","name":"Success: ind_voter_id async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_voter_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"747"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:34:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"30bbee2a-a31b-4700-81d4-e04883310005","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_voter_id"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:49:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"3ae3ca1a-0b82-498b-beca-59258f9e59a3","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_voter_id"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:50:28 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"864f2775-8adf-477c-8d53-a1abde85e1e3","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_voter_id"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:50:57 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"cac7c993-dbd5-46d0-846c-f0f83a35531a"},{"name":"Get task","id":"3e3205e4-bbcf-41a7-a332-79370de1a980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's Voter ID details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains detailed information extracted</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.age</td>\n<td>String</td>\n<td>The age of the person</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>The house number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean value</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the voter ID card</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>The street address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>String</td>\n<td>The year of birth</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: ind_voter_id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"7e2a3df2-babd-4233-92a1-abcfaeb736db","name":"Success:Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=8703c589-6af5-4faa-9456-05fe8b4132bc","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"8703c589-6af5-4faa-9456-05fe8b4132bc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"618"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:52:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T12:19:14+05:30\",\n        \"created_at\": \"2024-07-12T12:19:11+05:30\",\n        \"group_id\": \"ede0db2e-ce59-4d91-9613-69d69ba984fb\",\n        \"request_id\": \"5143aeaa-800c-4299-bcf6-8cd645f34cd3\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"HNo.713, ATUsAR, TAUSAR, VILL -Tausar, TEH- NAGAUR, DIST - Nagaur -341001 (Rajasthan) PART NO. AND NAME 206- TAUSAR\",\n                \"age\": \"28\",\n                \"date_of_birth\": \"1996-01-01\",\n                \"district\": \"NAGAUR\",\n                \"fathers_name\": \"Ramaprasad\",\n                \"gender\": \"Male\",\n                \"house_number\": \"713\",\n                \"id_number\": \"TKO1150275\",\n                \"is_scanned\": false,\n                \"name_on_card\": \"Prkash\",\n                \"pincode\": \"341001\",\n                \"state\": \"Rajasthan\",\n                \"street_address\": \"Hno.713, Atusar, Tausar, Vill -Tausar, Teh- , Dist -  - () Part No. And Name 206- Tausar\",\n                \"year_of_birth\": \"\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"add63ed7-b6b6-4081-9172-f522ba017cbd\",\n        \"type\": \"ind_voter_id\"\n    }\n]"},{"id":"33928081-800c-4dcd-ad56-67b7dc514a0c","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=8703c589-6af5-4faa-9456-05fe8b4132bc","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"8703c589-6af5-4faa-9456-05fe8b4132bc"}]}},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"618"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:52:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T14:37:25+05:30\",\n    \"created_at\": \"2024-08-16T14:37:25+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0682d84f-5a7e-44e7-ab16-fc3c421765ca\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_voter_id\"\n}"},{"id":"b284df95-39ab-45c6-a1cf-2a22216ec448","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"82a67f9c-3383-4c65-a2ef-527cd350f7c6","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"7991f33c-7b3a-473b-9e7d-c17e4f4b236e","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"3e3205e4-bbcf-41a7-a332-79370de1a980"}],"id":"5a2ff86e-bdc3-4e47-84c4-27f20b0dfe86","_postman_id":"5a2ff86e-bdc3-4e47-84c4-27f20b0dfe86","description":""},{"name":"ind_Passport","item":[{"name":"ind_passport async","id":"98c99438-491d-41d3-9a5d-7862dd42954a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_passport","description":"<p>Extraction of details from image of an Indian passport card in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<p><br /></p><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the image (passport back) - either expiring or publicly accessible url</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table><p></p>\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f5d14eb0-0c51-4c82-ac63-ec598722a908","name":"ind_passport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"774"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:37:53 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"55eab492-6e2a-4d67-80bc-89f901381791","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:44:49 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"04215db4-0ffd-4211-be9f-0e317abb9845","name":"Err: Missing APi Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:45:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"4586b353-aac3-48b2-930e-b99b0adf529b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:45:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"98c99438-491d-41d3-9a5d-7862dd42954a"},{"name":"Get task","id":"9077ce1d-646b-4e7a-bccc-8eb2950f4819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's Passport details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the task completed</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the task was created</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted data</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth of the individual</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>The date of expiry of the document</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The date of issue of the document</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.file_number</td>\n<td>String</td>\n<td>The file number of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>The first name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean</td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>The last name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.mothers_name</td>\n<td>String</td>\n<td>The mother's name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_of_spouse</td>\n<td>String</td>\n<td>The name of the spouse of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>The nationality of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>The place of birth of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_issue</td>\n<td>String</td>\n<td>The place of issue of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of document being processed</td>\n<td>Value: ind_passport</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"df5676de-22bf-4183-80d1-c3a97066997f","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=d4b9ef8e-59c0-48a1-a128-63c050a6cc7e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"d4b9ef8e-59c0-48a1-a128-63c050a6cc7e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"749"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:46:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T14:50:18+05:30\",\n        \"created_at\": \"2024-07-12T14:50:16+05:30\",\n        \"group_id\": \"020f0113-1063-4cd3-9fb7-4dac238c135c\",\n        \"request_id\": \"9d68782a-5c1e-4413-bc16-870c788aab1a\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"KALAMBUKATTU , VAZHAKULAM PO MUVATTUPUZHA , ERNAKULAM PIN : 686670 , KERALA , INDIA\",\n                \"date_of_birth\": \"1961-05-25\",\n                \"date_of_expiry\": \"2025-12-14\",\n                \"date_of_issue\": \"2015-12-15\",\n                \"district\": \"ERNAKULAM\",\n                \"fathers_name\": \"MATHAI\",\n                \"file_number\": \"CO2068937974515\",\n                \"first_name\": \"PHILOMINA\",\n                \"gender\": \"FEMALE\",\n                \"id_number\": \"N5173045\",\n                \"is_scanned\": false,\n                \"last_name\": \"BABY\",\n                \"mothers_name\": \"MARIAM MATHAI\",\n                \"name_of_spouse\": \"BABY KALAMBUKATTU ULAHANNAN\",\n                \"name_on_card\": \"PHILOMINA BABY\",\n                \"nationality\": \"INDIAN\",\n                \"pincode\": \"686670\",\n                \"place_of_birth\": \"VANDAMATTOM , KERALA\",\n                \"place_of_issue\": \"COCHIN\",\n                \"state\": \"Kerala\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"450aaa9b-c1e8-484c-ada7-aaf6ba4f4ac7\",\n        \"type\": \"ind_passport\"\n    }\n]"},{"id":"9f62b980-b78a-4726-b0e2-2824eaf62f67","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"583d008b-75c8-4ed4-b5ba-bc06e2f41184","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"45c1099a-e4ba-4e34-8005-552da3553275","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"5df3b015-50c8-42fe-86e2-e038ea2af96b","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T14:37:25+05:30\",\n    \"created_at\": \"2024-08-16T14:37:25+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0682d84f-5a7e-44e7-ab16-fc3c421765ca\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_voter_id\"\n}"}],"_postman_id":"9077ce1d-646b-4e7a-bccc-8eb2950f4819"}],"id":"1b626bf9-906a-45ce-9a89-397252ae224f","_postman_id":"1b626bf9-906a-45ce-9a89-397252ae224f","description":""},{"name":"Vaccine","item":[{"name":"ind_vaccine_cert async","id":"8a799bd7-af0d-4827-afb2-5f6a5cfb5fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-id}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_vaccination_cert","description":"<p>IDfy’s Vaccination OCR API allows you to extract and digitize the details from a COVID-19 Vaccine certificate (PDF) that is downloaded from Co-win. Our Machine learning algorithms help you digitize this data within a matter of seconds, enabling you to have much more accurate data and save operational costs.</p>\n<h4> Request body schema</h4>\n\n<table>\n\n\n\n\n\n<thead>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n</thead>\n<tbody>\n  <tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task. </td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>string</td>\n    <td>URL / BASE64 of the Vaccination certificate PDF</td>\n  </tr>\n</tbody>\n</table>\n\n<h4>Output</h4>\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_vaccination_cert"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3b91fd85-27e0-4ab5-92d6-f128518f56b5","name":"Success: ind_vaccine_cert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_vaccination_cert"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\""},{"id":"dc316fac-06fe-4318-87e2-071ecf653f09","name":"Err: No API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_vaccination_cert"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 04 Nov 2022 08:50:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"00f6bb60-7d58-409a-b84c-582af0af0001","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"API-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_vaccination_cert"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 04 Nov 2022 08:51:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"a82a04b7-8921-42d2-ac93-b28f09a224a3","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\",\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_vaccination_cert"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:39:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"8a799bd7-af0d-4827-afb2-5f6a5cfb5fc5"},{"name":"Get task","id":"35857e66-8000-4b49-b617-1840731be9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's PAN details in the response body.</p>\n","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"10211d86-a30a-4e46-a7ff-53645588c7f5","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=2817f4d7-e9cd-4577-be53-671ed83933bc","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"2817f4d7-e9cd-4577-be53-671ed83933bc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"375"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 08:54:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-04T14:24:38+05:30\",\n        \"created_at\": \"2022-11-04T14:24:37+05:30\",\n        \"error\": \"UNSUPPORTED_FILE_FORMAT\",\n        \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"message\": \"Unsupported file format\",\n        \"request_id\": \"2817f4d7-e9cd-4577-be53-671ed83933bc\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_vaccination_cert\"\n    }\n]"},{"id":"0262cd9a-2b4c-463c-92a5-f9cc0bc2cd05","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"1234567"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"064d8f7d-9dc8-4dd4-ba3d-4447ee879d08","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"db95c78e-d2af-497d-a9bf-86a002cd114b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"35857e66-8000-4b49-b617-1840731be9f3"}],"id":"a0d01143-08d5-4e9b-a751-a292a7236ddb","_postman_id":"a0d01143-08d5-4e9b-a751-a292a7236ddb","description":""},{"name":"ind_aadhaar_plus","item":[{"name":"ind_aadhaar_plus async","id":"7d2c3748-d19f-492a-b805-2eb8bb28b3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar_plus","description":"<p>Extraction of details from image of an Aadhaar card in real-time. You can additionally send more details in the request to perform QR detection, QR data extraction.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card (front)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card(back)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"yes\" \"no\". Consent by the user</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>extract_qr_info</div><div><div><div><div></div></div></div><div></div></div></td><td><div>bool</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Additional input to extract full name in split form</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>extract_last_4_digit</div><div><div><div><div></div></div></div><div></div></div></td><td><div>bool</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Additional input to extract only last four digits of aadhaar number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_aadhaar_plus"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"48527857-215b-49ca-8a11-faae02d6fc28","name":"ind_aadhaar_plus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar_plus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n \"request_id\": \"ae721c4a-079a-4fcb-be52-5a72fb8c493c\"\n}"},{"id":"4b454a1e-091b-4d56-8647-fcdef53a4075","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"random","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar_plus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3954cd03-a095-4158-af07-edbee0d346e0","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true \n            \"extract_last_4_digit\":true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar_plus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1b696181-52c9-4022-9d0d-0d89913db6c6","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_aadhaar_plus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7d2c3748-d19f-492a-b805-2eb8bb28b3bc"},{"name":"Get task","id":"a4e9a4c5-a4c8-4d35-b2b8-2829288ab32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's Aadhaar details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Datatype</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Container for extraction output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>DOB on aadhaar card in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>District name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>Father’s name on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.full_name_split</td>\n<td>Array</td>\n<td>Full name on aadhaar card, in split form</td>\n<td>A valid JSON array</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>House number</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Aadhaar number</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Bool</td>\n<td>Returns true if a scanned copy of aadhaar card is uploaded</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name on aadhar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pin_code</td>\n<td>String</td>\n<td>Pin code</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>State</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>Street address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>String</td>\n<td>Year of birth</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output</td>\n<td>Object</td>\n<td>Container for QR output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.qr_output.address</td>\n<td>String</td>\n<td>Address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.district</td>\n<td>String</td>\n<td>District name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.gender</td>\n<td>String</td>\n<td>Gender</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.house_number</td>\n<td>String</td>\n<td>House number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.id_number</td>\n<td>String</td>\n<td>Aadhaar number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.name_on_card</td>\n<td>String</td>\n<td>Name of aadhaar holder</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.pin_code</td>\n<td>String</td>\n<td>Pin code</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.state</td>\n<td>String</td>\n<td>State name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.street_address</td>\n<td>String</td>\n<td>Street address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.year_of_birth</td>\n<td>String</td>\n<td>Year of birth of aadhaar holder</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_aadhaar_plus”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"e5e17abc-d500-43f4-8813-79738dc02c87","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=d4b9ef8e-59c0-48a1-a128-63c050a6cc7e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"d4b9ef8e-59c0-48a1-a128-63c050a6cc7e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"749"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:46:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-09T16:27:04+05:30\",\n    \"created_at\": \"2024-07-09T16:27:02+05:30\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"request_id\": \"6e3d6426-a9bb-4ab5-a210-4d8002a3b774\",\n    \"result\": {\n        \"extraction_output\": {\n            \"aadhaar_number_masked\": true,\n            \"address\": \"S/O Md Kojeeb Uddin , Gram- Ibrahimpur Ghazipur Po- Ghazipur Thana - Tarapur , Gaziour , Munger . Bihar - 813321\",\n            \"date_of_birth\": \"2001-02-10\",\n            \"district\": \"Munger\",\n            \"fathers_name\": \"Md Kojeeb Uddin\",\n            \"gender\": \"Male\",\n            \"house_number\": null,\n            \"id_number\": \"1484\",\n            \"is_scanned\": false,\n            \"name_on_card\": \"Md Razi Uddin\",\n            \"pincode\": \"813321\",\n            \"state\": \"Bihar\",\n            \"street_address\": \"Gram- Ibrahimpur Ghazipur Po- Ghazipur Thana - Tarapur , Gaziour\",\n            \"year_of_birth\": \"2001\"\n        },\n        \"qr_detected\": null,\n        \"qr_encoded\": null,\n        \"qr_output\": {\n            \"address\": null,\n            \"date_of_birth\": null,\n            \"district\": null,\n            \"gender\": null,\n            \"house_number\": null,\n            \"id_number\": null,\n            \"name_on_card\": null,\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": null,\n            \"year_of_birth\": null\n        },\n        \"qr_scannable\": null\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar_plus\"\n}"},{"id":"5fa6a295-c539-4278-b041-5cb35a6c8976","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"3211c4ea-2811-49b8-b595-b7beefa361d6","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"baabfd41-b031-4c1c-88fe-a481bd1c6307","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"667c9ac4-54bb-431b-9608-5c5b6ab1e14a","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T14:37:25+05:30\",\n    \"created_at\": \"2024-08-16T14:37:25+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0682d84f-5a7e-44e7-ab16-fc3c421765ca\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar_plus\"\n}"}],"_postman_id":"a4e9a4c5-a4c8-4d35-b2b8-2829288ab32e"}],"id":"1dca339a-aa17-4cb1-89d6-c2610e011475","_postman_id":"1dca339a-aa17-4cb1-89d6-c2610e011475","description":""}],"id":"609bdab3-6424-4aa4-a18e-4009d61704e6","_postman_id":"609bdab3-6424-4aa4-a18e-4009d61704e6","description":""},{"name":"Sync","item":[{"name":"ind_pan sync","id":"54505658-11ea-48c0-ba59-bca17c6d6c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan","description":"<p>Extraction of details from image of an individual or company PAN card in realtime.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with the below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of the image of PAN card (front)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Datatype</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Container for extraction output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.age</td>\n<td>Integer</td>\n<td>Age of PAN holder</td>\n<td>A valid integer</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>DOB of PAN holder in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Date of issue of PAN</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>Father’s name on PAN card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>PAN number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Bool</td>\n<td>Returns true if uploaded document is black&amp;white</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.minor</td>\n<td>Bool</td>\n<td>Return true if the age is below 18 years</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name on PAN card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pan_type</td>\n<td>String</td>\n<td>Pan card types like “Individual”, “Company”, “Trusts”, etc.</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_pan\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_pan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"50d463ea-bbf4-4a81-b947-60ebf7932383","name":"Success: ind_pan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-11T15:21:56+05:30\",\n    \"created_at\": \"2024-07-11T15:21:54+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"4b48d5b4-5c22-46af-b67d-9f094f62304e\",\n    \"result\": {\n        \"extraction_output\": {\n            \"age\": 42,\n            \"date_of_birth\": \"1982-04-03\",\n            \"date_of_issue\": \"\",\n            \"fathers_name\": \"VASUDEV MAHTO\",\n            \"id_number\": \"ANRPM2537J\",\n            \"is_scanned\": false,\n            \"minor\": false,\n            \"name_on_card\": \"PRAMOD KUMAR MAHTO\",\n            \"pan_type\": \"Individual\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"ff78960e-98f8-4029-b504-9c0f8ca5c6c9","name":"Err: Invalid Authentication Credentials Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"123456","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:48:19 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"6b350f91-4490-432f-9ff9-167a99f6972d","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"485b1bcba935/b4325490-9ba1-44a8-91e4-09bbc336ea30"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"377"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:50:50 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-10-21T15:20:50+05:30\",\n    \"created_at\": \"2022-10-21T15:20:49+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ed52654a-c125-465b-aa1c-8aa7e3fe8960\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"e1cef9e0-81c6-424d-bf37-e4cde77a7db5","name":"Err: Missing api key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:53:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"14116398-e432-4ae9-9e7c-10c5ae7796a4","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"12345"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\":////// adding a line to give syntax error\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"54505658-11ea-48c0-ba59-bca17c6d6c68"},{"name":"ind_aadhaar sync","id":"f71d783a-a584-48f0-9cb2-1b4c9371c2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar","description":"<p>Extraction of details from image of an Aadhaar card in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card (front)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card(back)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"yes\" \"no\". Consent by the user</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>The completion timestamp of the process</td>\n<td>ISO 8601 format with timezone</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>The creation timestamp of the process</td>\n<td>ISO 8601 format with timezone</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The ID of the group associated with the process</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>The unique ID for the request</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>string</td>\n<td>The extracted address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>string</td>\n<td>The extracted date of birth</td>\n<td>YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district information</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>string</td>\n<td>The gender of the person</td>\n<td>\"Male\", \"Female\", \"Other\"</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>The house number</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>string</td>\n<td>The extracted ID number</td>\n<td>Numeric string, 12 digits</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>boolean</td>\n<td>Whether the card was scanned</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>string</td>\n<td>The name on the card</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode associated with the address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state associated with the address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>string</td>\n<td>The extracted street address</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>string</td>\n<td>The extracted year of birth</td>\n<td>YYYY format</td>\n</tr>\n<tr>\n<td>result.qr_output.address</td>\n<td>String</td>\n<td>The address from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.district</td>\n<td>String</td>\n<td>The district information from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.gender</td>\n<td>String</td>\n<td>The gender information from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.house_number</td>\n<td>String</td>\n<td>The house number from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.id_number</td>\n<td>String</td>\n<td>The ID number from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.name_on_card</td>\n<td>String</td>\n<td>The name on the card from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.pincode</td>\n<td>String</td>\n<td>The pincode from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.state</td>\n<td>String</td>\n<td>The state from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.street_address</td>\n<td>String</td>\n<td>The street address from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>result.qr_output.year_of_birth</td>\n<td>String</td>\n<td>The year of birth from QR code</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the process</td>\n<td>\"completed\"</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique ID for the task</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of process</td>\n<td>Value: ind_aadhaar</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"cbba5c50-5139-43f3-81be-042a105afcfb","name":"Success: ind_aadhaar (consent=yes)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T12:47:33+05:30\",\n    \"created_at\": \"2024-08-16T12:47:28+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"85e11f4b-ab3e-4134-91e0-463b681c3dd1\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Xxx Xxxx Xxxxxxxxx , Xxxx Xxxxx Xxxxx , Xxxx Xxxx , Xxx Xxxxx - 000001\",\n            \"date_of_birth\": \"1979-03-02\",\n            \"district\": null,\n            \"fathers_name\": null,\n            \"gender\": \"Female\",\n            \"house_number\": null,\n            \"id_number\": \"600766990031\",\n            \"is_scanned\": false,\n            \"name_on_card\": \"Nazma Khan\",\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": \"Xxx Xxxx Xxxxxxxxx , Xxxx Xxxxx Xxxxx , Xxxx Xxxx , Xxx Xxxxx - 000001\",\n            \"year_of_birth\": \"1979\"\n        },\n        \"qr_output\": {\n            \"address\": null,\n            \"date_of_birth\": null,\n            \"district\": null,\n            \"gender\": null,\n            \"house_number\": null,\n            \"id_number\": null,\n            \"name_on_card\": null,\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": null,\n            \"year_of_birth\": null\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"ad30e39e-07b8-4f95-aaf1-875942f75b20","name":"Success: ind_aadhaar (consent=no)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-15T10:59:58+05:30\",\n    \"created_at\": \"2024-07-15T10:59:58+05:30\",\n    \"error\": \"NO_CONSENT\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Consent not taken\",\n    \"request_id\": \"b51cb914-6b1c-4e14-83ca-43c0069524e4\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"b163e875-4d84-41cc-aa79-cd7abafe1eb2","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1234567","type":"text"},{"key":"api-key","value":"123456","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:37:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d5c9dd35-3066-4dc3-a2e2-88a6e2f7c48d","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:38:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"afc8e098-a9a8-4398-8ba1-5a57d4d5da7b","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"381"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:39:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-10-21T16:09:36+05:30\",\n    \"created_at\": \"2022-10-21T16:09:35+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0c807edc-caf3-4e3d-bdd9-e4f6ba203be6\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"d656aed5-5290-4717-bac6-3aeb08596642","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"12345"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\",//Adding this line to generate syntax error/ Bad request error\n        \"consent\": \"yes\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:40:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"f71d783a-a584-48f0-9cb2-1b4c9371c2ca"},{"name":"ind_driving_license sync","id":"624da6ab-c830-4abb-b349-3e00729edbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license","description":"<p>Extraction of details from image of an indian driving license in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license (front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license (back). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains detailed information extracted</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_validity</td>\n<td>String</td>\n<td>The date of validity</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean value</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates</td>\n<td>Object</td>\n<td>Contains issue dates for various categories</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.LMV</td>\n<td>String</td>\n<td>Issue date for LMV</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.MCWG</td>\n<td>String</td>\n<td>Issue date for MCWG</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_dates.TRANS</td>\n<td>String</td>\n<td>Issue date for TRANS</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the driving license</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>The street address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.type</td>\n<td>Array</td>\n<td>A list of types associated with the license</td>\n<td>Should be a valid array of strings</td>\n</tr>\n<tr>\n<td>result.extraction_output.type[0]</td>\n<td>String</td>\n<td>The first type</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.type[1]</td>\n<td>String</td>\n<td>The second type</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity</td>\n<td>Object</td>\n<td>Contains validity information for various categories</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity.NT</td>\n<td>String</td>\n<td>Validity date for non-transport license</td>\n<td>Should be a valid date string or null</td>\n</tr>\n<tr>\n<td>result.extraction_output.validity.T</td>\n<td>null</td>\n<td>Validity date for transport license</td>\n<td>Should be null</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: ind_driving_license</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a0a8c0d5-244e-4862-8c47-c90aa4a9de4f","name":"Success: ind_driving_license","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"749"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:29:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T11:24:36+05:30\",\n        \"created_at\": \"2024-07-12T11:24:35+05:30\",\n        \"group_id\": \"0ff78112-5c2c-4e00-97b1-8a6a178ab1f4\",\n        \"request_id\": \"a9b9ba86-1152-464d-9f10-0476e5dd46a6\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"DURGA MANDIR WALI GALI KONDLI\",\n                \"date_of_birth\": \"1996-07-02\",\n                \"date_of_validity\": \"2035-02-19\",\n                \"district\": \"EAST DELHI\",\n                \"fathers_name\": \"DINESH CHAND GUPTA\",\n                \"id_number\": \"DL0720150212073\",\n                \"is_scanned\": false,\n                \"issue_dates\": {\n                    \"LMV\": \"2015-02-20\",\n                    \"MCWG\": null,\n                    \"TRANS\": null\n                },\n                \"name_on_card\": \"KRISHNA GUPTA\",\n                \"pincode\": \"110096\",\n                \"state\": \"Delhi\",\n                \"street_address\": \"DURGA MANDIR WALI GALI KONDLI\",\n                \"type\": [\n                    \"LMV-NT\",\n                    \"LMV\"\n                ],\n                \"validity\": {\n                    \"NT\": \"2035-02-19\",\n                    \"T\": null\n                }\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"d83c3d7e-c747-4492-9c4d-ce5a8181c75d\",\n        \"type\": \"ind_driving_license\"\n    }\n]"},{"id":"c9e4fe56-1b47-42db-9486-d3fb54f4269a","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:53:41 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"cb6ae122-e130-4bdb-bb16-7ac4523ff21a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:54:16 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"3bbeddc9-2167-437a-a864-b48b0f54d179","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:54:47 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"dbc3c892-ac7f-493d-bc09-66b94868f9f6","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://i.pinimg.com/736x/f8/29/34/f829340c96d78f7eb1ea7e0432a6c254.jpg\",\n        \"document2\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_driving_license"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 08:58:43 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:28:43+05:30\",\n    \"created_at\": \"2022-11-04T14:28:41+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"1f362424-27de-4f2c-a8f3-1589e06e2e91\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_driving_license\"\n}"}],"_postman_id":"624da6ab-c830-4abb-b349-3e00729edbfc"},{"name":"ind_aadhaar_plus sync","id":"727bb89d-e9ff-4357-8584-fe77032e6df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus","description":"<p>Extraction of details from image of an Aadhaar card in real-time. You can additionally send more details in the request to perform QR detection, QR data extraction.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card (front)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of Aadhaar card(back)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"yes\" \"no\". Consent by the user</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>extract_qr_info</div><div><div><div><div></div></div></div><div></div></div></td><td><div>bool</div><div><div><div><div></div></div></div><div></div></div></td><td><div>true/false</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>extract_last_4_digit</div><div><div><div><div></div></div></div><div></div></div></td><td><div>bool</div><div><div><div><div></div></div></div><div></div></div></td><td><div>true/false</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Datatype</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Container for extraction output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>DOB on aadhaar card in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>District name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>Father’s name on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.full_name_split</td>\n<td>Array</td>\n<td>Full name on aadhaar card, in split form</td>\n<td>A valid JSON array</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender on aadhaar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>House number</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Aadhaar number</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Bool</td>\n<td>Returns true if a scanned copy of aadhaar card is uploaded</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name on aadhar card</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pin_code</td>\n<td>String</td>\n<td>Pin code</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>State</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>Street address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>String</td>\n<td>Year of birth</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output</td>\n<td>Object</td>\n<td>Container for QR output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.qr_output.address</td>\n<td>String</td>\n<td>Address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth in yyyy-mm-dd format</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.district</td>\n<td>String</td>\n<td>District name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.gender</td>\n<td>String</td>\n<td>Gender</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.house_number</td>\n<td>String</td>\n<td>House number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.id_number</td>\n<td>String</td>\n<td>Aadhaar number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.name_on_card</td>\n<td>String</td>\n<td>Name of aadhaar holder</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.pin_code</td>\n<td>String</td>\n<td>Pin code</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.state</td>\n<td>String</td>\n<td>State name</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.street_address</td>\n<td>String</td>\n<td>Street address</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.qr_output.year_of_birth</td>\n<td>String</td>\n<td>Year of birth of aadhaar holder</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_aadhaar_plus”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_aadhaar_plus"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c061a769-933b-4f57-9931-b4e031270247","name":"ind_aadhaar_plus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"967"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:27:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-09T16:27:04+05:30\",\n    \"created_at\": \"2024-07-09T16:27:02+05:30\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"request_id\": \"6e3d6426-a9bb-4ab5-a210-4d8002a3b774\",\n    \"result\": {\n        \"extraction_output\": {\n            \"aadhaar_number_masked\": true,\n            \"address\": \"S/O Md Kojeeb Uddin , Gram- Ibrahimpur Ghazipur Po- Ghazipur Thana - Tarapur , Gaziour , Munger . Bihar - 813321\",\n            \"date_of_birth\": \"2001-02-10\",\n            \"district\": \"Munger\",\n            \"fathers_name\": \"Md Kojeeb Uddin\",\n            \"gender\": \"Male\",\n            \"house_number\": null,\n            \"id_number\": \"1484\",\n            \"is_scanned\": false,\n            \"name_on_card\": \"Md Razi Uddin\",\n            \"pincode\": \"813321\",\n            \"state\": \"Bihar\",\n            \"street_address\": \"Gram- Ibrahimpur Ghazipur Po- Ghazipur Thana - Tarapur , Gaziour\",\n            \"year_of_birth\": \"2001\"\n        },\n        \"qr_detected\": null,\n        \"qr_encoded\": null,\n        \"qr_output\": {\n            \"address\": null,\n            \"date_of_birth\": null,\n            \"district\": null,\n            \"gender\": null,\n            \"house_number\": null,\n            \"id_number\": null,\n            \"name_on_card\": null,\n            \"pincode\": null,\n            \"state\": null,\n            \"street_address\": null,\n            \"year_of_birth\": null\n        },\n        \"qr_scannable\": null\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar_plus\"\n}"},{"id":"55b48d49-caca-4ecb-885d-04d89d90ad45","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1234567","type":"text"},{"key":"api-key","value":"123456","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:37:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b1d112c2-4903-48bb-8b59-8d67b6292583","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:38:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f27401cc-aad5-4038-9ac9-469bb8ed6c9a","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"123456"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",\n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"381"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:39:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-10-21T16:09:36+05:30\",\n    \"created_at\": \"2022-10-21T16:09:35+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16324a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0c807edc-caf3-4e3d-bdd9-e4f6ba203be6\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c916-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"},{"id":"194a65b9-3f88-4bb6-8e42-db8715ca3bbb","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"123456"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"aadhaar_ocr_plus\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"document2\": \"URL/Base64\",\n        \"consent\": \"yes\",,, // adding this for \n        \"advanced_details\": { \n            \"extract_qr_info\": true, \n            \"extract_last_4_digit\":true \n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_aadhaar_plus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:40:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"727bb89d-e9ff-4357-8584-fe77032e6df5"},{"name":"ind_voter_id sync","id":"4d692bee-cb2a-4d0c-8128-e2b29eb76365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id","description":"<p>Extraction of details from image of a Voter ID card in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of voter ID (front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the image (voter ID back) - either expiring or publicly accessible url</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Pass this object to compare against extracted values of name, address, dob, and number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td>Should be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains detailed information extracted</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.age</td>\n<td>String</td>\n<td>The age of the person</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth</td>\n<td>Should be a valid date string (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.house_number</td>\n<td>String</td>\n<td>The house number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean value</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the voter ID card</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state name</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.street_address</td>\n<td>String</td>\n<td>The street address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.year_of_birth</td>\n<td>String</td>\n<td>The year of birth</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: ind_voter_id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_voter_id"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"5cba0dce-c19a-4522-8b8c-14ff756ab662","name":"Success: ind_voter_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"747"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:34:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T12:19:14+05:30\",\n        \"created_at\": \"2024-07-12T12:19:11+05:30\",\n        \"group_id\": \"ede0db2e-ce59-4d91-9613-69d69ba984fb\",\n        \"request_id\": \"5143aeaa-800c-4299-bcf6-8cd645f34cd3\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"HNo.713, ATUsAR, TAUSAR, VILL -Tausar, TEH- NAGAUR, DIST - Nagaur -341001 (Rajasthan) PART NO. AND NAME 206- TAUSAR\",\n                \"age\": \"28\",\n                \"date_of_birth\": \"1996-01-01\",\n                \"district\": \"NAGAUR\",\n                \"fathers_name\": \"Ramaprasad\",\n                \"gender\": \"Male\",\n                \"house_number\": \"713\",\n                \"id_number\": \"TKO1150275\",\n                \"is_scanned\": false,\n                \"name_on_card\": \"Prkash\",\n                \"pincode\": \"341001\",\n                \"state\": \"Rajasthan\",\n                \"street_address\": \"Hno.713, Atusar, Tausar, Vill -Tausar, Teh- , Dist -  - () Part No. And Name 206- Tausar\",\n                \"year_of_birth\": \"\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"add63ed7-b6b6-4081-9172-f522ba017cbd\",\n        \"type\": \"ind_voter_id\"\n    }\n]"},{"id":"bf017458-2fe3-4ca1-bc5a-1582230a5769","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n        \"document2\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:55:37 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"80b4bcbe-44a3-4ab7-b89d-4dee10f27a0f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n        \"document2\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:56:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"09cf0d63-f996-4ca9-bfb1-eea67d513a97","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n        \"document2\": \"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:56:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"402913a6-ebbb-4e8c-916f-1021e5051d88","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\" : \"https://i.pinimg.com/736x/f8/29/34/f829340c96d78f7eb1ea7e0432a6c254.jpg\",\n        \"document2\" :\"URL / BASE64\"\n    \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_voter_id"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 08:57:23 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:27:24+05:30\",\n    \"created_at\": \"2022-11-04T14:27:21+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"277ce763-2573-45c3-b288-14a19ed5304d\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_voter_id\"\n}"}],"_postman_id":"4d692bee-cb2a-4d0c-8128-e2b29eb76365"},{"name":"ind_passport sync","id":"d90a3092-970b-4986-a92b-70a24b8cd929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport","description":"<p>Extraction of details from image of an Indian passport card in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport (front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the image (passport back)- either expiring or publicly accessible url</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed</td>\n<td>Value: extract</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the task completed</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the task was created</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted data</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth of the individual</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>The date of expiry of the document</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The date of issue of the document</td>\n<td>Should be a valid date string</td>\n</tr>\n<tr>\n<td>result.extraction_output.district</td>\n<td>String</td>\n<td>The district of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.fathers_name</td>\n<td>String</td>\n<td>The father's name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.file_number</td>\n<td>String</td>\n<td>The file number of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>The first name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Indicates if the document is scanned</td>\n<td>Should be a valid boolean</td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>The last name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.mothers_name</td>\n<td>String</td>\n<td>The mother's name of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_of_spouse</td>\n<td>String</td>\n<td>The name of the spouse of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>The nationality of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>The place of birth of the individual</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_issue</td>\n<td>String</td>\n<td>The place of issue of the document</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state of the individual's address</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of document being processed</td>\n<td>Value: ind_passport</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"17c69d08-359a-4500-8c50-228d2f1708bd","name":"Success: ind_passport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"document2\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"774"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:37:53 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-07-12T14:50:18+05:30\",\n        \"created_at\": \"2024-07-12T14:50:16+05:30\",\n        \"group_id\": \"020f0113-1063-4cd3-9fb7-4dac238c135c\",\n        \"request_id\": \"9d68782a-5c1e-4413-bc16-870c788aab1a\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"KALAMBUKATTU , VAZHAKULAM PO MUVATTUPUZHA , ERNAKULAM PIN : 686670 , KERALA , INDIA\",\n                \"date_of_birth\": \"1961-05-25\",\n                \"date_of_expiry\": \"2025-12-14\",\n                \"date_of_issue\": \"2015-12-15\",\n                \"district\": \"ERNAKULAM\",\n                \"fathers_name\": \"MATHAI\",\n                \"file_number\": \"CO2068937974515\",\n                \"first_name\": \"PHILOMINA\",\n                \"gender\": \"FEMALE\",\n                \"id_number\": \"N5173045\",\n                \"is_scanned\": false,\n                \"last_name\": \"BABY\",\n                \"mothers_name\": \"MARIAM MATHAI\",\n                \"name_of_spouse\": \"BABY KALAMBUKATTU ULAHANNAN\",\n                \"name_on_card\": \"PHILOMINA BABY\",\n                \"nationality\": \"INDIAN\",\n                \"pincode\": \"686670\",\n                \"place_of_birth\": \"VANDAMATTOM , KERALA\",\n                \"place_of_issue\": \"COCHIN\",\n                \"state\": \"Kerala\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"450aaa9b-c1e8-484c-ada7-aaf6ba4f4ac7\",\n        \"type\": \"ind_passport\"\n    }\n]"},{"id":"454077f7-0c3b-4bd2-8b97-a68fa0bbb069","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:43:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"88ca63de-d0c2-4b90-bcb3-3c95e72a5e44","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":""},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:43:29 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"ae97552f-43f8-4707-bd1c-e72fdeb3eb04","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL/BASE64\",,\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:43:44 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b1d2f8b9-3e37-49a0-a7f9-cf32fbb60fb1","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://i.pinimg.com/736x/f8/29/34/f829340c96d78f7eb1ea7e0432a6c254.jpg\",\n        \"document2\": \"URL/BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_passport"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 08:56:15 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:26:16+05:30\",\n    \"created_at\": \"2022-11-04T14:26:13+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"81fda005-68cd-4e7a-afbd-64c9de70cf08\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_passport\"\n}"}],"_postman_id":"d90a3092-970b-4986-a92b-70a24b8cd929"},{"name":"ind_vaccine_cert sync","id":"86335fb9-057b-4ef8-a27c-6465e7800a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert","description":"<p>IDfy’s Vaccination OCR API allows you to extract and digitize the details from a COVID-19 Vaccine certificate (PDF) that is downloaded from Co-win. Our Machine learning algorithms help you digitize this data within a matter of seconds, enabling you to have much more accurate data and save operational costs.</p>\n<h4> Request body schema</h4>\n\n<table>\n\n\n\n\n\n<thead>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n</thead>\n<tbody>\n  <tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task. </td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>string</td>\n    <td>URL / BASE64 of the Vaccination certificate PDF</td>\n  </tr>\n</tbody>\n</table>\n\n<h4>Output</h4>\n\n<table>\n<thead>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n</thead>\n<tbody>\n  <tr>\n    <td>action</td>\n    <td>string</td>\n    <td>Value: \"verify_with_source\"</td>\n  </tr>\n  <tr>\n    <td>type</td>\n    <td>string</td>\n    <td>Value: “domain”</td>\n  </tr>\n  <tr>\n    <td>status</td>\n    <td>string</td>\n    <td>Enum: \"completed\", \"in_progress\", \"failed\"<br />Current status of the task</td>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>The unique identifier assigned to the requested task, provided by us.</td>\n  </tr>\n  <tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks provided by you.</td>\n  </tr>\n  <tr>\n    <td>created_at</td>\n    <td>string</td>\n    <td>Timestamp (ISO 8601 format) when the task was created</td>\n  </tr>\n  <tr>\n    <td>completed_at</td>\n    <td>string</td>\n    <td>Timestamp (ISO 8601 format) when the task was completed</td>\n  </tr>\n  <tr>\n    <td>result</td>\n    <td>object</td>\n    <td>Object containing the extraction output</td>\n  </tr>\n  <tr>\n    <td>extraction_output</td>\n    <td>object</td>\n    <td>Object containing extracted details</td>\n  </tr>\n  <tr>\n    <td>beneficiary_name</td>\n    <td>string</td>\n    <td>Extracted name of the beneficiary as mentioned in the certificate</td>\n  </tr>\n  <tr>\n    <td>beneficiary_reference_id</td>\n    <td>string</td>\n    <td>Extracted beneficiary_id as mentioned in the certificate</td>\n  </tr>\n  <tr>\n    <td>age</td>\n    <td>string</td>\n    <td>Age of the beneficiary as mentioned in the vaccine certificate</td>\n  </tr>\n  <tr>\n    <td>gender</td>\n    <td>string</td>\n    <td>Gender of the beneficiary as mentioned in the vaccine certificate</td>\n  </tr>\n  <tr>\n    <td>total_doses_received</td>\n    <td>string</td>\n    <td>Total doses received by the beneficiary as mentioned in the certificate</td>\n  </tr>\n  <tr>\n    <td>id_verified</td>\n    <td>string</td>\n    <td>ID card used by the beneficiary </td>\n  </tr>\n  <tr>\n    <td>id_verified_number</td>\n    <td>string</td>\n    <td>Masked ID number of the beneficiary</td>\n  </tr>\n  <tr>\n    <td>unique_health_id</td>\n    <td>string</td>\n    <td>Masked Unique health id of the beneficiary</td>\n  </tr>\n  <tr>\n    <td>vaccinated_by</td>\n    <td>string</td>\n    <td>Name of the health worker who vaccinated the beneficiary</td>\n  </tr>\n  <tr>\n    <td>vaccinated_at</td>\n    <td>string</td>\n    <td>Name of the vaccination centre</td>\n  </tr>\n  <tr>\n    <td>vaccine_name</td>\n    <td>string</td>\n    <td>Name of the vaccine that was administered</td>\n  </tr>\n  <tr>\n    <td>vaccination_for</td>\n    <td>string</td>\n    <td>Name of the condition that the user was vaccinated against</td>\n  </tr>\n  <tr>\n    <td>dates</td>\n    <td>object</td>\n    <td>Object containing vaccination administered dates</td>\n  </tr>\n  <tr>\n    <td>doc_type</td>\n    <td>string</td>\n    <td>Document type sent by the user</td>\n  </tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_vaccination_cert"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"25d166e5-b229-445a-b176-de43a1411ad0","name":"ind_vaccine_cert","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"URL / BASE64 of the PDF\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"action\": \"extract\",\r\n\t\"type\": \"ind_vaccination_cert\",\r\n\t\"status\": \"completed\",\r\n\t\"request_id\": \"b6193d4b-2895-4fc3-a4a0-d4b0b111233\",\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53hkjhgairuhta34245\",\r\n\t\"group_id\": \"some-groupid-to-group-tasks\",\r\n\t\"completed_at\": \"2020-09-01T13:28:13+05:30\",\r\n\t\"created_at\": \"2020-09-01T13:27:59+05:30\",\r\n    \"result\": {\r\n        \"extraction_output\": {\r\n            “beneficiary_name” :“<NAME OF THE BENEFICIARY>”,\r\n            “beneficiary_reference_id”: “<BENEFICIARY ID>”,\r\n        \t“age”: “<AGE ON THE CERTIFICATE>”,\r\n         \t“gender”: “<GENDER ON THE CERTIFICATE>”,\r\n          \t“total_doses_received”: “<NUMBER OF DOSES>”,\r\n            “verified_id”: “<ID CARD USED>”,\r\n          \t“verified_id_number”: “<ID CARD NUMBER>”,\r\n          \t“unique_health_id”: \"<UNIQUE HEALTH ID>\",\r\n          \t“vaccinated_by”: “<PERSON WHO VACCINATED>”,\r\n            “vaccination_at”: “<VACCINATION CENTRE>”,\r\n            “vaccine_name”: “<VACCINE NAME>”,\r\n          \t“vaccination_for” : “<VACCINATION FOR>”,\r\n          \t“dates” : {\r\n       \t      “dose_1”: “YYYY-MM-DD”,\r\n                 \t“dose_2_date_1” : “YYYY-MM-DD”,\r\n                  \t“dose_2_date_2” : “YYYY-MM-DD”,\r\n                  \t“dose_2” : “YYYY-MM-DD”\r\n                      \t},\r\n              \t“doc_type” : “pdf”\r\n          \t},\r\n}\r\n\t}\r\n"},{"id":"9908da31-7d34-4602-ad35-22462dfcbff6","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"349"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:00:09 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:30:10+05:30\",\n    \"created_at\": \"2022-11-04T14:30:10+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"f46a0b13-843e-4fdb-b46b-f9c30442f2f8\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_vaccination_cert\"\n}"},{"id":"477f2dd9-ae97-4152-a77d-871b70147c67","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 04 Nov 2022 09:00:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"96e0fab6-3ce7-4259-9771-a422924b688b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 04 Nov 2022 09:00:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"c07a492c-181f-4e88-9d60-aa46df0fb9f7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"data\": {\r\n    \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\",\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_vaccination_cert"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:01:19 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"86335fb9-057b-4ef8-a27c-6465e7800a87"}],"id":"c9b9c763-f4be-43d9-9c60-64e5e6814a75","_postman_id":"c9b9c763-f4be-43d9-9c60-64e5e6814a75","description":""}],"id":"db736102-dede-4617-bec4-badc95d64270","description":"<p>This section contains checks that are applicable to Individuals</p>\n","_postman_id":"db736102-dede-4617-bec4-badc95d64270"},{"name":"Merchant","item":[{"name":"Async","item":[{"name":"ind_Udyog _Aadhaar","item":[{"name":"india_udyog async","id":"b18864ce-4b79-4b9d-af02-d0afaf993c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_udyog_aadhaar","description":"<p>Extraction of details from image of an Udyog Aadhaar Certificate in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<p><br /></p><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table><p></p>\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_udyog_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b355b60b-be18-4eae-92f6-e4ac2e980e58","name":"Success: india_udyog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_udyog_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"603"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:46:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"70f1f798-0a54-414d-b652-c226793f7548","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://pmmodiyojana.in/wp-content/uploads/2019/12/Udyog-Aadhaar-Registration.jpeg\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_udyog_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:33:42 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"68a6c50d-f259-4949-a739-6d23f9295302","name":"Err: Missing Api Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://pmmodiyojana.in/wp-content/uploads/2019/12/Udyog-Aadhaar-Registration.jpeg\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_udyog_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:34:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"34472e35-9d98-430b-8a16-36ffe8b2cacd","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n        \"document1\": \"https://pmmodiyojana.in/wp-content/uploads/2019/12/Udyog-Aadhaar-Registration.jpeg\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_udyog_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:34:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"b18864ce-4b79-4b9d-af02-d0afaf993c13"},{"name":"Get task","id":"a0b7161a-17d9-449a-ad88-1a8671b15a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's GST Udyog details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.aadhaar_number</td>\n<td>String</td>\n<td>The Aadhaar number of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.address</td>\n<td>String</td>\n<td>The address of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_commencement</td>\n<td>String (Date)</td>\n<td>The date of commencement</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.district</td>\n<td>String</td>\n<td>The district of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.email_id</td>\n<td>String</td>\n<td>The email ID of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.enterprise_type</td>\n<td>String</td>\n<td>The type of enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.major_activity</td>\n<td>String</td>\n<td>The major activity of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the Udyog Aadhaar card</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.state</td>\n<td>String</td>\n<td>The state of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_udyog_aadhaar\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0fac65e8-b714-49c2-9baa-5028eb7b8b31","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ecbcbc77-1df1-4480-962a-e5c681ef66e1","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ecbcbc77-1df1-4480-962a-e5c681ef66e1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"604"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:30:51 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-23T09:15:22+05:30\",\n    \"created_at\": \"2024-07-23T09:15:21+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"03492083-34f7-40b3-b72a-c7fe6daff0c9\",\n    \"result\": {\n        \"extraction_output\": {\n            \"aadhaar_number\": null,\n            \"address\": null,\n            \"date_of_commencement\": \"2009-01-01\",\n            \"district\": null,\n            \"email_id\": \"dramit0190@gmail.com\",\n            \"enterprise_type\": null,\n            \"major_activity\": null,\n            \"name_on_card\": \"AMIT INTERNATIONAL IMPACT FACTOR JOURNALS\",\n            \"pincode\": null,\n            \"state\": \"Uttar Pradesh\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_udyog_aadhaar\"\n}"},{"id":"c67b1e36-351c-4517-8c8d-44ea5a112cf3","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"69458408-d1a8-459d-856d-85611862d0c2","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"6dd66b75-2324-44ab-8299-e14cb4874627","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"46dc33b9-290d-4a1a-a3a6-937b7fa28d61","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f9427cce-89a5-4a02-99a1-e7326303fa97","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f9427cce-89a5-4a02-99a1-e7326303fa97"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:03:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-04T14:32:37+05:30\",\n        \"created_at\": \"2022-11-04T14:32:37+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"f9427cce-89a5-4a02-99a1-e7326303fa97\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_udyog_aadhaar\"\n    }\n]"}],"_postman_id":"a0b7161a-17d9-449a-ad88-1a8671b15a72"}],"id":"629a953c-11f6-4049-a869-e6e9236bd34a","_postman_id":"629a953c-11f6-4049-a869-e6e9236bd34a","description":""},{"name":"ind_GST","item":[{"name":"ind_GST async","id":"c68c4ace-a8f5-4803-bd91-7ab30b68b731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_gst_certificate","description":"<p>Extraction of details from image of a GST Certificate in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL or Base 64 format image of gst certificate</td>\n<td>A valid image url or base64</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_gst_certificate"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1d20702e-cf40-4f3d-b3d2-e8b07e329968","name":"ind_GST","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n \"data\": {\n   \"document1\": \"URL/Base64\"\n }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_gst_certificate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"618"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:44:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"7cf44e5e-55dd-4f86-accb-f53358e64147","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_gst_certificate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:38:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"898f3a79-d775-421f-af62-fd530a79dadb","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_gst_certificate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:39:11 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d554b51e-8dbb-4882-bfae-90b861dd298d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\",\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_gst_certificate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:39:41 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"c68c4ace-a8f5-4803-bd91-7ab30b68b731"},{"name":"Get task Copy","id":"0c9eb585-7459-45b8-8e52-cf453cbafa5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's GST Certificate details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.address</td>\n<td>String</td>\n<td>The address of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.constitution_of_business</td>\n<td>String</td>\n<td>The constitution of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_liability</td>\n<td>String (Date)</td>\n<td>The date of liability</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.gstin</td>\n<td>String or null</td>\n<td>The GSTIN of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.is_provisional</td>\n<td>Boolean</td>\n<td>Whether the registration is provisional</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>extraction_output.legal_name</td>\n<td>String</td>\n<td>The legal name of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.pan_number</td>\n<td>String or null</td>\n<td>The PAN number of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.trade_name</td>\n<td>String</td>\n<td>The trade name of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.type_of_registration</td>\n<td>String</td>\n<td>The type of registration</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.valid_from</td>\n<td>String (Date)</td>\n<td>The start date of the validity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.valid_upto</td>\n<td>String</td>\n<td>The end date of the validity</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_gst_certificate\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0e395211-6110-46d9-a216-97ddbd1ba839","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4ee10ae1-e6dc-4a95-b15d-fe48f5d539ad","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4ee10ae1-e6dc-4a95-b15d-fe48f5d539ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"812"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:40:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-22T17:59:42+05:30\",\n    \"created_at\": \"2024-07-22T17:59:40+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"2f1161d4-e299-4f7d-a2b6-b6a98336252f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"1. CDRI , SITAPUR ROAD , JANKIPURAM , Lucknow , Uttar Pradesh , 226021\",\n            \"constitution_of_business\": \"Society / Club / Trust / AOP\",\n            \"date_of_liability\": \"2008-03-28\",\n            \"gstin\": null,\n            \"is_provisional\": false,\n            \"legal_name\": \"COUNCIL OF SCIENTIFIC AND INDUSTRIAL RESEARCH\",\n            \"pan_number\": null,\n            \"trade_name\": \"CENTRAL DRUG RESEARCH INSTITUTE\",\n            \"type_of_registration\": \"Regular\",\n            \"valid_from\": \"2017-08-14\",\n            \"valid_upto\": \"NA\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_gst_certificate\"\n}"},{"id":"a2c1b83d-52bd-4b5a-b997-36a08af661ef","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"d505e5cb-6c57-4a65-b083-06ace977cf95","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e212a119-d3f3-401a-8819-b6b169a9c4a0","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"0e8bb994-62c3-476a-8f46-1403b57edefa","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4d15fbe5-8e32-43fa-87a3-ba01fbf1d6bb","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4d15fbe5-8e32-43fa-87a3-ba01fbf1d6bb"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"391"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:04:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-04T14:34:40+05:30\",\n        \"created_at\": \"2022-11-04T14:34:40+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"4d15fbe5-8e32-43fa-87a3-ba01fbf1d6bb\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_gst_certificate\"\n    }\n]"}],"_postman_id":"0c9eb585-7459-45b8-8e52-cf453cbafa5c"}],"id":"8e6d2733-3c82-4658-93f8-0bf02c5d0c7a","_postman_id":"8e6d2733-3c82-4658-93f8-0bf02c5d0c7a","description":""}],"id":"ce8083da-47a4-4c5c-a715-b2cd12b2c12c","_postman_id":"ce8083da-47a4-4c5c-a715-b2cd12b2c12c","description":""},{"name":"Sync","item":[{"name":"ind_GST sync","id":"7b0e28bf-a000-42fd-b406-ddf0095d2f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate","description":"<p>Extraction of details from image of a GST Certificate in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL or Base 64 format image of gst certificate</td>\n<td>A valid image url or base64</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.address</td>\n<td>String</td>\n<td>The address of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.constitution_of_business</td>\n<td>String</td>\n<td>The constitution of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_liability</td>\n<td>String (Date)</td>\n<td>The date of liability</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.gstin</td>\n<td>String or null</td>\n<td>The GSTIN of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.is_provisional</td>\n<td>Boolean</td>\n<td>Whether the registration is provisional</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>extraction_output.legal_name</td>\n<td>String</td>\n<td>The legal name of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.pan_number</td>\n<td>String or null</td>\n<td>The PAN number of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.trade_name</td>\n<td>String</td>\n<td>The trade name of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.type_of_registration</td>\n<td>String</td>\n<td>The type of registration</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.valid_from</td>\n<td>String (Date)</td>\n<td>The start date of the validity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.valid_upto</td>\n<td>String</td>\n<td>The end date of the validity</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_gst_certificate\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_gst_certificate"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"619e4891-6ba3-4c5f-b378-cb75d224fd61","name":"Success: ind_gst","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"618"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:44:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-22T17:59:42+05:30\",\n    \"created_at\": \"2024-07-22T17:59:40+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"2f1161d4-e299-4f7d-a2b6-b6a98336252f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"1. CDRI , SITAPUR ROAD , JANKIPURAM , Lucknow , Uttar Pradesh , 226021\",\n            \"constitution_of_business\": \"Society / Club / Trust / AOP\",\n            \"date_of_liability\": \"2008-03-28\",\n            \"gstin\": null,\n            \"is_provisional\": false,\n            \"legal_name\": \"COUNCIL OF SCIENTIFIC AND INDUSTRIAL RESEARCH\",\n            \"pan_number\": null,\n            \"trade_name\": \"CENTRAL DRUG RESEARCH INSTITUTE\",\n            \"type_of_registration\": \"Regular\",\n            \"valid_from\": \"2017-08-14\",\n            \"valid_upto\": \"NA\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_gst_certificate\"\n}"},{"id":"274a88eb-e8c5-4de0-83a0-3ec92a2bc614","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:41:28 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a8ef5ab2-2645-487c-b2d7-4738a9a616db","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {;\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:42:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8c006686-c178-4eab-b0a4-a951d91e2888","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"URL / BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:42:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a066800b-53af-4583-92ac-86126f41087e","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"document1\": \"4d15fbe5-8e32-43fa-87a3-ba01fbf1d6bb\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_gst_certificate"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:05:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:35:57+05:30\",\n    \"created_at\": \"2022-11-04T14:35:57+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"a691c8f5-45c0-404d-b210-20f2312f55bd\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_gst_certificate\"\n}"}],"_postman_id":"7b0e28bf-a000-42fd-b406-ddf0095d2f10"},{"name":"india_udyog sync","id":"378b8237-94db-4ed2-94d8-3e51ccb68bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar","description":"<p>Extraction of details from image of an Udyog Aadhaar Certificate in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.aadhaar_number</td>\n<td>String</td>\n<td>The Aadhaar number of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.address</td>\n<td>String</td>\n<td>The address of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_commencement</td>\n<td>String (Date)</td>\n<td>The date of commencement</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.district</td>\n<td>String</td>\n<td>The district of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.email_id</td>\n<td>String</td>\n<td>The email ID of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.enterprise_type</td>\n<td>String</td>\n<td>The type of enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.major_activity</td>\n<td>String</td>\n<td>The major activity of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name on the Udyog Aadhaar card</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.pincode</td>\n<td>String</td>\n<td>The pincode of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.state</td>\n<td>String</td>\n<td>The state of the entity</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_udyog_aadhaar\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_udyog_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f2df6873-2cbf-49a1-8250-e73a0a6d62fd","name":"Success: india_udyog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"603"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:46:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-23T09:15:22+05:30\",\n    \"created_at\": \"2024-07-23T09:15:21+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"03492083-34f7-40b3-b72a-c7fe6daff0c9\",\n    \"result\": {\n        \"extraction_output\": {\n            \"aadhaar_number\": null,\n            \"address\": null,\n            \"date_of_commencement\": \"2009-01-01\",\n            \"district\": null,\n            \"email_id\": \"dramit0190@gmail.com\",\n            \"enterprise_type\": null,\n            \"major_activity\": null,\n            \"name_on_card\": \"AMIT INTERNATIONAL IMPACT FACTOR JOURNALS\",\n            \"pincode\": null,\n            \"state\": \"Uttar Pradesh\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_udyog_aadhaar\"\n}"},{"id":"05ad19fa-aa86-4c7a-bd0b-8e375c0d1b57","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:23:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"c51f98bb-d929-4998-9d9e-3e80568985f1","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:24:20 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"3686cb16-9e2a-47f7-8a16-d8fd1fd834d3","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / BASE64\".\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:24:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"7a754ac5-b258-41de-9ca5-325b7ba2a131","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"cccbc525-76b5-426c-9b6c-2468b1a548d0\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"387"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:06:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:36:39+05:30\",\n    \"created_at\": \"2022-11-04T14:36:39+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"9285cdb7-652b-4d96-9721-fb849d6259e9\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_udyog_aadhaar\"\n}"},{"id":"637ff524-f769-4611-9d1f-16ce5f8b2561","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_udyog_aadhaar"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"346"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:07:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:37:20+05:30\",\n    \"created_at\": \"2022-11-04T14:37:20+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"e39dea7d-f1a6-4a39-9ec9-854933151d06\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_udyog_aadhaar\"\n}"}],"_postman_id":"378b8237-94db-4ed2-94d8-3e51ccb68bee"}],"id":"add959f8-abf1-4323-abe6-db023c994fe0","_postman_id":"add959f8-abf1-4323-abe6-db023c994fe0","description":""}],"id":"fe7d39bd-233a-4914-b835-68b187b2dcc7","_postman_id":"fe7d39bd-233a-4914-b835-68b187b2dcc7","description":""},{"name":"Asset","item":[{"name":"Sync","item":[{"name":"ind_cheque sync","id":"7bc585e5-084d-4fbf-8745-9b9c7eb48710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"micr_details\": \"true\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque","description":"<p>Extraction of details from image of an Indian cheque in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<p><br /></p><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>micr_details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"true\" \"false\". Pass this key with value \"true\" to get MICR cheque number &amp; MICR code</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table><p></p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.account_name</td>\n<td>String or null</td>\n<td>The name of the account</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.account_no</td>\n<td>String</td>\n<td>The account number</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.bank_address</td>\n<td>String</td>\n<td>The address of the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.bank_name</td>\n<td>String</td>\n<td>The name of the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The date of issue</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.ifsc_code</td>\n<td>String</td>\n<td>The IFSC code</td>\n<td>Must be a valid IFSC code</td>\n</tr>\n<tr>\n<td>extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Whether the document is scanned</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>extraction_output.micr_cheque_number</td>\n<td>String</td>\n<td>The MICR cheque number</td>\n<td>Only available if micr_details=true in request body</td>\n</tr>\n<tr>\n<td>extraction_output.micr_code</td>\n<td>String</td>\n<td>The MICR code</td>\n<td>Only available if micr_details=true in request body</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_cheque\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_cheque"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"344c799b-0103-4dd9-a81e-d65eecf55b68","name":"Success: ind_cheque","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"602"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:39:23 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T17:12:03+05:30\",\n    \"created_at\": \"2024-08-16T17:11:59+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"664a2aa8-3aac-468c-9073-383aba634d10\",\n    \"result\": {\n        \"extraction_output\": {\n            \"account_name\": null,\n            \"account_no\": \"XXXXX\",\n            \"bank_address\": \"XXXXXXXXXXXX\",\n            \"bank_name\": \"ICICI Bank\",\n            \"date_of_issue\": \"\",\n            \"ifsc_code\": \"ICIC0XXXXXX\",\n            \"is_scanned\": false,\n            \"micr_cheque_number\": \"XXXXXX\",\n            \"micr_code\": \"XXXXXXXXXXX\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_cheque\"\n}"},{"id":"4506d92f-b7aa-48a2-b8fa-1ea6e564ac08","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:26:14 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"314f627e-3078-4b48-9f48-b78092a3d3a1","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:26:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"17b74f0d-1d30-4c02-b05c-c658bf0f2c9d","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:27:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"4c5cbf39-0590-423b-ace3-889aff1eb835","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_cheque"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"339"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:08:13 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:38:13+05:30\",\n    \"created_at\": \"2022-11-04T14:38:13+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"1a9e0e28-45ae-4e52-92ad-e2daa94037f6\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_cheque\"\n}"}],"_postman_id":"7bc585e5-084d-4fbf-8745-9b9c7eb48710"},{"name":"ind_rc sync","id":"2bb5b079-5554-4b13-9347-68a0f4452d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\",\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc","description":"<p>Extraction of details from image of an Indian Registration Certificate (RC) in real-time.</p>\n<ul><li><div>Fetch vehicle details registered against an RC number&lt;\\li&gt;<br /></div></li><li><div>Find the name of the vehicle’s owner&lt;\\li&gt;<br /></div></li><li><div>Check class of vehicle&lt;\\li&gt;<br /></div></li><li><div>Verify registration date of the vehicle&lt;\\li&gt;<br /></div></li></ul>\n\n  \n<p>The API also provides the option to match the name of vehicle owner that has been captured in a use-case against the name of vehicle owner on the database  </p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The URL of the document image (RC front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The URL of the document image (RC back). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Address of owner as on RC document</td>\n</tr>\n<tr>\n<td>body</td>\n<td>string</td>\n<td>Body as on RC document</td>\n</tr>\n<tr>\n<td>chassis_number</td>\n<td>string</td>\n<td>Chassis number of registered vehicle</td>\n</tr>\n<tr>\n<td>class</td>\n<td>string</td>\n<td>Vehicle class of registered vehicle</td>\n</tr>\n<tr>\n<td>colour</td>\n<td>string</td>\n<td>Colour of registered vehicle</td>\n</tr>\n<tr>\n<td>cubic_capacity</td>\n<td>string</td>\n<td>Cubic capacity of vehicle</td>\n</tr>\n<tr>\n<td>document1_side</td>\n<td>string</td>\n<td>Document1 side</td>\n</tr>\n<tr>\n<td>document2_side</td>\n<td>string</td>\n<td>Docuemnt2 side</td>\n</tr>\n<tr>\n<td>engine_number</td>\n<td>string</td>\n<td>Engine number of registered vehicle</td>\n</tr>\n<tr>\n<td>fathers_name</td>\n<td>string</td>\n<td>Father's_name</td>\n</tr>\n<tr>\n<td>fuel</td>\n<td>string</td>\n<td>Fuel type of registered vehicle</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>string</td>\n<td>Manufacturer of registered vehicle</td>\n</tr>\n<tr>\n<td>manufacturing_date</td>\n<td>string</td>\n<td>Manufacturing date of registered vehicle</td>\n</tr>\n<tr>\n<td>model</td>\n<td>string</td>\n<td>Vehicle name</td>\n</tr>\n<tr>\n<td>owner_name</td>\n<td>string</td>\n<td>Owner's name</td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>string</td>\n<td>Registration date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>string</td>\n<td>Registration number of registered vehicle</td>\n</tr>\n<tr>\n<td>rto_district</td>\n<td>string</td>\n<td>RTO district where vehicle is registered</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State of RTO</td>\n</tr>\n<tr>\n<td>wheel_base</td>\n<td>string</td>\n<td>Wheel base</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","ind_rc"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"0356739a-672a-4b3b-9b05-f6c7cb17499a","name":"Success: ind_rc","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"725"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:35:25 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2021-08-05T15:05:25+05:30\",\n    \"created_at\": \"2021-08-05T15:05:21+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"9f116b81-2eaa-4b5e-a7a1-a675b0be3f09\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"HPA,IF SO\",\n            \"body\": \"SALOON\",\n            \"chassis_number\": \"1234123141234\",\n            \"class\": \"LMV\",\n            \"colour\": \"RED\",\n            \"cubic_capacity\": \"\",\n            \"document1_side\": \"BACK\",\n            \"document2_side\": null,\n            \"engine_number\": \"NUMBER\",\n            \"fathers_name\": \"JAY DOE\",\n            \"fuel\": \"PETROL\",\n            \"manufacturer\": \"ABC\",\n            \"manufacturing_date\": \"YYYY-MM-DD\",\n            \"model\": \"EON\",\n            \"owner_name\": \"THE REGISTERED\",\n            \"registration_date\": \"YYYY-MM-DD\",\n            \"registration_number\": \"123412341234\",\n            \"rto_district\": \"ABCDE\",\n            \"state\": \"KARNATAKA\",\n            \"wheel_base\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_rc\"\n}"},{"id":"0dabb5f5-2a93-4cb9-958e-bc8f94937494","name":"Err: Missing APi Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:57:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"808d7998-696e-4810-8d6f-a05896eec27d","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:57:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"cd83a3ba-46f7-4961-84b0-c1a7cc88799e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:58:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"edbd47f9-16a5-4dac-b022-a3d382c9fc6e","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"https://www.goodreturns.in/common_dynamic/images/social_share/aadhar.1584094751.jpg\",\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_rc"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"335"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:08:57 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-04T14:38:57+05:30\",\n    \"created_at\": \"2022-11-04T14:38:57+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"a68e74fb-38ec-4b4c-beb7-4ebdb487f2b4\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_rc\"\n}"}],"_postman_id":"2bb5b079-5554-4b13-9347-68a0f4452d1b"}],"id":"11864312-1be3-4688-8dcb-c82f34e1a893","_postman_id":"11864312-1be3-4688-8dcb-c82f34e1a893","description":""},{"name":"Async","item":[{"name":"Ind_rc_Async","item":[{"name":"ind_rc async","id":"48a8d90a-bcc9-4d17-9277-de1961e7ab4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\",\n      \"document2\": \"URL/BASE64\"\n  }\n} "},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_rc","description":"<p>Extraction of details from image of an Indian Registration Certificate (RC) in real-time.</p>\n<ul>\n<li>Fetch vehicle details registered against an RC number&lt;\\li&gt;\n</li><li>Find the name of the vehicle’s owner&lt;\\li&gt;\n</li><li>Check class of vehicle&lt;\\li&gt;\n</li><li>Verify registration date of the vehicle&lt;\\li&gt;\n</li></ul>\nThe API also provides the option to match the name of vehicle owner that has been captured in a use-case against the name of vehicle owner on the database\n\n<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n<td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  \n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>string</td>\n    <td>The URL of the document image (RC Front). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document2</td>\n    <td>string</td>\n    <td>The URL of the document image (RC Back). These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</td>\n    <td>No</td>\n  </tr>\n\n</table>\n\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_rc"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"fd872030-e5bf-47cc-8a21-2cd3a960c7d8","name":"Success: ind_rc","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\",\n      \"document2\": \"URL/BASE64\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_rc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"725"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:35:25 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"ec17ccbf-e918-42e2-8059-054e0963a390","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_rc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:59:08 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ac4609d8-cfb1-4fe7-bc97-8b9e89adad1a","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_rc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:59:37 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1357f580-87d0-453b-8147-fde5ee3cfb87","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"document1\": \"URL/BASE64\"\n      \"document2\": \"URL/BASE64\"\n  }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_rc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:00:07 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"48a8d90a-bcc9-4d17-9277-de1961e7ab4b"},{"name":"Get task","id":"d8b7f711-d496-47b8-b40e-3cc6c03844cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":""},{"key":"Content-Type","type":"text","value":""},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=ac6fb03d-687a-45cb-8ba4-d6e76c7a7e9a","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's PAN details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Address of owner as on RC document</td>\n</tr>\n<tr>\n<td>body</td>\n<td>string</td>\n<td>Body as on RC document</td>\n</tr>\n<tr>\n<td>chassis_number</td>\n<td>string</td>\n<td>Chassis number of registered vehicle</td>\n</tr>\n<tr>\n<td>class</td>\n<td>string</td>\n<td>Vehicle class of registered vehicle</td>\n</tr>\n<tr>\n<td>colour</td>\n<td>string</td>\n<td>Colour of registered vehicle</td>\n</tr>\n<tr>\n<td>cubic_capacity</td>\n<td>string</td>\n<td>Cubic capacity of vehicle</td>\n</tr>\n<tr>\n<td>document1_side</td>\n<td>string</td>\n<td>Document1 side</td>\n</tr>\n<tr>\n<td>document2_side</td>\n<td>string</td>\n<td>Docuemnt2 side</td>\n</tr>\n<tr>\n<td>engine_number</td>\n<td>string</td>\n<td>Engine number of registered vehicle</td>\n</tr>\n<tr>\n<td>fathers_name</td>\n<td>string</td>\n<td>Father's_name</td>\n</tr>\n<tr>\n<td>fuel</td>\n<td>string</td>\n<td>Fuel type of registered vehicle</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>string</td>\n<td>Manufacturer of registered vehicle</td>\n</tr>\n<tr>\n<td>manufacturing_date</td>\n<td>string</td>\n<td>Manufacturing date of registered vehicle</td>\n</tr>\n<tr>\n<td>model</td>\n<td>string</td>\n<td>Vehicle name</td>\n</tr>\n<tr>\n<td>owner_name</td>\n<td>string</td>\n<td>Owner's name</td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>string</td>\n<td>Registration date (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>string</td>\n<td>Registration number of registered vehicle</td>\n</tr>\n<tr>\n<td>rto_district</td>\n<td>string</td>\n<td>RTO district where vehicle is registered</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State of RTO</td>\n</tr>\n<tr>\n<td>wheel_base</td>\n<td>string</td>\n<td>Wheel base</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"ac6fb03d-687a-45cb-8ba4-d6e76c7a7e9a"}],"variable":[]}},"response":[{"id":"7a6c04b1-e602-4c92-a151-6ff1b4077e27","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=dc9b852c-bfaa-46da-afda-f484f1e28d54","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"dc9b852c-bfaa-46da-afda-f484f1e28d54"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"755"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:02:57 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n  \"action\": \"extract\",\n  \"completed_at\": \"2021-08-05T15:05:25+05:30\",\n  \"created_at\": \"2021-08-05T15:05:21+05:30\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"request_id\": \"9f116b81-2eaa-4b5e-a7a1-a675b0be3f09\",\n  \"result\": {\n    \"extraction_output\": {\n      \"address\": \"HPA,IF SO\",\n      \"body\": \"SALOON\",\n      \"chassis_number\": \"1234123141234\",\n      \"class\": \"LMV\",\n      \"colour\": \"RED\",\n      \"cubic_capacity\": \"\",\n      \"document1_side\": \"BACK\",\n      \"document2_side\": null,\n      \"engine_number\": \"NUMBER\",\n      \"fathers_name\": \"JAY DOE\",\n      \"fuel\": \"PETROL\",\n      \"manufacturer\": \"ABC\",\n      \"manufacturing_date\": \"YYYY-MM-DD\",\n      \"model\": \"EON\",\n      \"owner_name\": \"THE REGISTERED\",\n      \"registration_date\": \"YYYY-MM-DD\",\n      \"registration_number\": \"123412341234\",\n      \"rto_district\": \"ABCDE\",\n      \"state\": \"KARNATAKA\",\n      \"wheel_base\": \"\"\n    }\n  },\n  \"status\": \"completed\",\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"type\": \"ind_rc\"\n}"},{"id":"0bc3e32c-9397-4970-be44-8acff7b6fb78","name":"Success: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ac6fb03d-687a-45cb-8ba4-d6e76c7a7e9a","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ac6fb03d-687a-45cb-8ba4-d6e76c7a7e9a"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"337"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:10:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-04T14:40:07+05:30\",\n        \"created_at\": \"2022-11-04T14:40:06+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"ac6fb03d-687a-45cb-8ba4-d6e76c7a7e9a\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc\"\n    }\n]"},{"id":"f2173ff2-1702-4819-945a-6bd46c36174d","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"01e615f4-c5c9-49a2-948a-1b15a285fdc1","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d6d37f2b-2892-4cba-8fa4-c08bf7c5f79f","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"d8b7f711-d496-47b8-b40e-3cc6c03844cb"}],"id":"5ac53c63-bc72-4c8e-9a52-2d2d29c2e9eb","_postman_id":"5ac53c63-bc72-4c8e-9a52-2d2d29c2e9eb","description":""},{"name":"IND _Cheque Async","item":[{"name":"ind_cheque async","id":"a87a42ec-eaa6-4c0f-877a-b8bc1b97ceeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"micr_details\": true // optional key\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_cheque","description":"<p>Extraction of details from image of an Indian cheque in real-time. You can additionally send more details in the request to perform a name match with the extracted fields.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>micr_details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Enum: \"true\" \"false\". Pass this key with value \"true\" to get MICR cheque number &amp; MICR code</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","ind_cheque"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"035cb1a6-bdcd-48b7-a91c-87a6d04f7529","name":"Success: ind_cheque","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"URL / BASE64\",\n        \"micr_details\": true // optional key\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_cheque"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"602"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:39:23 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"0907990c-5f5e-4556-936a-a8c98e6c83e0","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://repository-images.githubusercontent.com/273438480/c3235400-c851-11ea-9011-4c77828502cf\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_cheque"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:31:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"5cf84e7f-509d-4810-80c3-4d40ba01ab2a","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://repository-images.githubusercontent.com/273438480/c3235400-c851-11ea-9011-4c77828502cf\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_cheque"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:35:01 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"068185c7-1c98-41dd-b531-e5fde5d2025a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n    \t\"document1\": \"https://repository-images.githubusercontent.com/273438480/c3235400-c851-11ea-9011-4c77828502cf\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/extract/ind_cheque"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:35:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"a87a42ec-eaa6-4c0f-877a-b8bc1b97ceeb"},{"name":"Get task","id":"5108ebeb-38fc-4e84-8155-1990517d6ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's PAN details in the response body.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td>Must be a valid date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>extraction_output.account_name</td>\n<td>String or null</td>\n<td>The name of the account</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.account_no</td>\n<td>String</td>\n<td>The account number</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.bank_address</td>\n<td>String</td>\n<td>The address of the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.bank_name</td>\n<td>String</td>\n<td>The name of the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The date of issue</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.ifsc_code</td>\n<td>String</td>\n<td>The IFSC code</td>\n<td>Must be a valid IFSC code</td>\n</tr>\n<tr>\n<td>extraction_output.is_scanned</td>\n<td>Boolean</td>\n<td>Whether the document is scanned</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>extraction_output.micr_cheque_number</td>\n<td>String</td>\n<td>The MICR cheque number</td>\n<td>Only available if micr_details=true in request body</td>\n</tr>\n<tr>\n<td>extraction_output.micr_code</td>\n<td>String</td>\n<td>The MICR code</td>\n<td>Only available if micr_details=true in request body</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>\"Completed\", or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"ind_cheque\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a3deb003-744f-435c-846e-b882eb24770a","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=c36d867b-588d-4d5e-8e58-dd465fd35205","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"c36d867b-588d-4d5e-8e58-dd465fd35205"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:13:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-04T14:42:39+05:30\",\n        \"created_at\": \"2022-11-04T14:42:39+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"c36d867b-588d-4d5e-8e58-dd465fd35205\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_cheque\"\n    }\n]"},{"id":"459376b2-62bb-4be1-ab71-b8a3163b3317","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=c36d867b-588d-4d5e-8e58-dd465fd35205","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"c36d867b-588d-4d5e-8e58-dd465fd35205"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 04 Nov 2022 09:13:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T17:12:03+05:30\",\n    \"created_at\": \"2024-08-16T17:11:59+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"664a2aa8-3aac-468c-9073-383aba634d10\",\n    \"result\": {\n        \"extraction_output\": {\n            \"account_name\": null,\n            \"account_no\": \"XXXXX\",\n            \"bank_address\": \"XXXXXXXXXXXX\",\n            \"bank_name\": \"ICICI Bank\",\n            \"date_of_issue\": \"\",\n            \"ifsc_code\": \"ICIC0XXXXXX\",\n            \"is_scanned\": false,\n            \"micr_cheque_number\": \"XXXXXX\",\n            \"micr_code\": \"XXXXXXXXXXX\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_cheque\"\n}"},{"id":"c7a3ea57-8e66-472b-be34-8ba01396f73c","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=dab39cc3-8c2c-4eb5-b8f2-32e427b6f3f7","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"dab39cc3-8c2c-4eb5-b8f2-32e427b6f3f7"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"341"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:31:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-10-31T10:00:35+05:30\",\n        \"created_at\": \"2022-10-31T10:00:33+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"dab39cc3-8c2c-4eb5-b8f2-32e427b6f3f7\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_cheque\"\n    }\n]"},{"id":"1298ee5a-8ac3-4192-b46e-52d760278c13","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"2cd2a5d5-6f48-4a67-9e59-27161616ca13","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"82138298-cb05-4b3b-b873-85b4bdd5438a","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"5108ebeb-38fc-4e84-8155-1990517d6ccf"}],"id":"6488ea13-2896-46a5-ab11-73865bc3806e","_postman_id":"6488ea13-2896-46a5-ab11-73865bc3806e","description":""}],"id":"3633151b-e8a7-4dc8-b362-cbf4467535a1","_postman_id":"3633151b-e8a7-4dc8-b362-cbf4467535a1","description":""}],"id":"f478c7ba-9b10-4e1c-9d96-a475636d0b90","_postman_id":"f478c7ba-9b10-4e1c-9d96-a475636d0b90","description":""}],"id":"75dd7d12-a061-469c-81f9-8b3f6a9b3298","description":"<p>This section specifically contains Indian documents.</p>\n","_postman_id":"75dd7d12-a061-469c-81f9-8b3f6a9b3298"},{"name":"Philippines","item":[{"name":"Async","item":[{"name":"phl_voter async","item":[{"name":"phl_voter async","id":"5b94946e-eb80-4642-ad62-25b1885c0715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"<Document url>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_voter","description":"<p>Extracts data from Philippines Voter ID:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of voter ID. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_voter"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1b773567-e582-4d1a-9970-9b40fbc22c09","name":"Success: phl_voter async","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_voter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"dbeaac61-5ca2-40f8-804f-73977e983448","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_voter"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4d402819-5088-4767-8b64-4695eab0aecf","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_voter"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"79cd7bb1-dd3f-447d-ae47-1d4896c1b6ad","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_voter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"5b94946e-eb80-4642-ad62-25b1885c0715"},{"name":"Get task","id":"6c925424-a3c5-455a-a792-13a045a5e010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Address extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>citizenship</td>\n<td>String</td>\n<td>Citizenship extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>civil_status</td>\n<td>String</td>\n<td>Civil status extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>ID number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>precinct_number</td>\n<td>String</td>\n<td>Precinct number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_voter”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ec4d1ed0-f747-4517-9642-d1d3217516b5","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T17:35:46+05:30\",\n    \"created_at\": \"2024-09-09T17:35:42+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"5255b93a-ef7c-49d9-8a42-db8d43d69355\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"PUROK 1A , KAURAN\",\n            \"citizenship\": \"Filipino\",\n            \"civil_status\": \"Single\",\n            \"date_of_birth\": \"1991-11-22\",\n            \"id_number\": \"3801-0019A-K2291FLD20000\",\n            \"name_on_card\": \"DORONIO FAITH LEGASPI\",\n            \"precinct_number\": \"0019A\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n    }\n]"},{"id":"660a8ccf-05a8-40ad-b454-5a0cdd1b7a8a","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"5be83e2f-d764-4730-af17-fe77f7693b00","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9d84984c-de2c-47fe-b5cf-eca2d875a67c","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"df0e0c1e-0ead-41a7-a340-34caf1b50b70","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n    }\n]"},{"id":"21942ddd-68e7-4ff9-9127-706c3845efdf","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n    }\n]"}],"_postman_id":"6c925424-a3c5-455a-a792-13a045a5e010"}],"id":"4c66ffed-11ea-42ee-9d2e-649d6849edd2","_postman_id":"4c66ffed-11ea-42ee-9d2e-649d6849edd2","description":""},{"name":"phl_driving_license async","item":[{"name":"phl_driving_license async","id":"9fbc26a6-f797-41ee-9771-fd4183bbb3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_driving_license","description":"<p>Extraction of details from Philippines driving license in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<p><br /></p><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table><p></p>\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b1d48aa9-7ff8-4a87-b867-4976619bfc6d","name":"Success: phl_driving_license async","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"524"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"9be4d2d5-7874-4937-aa80-7cad0af771ae","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"55e372b1-1ec4-4a10-bb50-6e750002217f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"da050f88-9de2-4278-ab57-e63ce9cb0387","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"9fbc26a6-f797-41ee-9771-fd4183bbb3f1"},{"name":"Get task","id":"364cc2fe-1a61-473d-b1ac-71ae14110c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.expiration_date</td>\n<td>String</td>\n<td>Expiry date of the driving license</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.serial_number</td>\n<td>String</td>\n<td>Serial number of the driving license</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_driving_license”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"fe187066-4032-4566-9a79-52ae9ab61d9e","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T15:56:28+05:30\",\n    \"created_at\": \"2024-09-10T15:56:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"97fc0a76-df79-420c-90df-f81753350ad5\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"date_of_birth\": \"1969-11-03\",\n            \"expiration_date\": \"2028-11-03\",\n            \"gender\": \"F\",\n            \"id_number\": \"<id number on card>\",\n            \"name_on_card\": \"PAREDES,MA,AVE FIGURACION\",\n            \"serial_number\": \"<serial number on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"b1918e31-4d9b-4011-9b9a-6f1b23024e2f","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"37b7f576-00d4-4897-9b51-f8fa6c511a91","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"eadf3b16-0e78-4a7c-bfda-2381b41f251d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3e5cfb16-4ebf-4a50-a865-023b7c985bdd","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"c2e907eb-642d-4996-9bf5-1b8ccb71e5ed","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_driving_license\"\n    }\n]"}],"_postman_id":"364cc2fe-1a61-473d-b1ac-71ae14110c03"}],"id":"d929ba80-b012-47c5-a6c1-97888c67f39d","_postman_id":"d929ba80-b012-47c5-a6c1-97888c67f39d","description":""},{"name":"phl_sss async","item":[{"name":"phl_sss async","id":"66089306-222b-4374-8ce2-27baac6347f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_sss","description":"<p>Extracts data from Philippines - SSS (Social Security System):</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of SS Card. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_sss"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a0bc02b7-7967-4346-a057-28eb114c08c7","name":"Success: phl_sss","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_sss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"519"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:07 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"b17de4c7-9927-469b-b2b6-5e836e6662fb","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_sss"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5272c8ec-d08d-4f2a-ad61-50dc7b02057d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_sss"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"5d6c43ad-2e8f-462b-aa9f-5189e3a838e2","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_sss"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"66089306-222b-4374-8ce2-27baac6347f8"},{"name":"Get task","id":"e91deabc-a8b5-4e62-b7fc-db269d3b1ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>ID number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Middle name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_sss”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"d50b87d5-b426-491d-a46f-5234f2986927","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T17:07:17+05:30\",\n    \"created_at\": \"2024-09-09T17:07:14+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"684d9a02-a161-420c-a4d9-51cbeeb25085\",\n    \"result\": {\n        \"extraction_output\": {\n            \"date_of_birth\": \"<date_of_birth_on_card>\",\n            \"first_name\": \"RODANTE\",\n            \"id_number\": \"33-8740383-5\",\n            \"last_name\": \"AQUINO\",\n            \"middle_name\": \"PARADERO\",\n            \"name_on_card\": \"RODANTE PARADERO AQUINO\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n    }\n]"},{"id":"83a169e5-72d2-4365-b959-576b77b0d7a5","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"c5233978-e741-4f4e-9c84-65032cb56f0b","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a1155f0a-24c2-42e2-a4dc-b7011d7bec29","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b422e482-639a-4ab8-a3c3-996b6296f917","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n    }\n]"},{"id":"72e79a52-d32e-4671-aaba-93244bb93bd3","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n    }\n]"}],"_postman_id":"e91deabc-a8b5-4e62-b7fc-db269d3b1ebd"}],"id":"4bad9e1b-2594-4d30-8d94-61da7216c349","_postman_id":"4bad9e1b-2594-4d30-8d94-61da7216c349","description":""},{"name":"phl_tin async","item":[{"name":"phl_tin async","id":"0b4dab41-46a0-46b4-bafb-144659022493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p>Extracts data from Philippines - TIN:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of TIN. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"71950654-0566-4570-9562-2918a7d5d7c4","name":"Success: phl_tin","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"499"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"38ca2bbf-d581-4f20-99b2-a15e59994975","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"a12f6037-b7b7-4ab5-8190-44b4d670250f","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cb4c608f-57d5-49cd-8e34-b18cc9dc81b3","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123123"},{"key":"api-key","value":"123123"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"0b4dab41-46a0-46b4-bafb-144659022493"},{"name":"Get task","id":"c5c3c15e-976a-4610-ae89-4825526ff226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Address extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_issue</td>\n<td>String</td>\n<td>Date of issue extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>TIN number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_tin”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"bbbeef00-cf74-4187-8378-96333097ac98","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-12-03T12:16:04+05:30\",\n    \"created_at\": \"2024-12-03T12:15:21+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"dd917820-9f8b-4d28-a223-d26878090835\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"28 Payapa St. Bagong Diwa Sto. Cristobal, Caloocan City\",\n            \"date_of_birth\": \"1994-09-04\",\n            \"date_of_issue\": \"2017-10-02\",\n            \"id_number\": \"123-456-789-000\",\n            \"name_on_card\": \"Mia Dela Cruz\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}\n]"},{"id":"0fccb965-95a5-47d9-b12a-b8339b79bf7f","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2165d8e3-e9b9-40a1-aa80-8716d19008bf","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0ee47c61-0958-4bb3-9118-af8dc398cd18","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2bc35469-50cd-4170-bd8a-5c4743cc7b6a","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"},{"id":"5c9dc865-9683-4515-8956-976bac6aafa4","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"}],"_postman_id":"c5c3c15e-976a-4610-ae89-4825526ff226"}],"id":"eab7ec94-53c3-40a5-8dbe-55ed7ed784ae","_postman_id":"eab7ec94-53c3-40a5-8dbe-55ed7ed784ae","description":""},{"name":"phl_passport async","item":[{"name":"phl_passport async","id":"b83dc32d-7415-4786-91ed-657a9affb4bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_passport","description":"<p>Extracts data from Philippines - Passport:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9721e488-6c21-4d9a-95f9-b1c527324fed","name":"phl_passport","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"a0489e85-63f0-47ee-bc42-871e84f1b9bc","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"ed306b2f-6050-45ab-9da2-c970f27e96e5","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ba411bb6-f4b3-4be2-a097-2f02b0a71425","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"b83dc32d-7415-4786-91ed-657a9affb4bf"},{"name":"Get task","id":"5313f4df-1310-4ab3-b33d-8083d20b07a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.country_code</td>\n<td>String</td>\n<td>Country code on the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>Expiry date of the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Issue date of the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual (e.g., M, F)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>Given name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Passport identification number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mrz_line1</td>\n<td>String</td>\n<td>First line of the MRZ (Machine Readable Zone)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mrz_line2</td>\n<td>String</td>\n<td>Second line of the MRZ</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>Nationality of the passport holder</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_issue</td>\n<td>String</td>\n<td>Place where the passport was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>Surname of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>value: “phl_passport”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"039560af-c2d9-44a6-9875-a24ce002e1a8","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T16:05:03+05:30\",\n    \"created_at\": \"2024-09-09T16:04:58+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"43f95b57-6289-4b48-9d2a-60affd365449\",\n    \"result\": {\n        \"extraction_output\": {\n            \"country_code\": \"PHL\",\n            \"date_of_birth\": \"1980-03-16\",\n            \"date_of_expiry\": \"2021-06-26\",\n            \"date_of_issue\": \"2016-06-27\",\n            \"gender\": \"F\",\n            \"given_name\": \"MARIA\",\n            \"id_number\": \"P0000000A\",\n            \"middle_name\": \"SANTOS\",\n            \"mrz_line1\": \"P<PHLDELA<CRUZ<<MARIA<<<<<<<<<<<<<<<<<<<<<<<\",\n            \"mrz_line2\": \"P0000000A0PHL8003166F2106269<<<<<<<<<<<<<<02\",\n            \"name_on_card\": \"MARIA SANTOS DELA CRUZ\",\n            \"nationality\": \"FILIPINO\",\n            \"place_of_birth\": \"MANILA\",\n            \"place_of_issue\": \"DFA MANILA\",\n            \"surname\": \"DELA CRUZ\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n    }\n]"},{"id":"8cd42e5a-6344-4f43-a910-4851fb39115b","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"95202d81-53eb-4e2e-b45f-ed5bb8c2d385","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5b6351d7-8ab5-4d15-8d4d-d71dd3350699","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"83d6210e-1d36-419b-a4be-abc34a42fcab","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n    }\n]"},{"id":"3f53e9dc-8da7-4f16-a80b-7968b3a5f627","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n    }\n]"}],"_postman_id":"5313f4df-1310-4ab3-b33d-8083d20b07a0"}],"id":"ce55eda0-6728-4c0e-870e-7958c71a474a","_postman_id":"ce55eda0-6728-4c0e-870e-7958c71a474a","description":""},{"name":"phl_umid async","item":[{"name":"phl_umid async","id":"a9e4e90e-bbdb-428a-96c2-2e8dfb433165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_umid","description":"<p>Extracts data from Philippines - UMID:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_umid"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"91a0ce7a-1bde-40e7-b101-dfc00415c460","name":"Success: phl_umid","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_umid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"3bcc9ec1-b2b8-4c1e-809e-02bb12b8a7c2","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_umid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"4e924af8-0bab-4cf0-a4cd-092fb94d7cd8","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_umid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5b8600c9-d483-4256-adec-e7ae86ad4930","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_umid"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"a9e4e90e-bbdb-428a-96c2-2e8dfb433165"},{"name":"Get task","id":"9cf71c8b-070d-41aa-af32-edaa3768277f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>Given name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>Surname of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_umid”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a1985050-a406-46e5-a4ad-ea5c5f115457","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T16:11:52+05:30\",\n    \"created_at\": \"2024-09-10T16:11:49+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"43ab15c9-93f3-4f67-b2e7-4a8b8ab12826\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"28 PAYAPA ST BAGONG DIWA STOCRISTOBAL CALOOCAN CITY METROMANILA PHILIPPINES 1800\",\n            \"date_of_birth\": \"1960-01-28\",\n            \"gender\": \"M\",\n            \"given_name\": \"JOSE\",\n            \"id_number\": \"0028-1215160-9\",\n            \"middle_name\": \"CRUZ\",\n            \"name_on_card\": \"JOSE CRUZ SANTOS\",\n            \"surname\": \"SANTOS\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n    }\n]"},{"id":"297007f6-200e-464f-bdef-4d01f020ebf5","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"67dd5c62-6967-4e8e-8b2d-97fa15a60cfe","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d5831dbc-564b-4ca0-acc0-36da48707915","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"96a0d906-e366-4b00-a2c3-02e5e5b186cc","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n    }\n]"},{"id":"c4b77b7b-95ee-4e0a-a119-c90bafe95ef5","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n    }\n]"}],"_postman_id":"9cf71c8b-070d-41aa-af32-edaa3768277f"}],"id":"9855c8f8-7dae-4e7e-a42d-521e4743cc51","_postman_id":"9855c8f8-7dae-4e7e-a42d-521e4743cc51","description":""},{"name":"phl_philsys async","item":[{"name":"phl_philsys async","id":"f058ab18-52f3-4117-a3f7-866baac8cf3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/phl_philsys","description":"<p>Extracts data from Philippines - Philsys:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_philsys"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9289be48-ecd3-4797-82ec-5f10a90875f8","name":"Success: phl_philsys","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\",\n        \"document2\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/phl_philsys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"da03072a-c121-42a0-a023-27b3cf8cff98","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/phl_philsys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"3e6614e7-38d1-4423-94d1-243ea25de489","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/phl_philsys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2bf5265f-389e-4704-bc46-b16892fe1cab","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/phl_philsys"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"f058ab18-52f3-4117-a3f7-866baac8cf3d"},{"name":"Get task","id":"3e68583d-cd73-4dbc-8329-f1970caa4ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.blood_type</td>\n<td>String</td>\n<td>Blood type as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Issue date of the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_names</td>\n<td>String</td>\n<td>Given names of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Identity number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>Last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.marital_status</td>\n<td>String</td>\n<td>Marital status as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_philsys”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"51d67ced-3e5b-4960-b914-965949f25b1b","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T11:12:56+05:30\",\n    \"created_at\": \"2024-09-10T11:12:54+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"456041f1-a64c-425a-abd9-9dbacb672e71\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card\",\n            \"blood_type\": \"<blood type on card>\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"date_of_issue\": \"<date of issue on card>\",\n            \"gender\": \"<gender on card>\",\n            \"given_names\": \"<given names on card>\",\n            \"id_number\": \"<identity number on card>\",\n            \"last_name\": \"<last name on card>\",\n            \"marital_status\": \"<marital status on card>\",\n            \"middle_name\": \"<middle name on card>\",\n            \"name_on_card\": \"<name on card>\",\n            \"place_of_birth\": \"<place of birth on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n    }\n]"},{"id":"0b4ba534-697f-4cd2-94a1-61b65350df9a","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"dce52d2c-b621-4d6b-bc87-0ae83e5ea5d5","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d93d4d78-4ec5-447b-9619-ac41e04b782b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"757d3ac3-5e85-4e6c-aabf-d0fd521713f8","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n    }\n]"},{"id":"590dbe5a-19c2-4ca8-b899-f0a5ca197bd9","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n    }\n]"}],"_postman_id":"3e68583d-cd73-4dbc-8329-f1970caa4ccd"}],"id":"cfce37b7-53b4-4eb1-a773-4264c903d750","_postman_id":"cfce37b7-53b4-4eb1-a773-4264c903d750","description":""},{"name":"phl_prc async","item":[{"name":"phl_prc async","id":"66fda0e0-8094-4f9a-8f62-fef81f4e4d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_prc","description":"<p>Extracts the following data from Philippines - PRC:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_prc"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"5fdde1c4-9aaa-4ee0-9b33-3c2e171dc71a","name":"Success: phl_prc","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_prc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"779bec37-3faa-40ec-a367-2674ad83cc69","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_prc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"3c5de99d-bfc7-4508-8103-a307e9127184","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_prc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"410ca9ac-a463-495a-aa1e-f71f3706b867","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_prc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"66fda0e0-8094-4f9a-8f62-fef81f4e4d98"},{"name":"Get task","id":"e01e07a5-41c4-47d4-bead-d4251571f23c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Middle name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>profession</td>\n<td>String</td>\n<td>Profession as listed on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>String</td>\n<td>Date of registration as listed on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>Registration number extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>String</td>\n<td>Serial number extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>valid_until</td>\n<td>String</td>\n<td>Expiration date of the document</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_prc”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"d0dabc85-7d1b-44a5-8b70-9f467faa94b5","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T18:03:26+05:30\",\n    \"created_at\": \"2024-09-09T18:03:24+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"75b9e92c-f946-46e9-827a-445d7335beff\",\n    \"result\": {\n        \"extraction_output\": {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"middle_name\": \"\",\n            \"name_on_card\": \"\",\n            \"profession\": \"\",\n            \"registration_date\": \"\",\n            \"registration_number\": \"\",\n            \"serial_number\": \"\",\n            \"valid_until\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n    }\n]"},{"id":"810795ea-644d-4060-b08c-55913c5acea9","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"26c9de8d-b684-4d9b-9b16-d6d86676594d","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"490e7485-a5d1-4fb0-8a32-2e1c97e547bb","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a07a46cc-7716-4aa3-8205-5faabe7ed5dc","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n    }\n]"},{"id":"101400b8-1fda-4e80-9c6f-e20b27456abc","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n    }\n]"}],"_postman_id":"e01e07a5-41c4-47d4-bead-d4251571f23c"}],"id":"f76bcf92-f5c6-4d97-bf0c-5b1758d6bbcc","_postman_id":"f76bcf92-f5c6-4d97-bf0c-5b1758d6bbcc","description":""},{"name":"phl_philhealth async","item":[{"name":"phl_philhealth async","id":"45ece761-c294-45b4-936f-91c7d04635c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth","description":"<p>Extracts data from Philippines - Philhealth:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_philhealth"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"6cc32247-0f9d-4a9b-bd95-fc55f667edfd","name":"Success: phl_philhealth","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"de7566b9-3b6b-4ee8-8390-37d6f6029347","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philhealth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"cbc03ece-111f-4935-ae6b-d171300fa8b2","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philhealth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f5a3528d-77ef-469a-a7f8-ea6e6d875a31","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philhealth"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"45ece761-c294-45b4-936f-91c7d04635c9"},{"name":"Get task","id":"f09cb266-1d88-4d75-887c-32053b9aadc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.philhealth_no</td>\n<td>String</td>\n<td>PhilHealth number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_philhealth”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"6e4a1aae-4f32-4386-b278-f8eb34c18324","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T16:32:02+05:30\",\n    \"created_at\": \"2024-09-10T16:32:00+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"e2c06bf3-adeb-4a42-926a-a647acbee29f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"date_of_birth\": \"<date of birth>\",\n            \"gender\": \"<gender>\",\n            \"name\": \"DELA CRUZ JOHN VINCENT\",\n            \"philhealth_no\": \"02-250001863-5\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n    }\n]"},{"id":"a1c63c80-5239-4dd7-9602-fd6c1fb05e81","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"00b5fb94-774f-405d-b2de-9fc8ba290a67","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1465e7d1-870b-482e-921a-f4e671f63b60","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8a34dce4-0728-4b6c-8fa0-85d58a8a68e5","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n    }\n]"},{"id":"bc4547b2-df00-4cbe-be55-6cb37919496a","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n    }\n]"}],"_postman_id":"f09cb266-1d88-4d75-887c-32053b9aadc9"}],"id":"d22140a8-830f-48ec-a0d0-484a4b145297","_postman_id":"d22140a8-830f-48ec-a0d0-484a4b145297","description":""},{"name":"phl_nbi async","item":[{"name":"phl_nbi async","id":"09cc5c84-bcca-4c92-b774-8abb71d65b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi","description":"<p>Extracts data from Philippines - NBI:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_nbi"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"51f85941-ee52-4c58-8c44-1347ee56eab4","name":"Success: phl_nbi","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"58959234-3f2c-4f2e-af79-2f1358d4220e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_nbi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"cf60f60a-4230-4203-b3b7-42fa35e122b1","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_nbi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0c97ca94-c3e2-421f-8aac-580229838448","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_nbi"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"09cc5c84-bcca-4c92-b774-8abb71d65b54"},{"name":"Get task","id":"0484360c-c5af-4cbd-941b-7bafad103509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.citizenship</td>\n<td>String</td>\n<td>Citizenship of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.civil_status</td>\n<td>String</td>\n<td>Civil status of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.family_name</td>\n<td>String</td>\n<td>Family name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>First name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.husbands_surname</td>\n<td>String</td>\n<td>Husband's surname as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.purpose</td>\n<td>String</td>\n<td>Purpose as mentioned on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.remarks</td>\n<td>String</td>\n<td>Remarks as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.valid_until</td>\n<td>String</td>\n<td>Validity date of the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_nbi“</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"b97fdc48-42e9-4bfd-aa3e-eabb9c12d40a","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T17:16:00+05:30\",\n    \"created_at\": \"2024-09-10T17:15:58+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1f2bacba-fc09-4a8b-97cc-8fc47e9d4825\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"citizenship\": \"<citizenship on card>\",\n            \"civil_status\": \"<civil status on card>\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"family_name\": \"<family name on card>\",\n            \"first_name\": \"<first name on card>\",\n            \"gender\": \"<gender on card>\",\n            \"husbands_surname\": \"<husband's surname on card>\",\n            \"id_number\": \"<id number on card>\",\n            \"middle_name\": \"<middle name on card>\",\n            \"name_on_card\": \"<name on card>\",\n            \"place_of_birth\": \"<place of birth on card>\",\n            \"purpose\": \"<purpose on card>\",\n            \"remarks\": \"<remarks on card>\",\n            \"valid_until\": \"<validity date on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n    }\n]"},{"id":"e979e934-960c-4bbc-a438-f297a234ed34","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"7889eeb9-8c8f-425c-9e99-d9e5b38bd7d9","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"621d7ed2-629c-4201-b850-4736abc3af81","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"9f3242ce-c311-4c2b-aca5-3530b3f95f4b","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n    }\n]"},{"id":"bc803279-3898-4f03-9ea4-78362c359663","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n    }\n]"}],"_postman_id":"0484360c-c5af-4cbd-941b-7bafad103509"}],"id":"34a76e27-1d7e-4941-a476-adc7db0a8095","_postman_id":"34a76e27-1d7e-4941-a476-adc7db0a8095","description":""},{"name":"phl_philpost async","item":[{"name":"phl_philpost async","id":"ba4fd494-9fbd-43bf-b45b-614932638bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philpost","description":"<p>Extracts data from Philippines - Philpost:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","phl_philpost"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"23ba52ca-3ddf-4340-b10d-22bc962de121","name":"Success: phl_philpost","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philpost"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"4b2a9aff-3502-4deb-92e5-71708c10b7de","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philpost"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b68c83b5-24d4-43f1-b2f2-198a44774318","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philpost"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"43d3c75d-5f3a-45dd-943a-2211a9dd13b2","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/phl_philpost"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"ba4fd494-9fbd-43bf-b45b-614932638bf0"},{"name":"Get task","id":"bed05bce-c1c6-4f58-be8e-579780767ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>First name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.issuing_post_office</td>\n<td>String</td>\n<td>Post office that issued the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>Last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>Nationality of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.philpost_no</td>\n<td>String</td>\n<td>PhilPost number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.suffix</td>\n<td>String</td>\n<td>Suffix as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.valid_until</td>\n<td>String</td>\n<td>Expiry date of the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed (e.g., phl_philpost)</td>\n<td>Value: “phl_philpost”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"7d7cf7f0-60e0-46bf-8372-0a6927b41038","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T11:55:55+05:30\",\n    \"created_at\": \"2024-09-10T11:55:47+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"931b64d0-dd15-4b73-888b-e9eab9a89312\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"5B5 GEN.TUAZON BLVD BRGY-RIVERA 1742 PASAY CITY\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"first_name\": \"JUANA REYES\",\n            \"issuing_post_office\": \"MNL.QE\",\n            \"last_name\": \"CRUZ\",\n            \"middle_name\": \"DELA\",\n            \"name_on_card\": \"JUANA REYES DELA CRUZ\",\n            \"nationality\": \"PHL\",\n            \"philpost_no\": \"<philpost number on card>\",\n            \"suffix\": \"<suffix as on card>\",\n            \"valid_until\": \"2024-12-01\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n    }\n]"},{"id":"c9086122-67eb-40ec-9caf-fc82c223b35f","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"af9943a5-1507-4caa-a945-218c9c3f82a8","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0305ae3b-dc23-4b94-a8ef-8b8a1744028d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a08f65e9-e7a3-472f-b5eb-ca316e30a909","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n    }\n]"},{"id":"da8d18b2-f6ed-4815-b918-15379c845b4e","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n    }\n]"}],"_postman_id":"bed05bce-c1c6-4f58-be8e-579780767ad9"}],"id":"3e593d3c-3030-4bdd-9562-c7b141ac1485","_postman_id":"3e593d3c-3030-4bdd-9562-c7b141ac1485","description":""},{"name":"phl_dti async","item":[{"name":"phl_dti async","id":"b4dd5dba-2182-4b14-b4f6-f80d8747d69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p>Extracts data from Philippines - DTI:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.doc_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>must be: \"phl_dti\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"fd3e5a63-86fe-48e1-b1ba-5449381e46a0","name":"Success: phl_dti","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"5dcd6e09-9df0-4776-9388-0c5da839c41d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"267da5f6-e204-42d3-91f7-3d45d90a8892","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"41823218-fac3-4730-991e-f7cd9018ed3f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"b4dd5dba-2182-4b14-b4f6-f80d8747d69d"},{"name":"Get task","id":"92490d7c-4b16-48b1-8b60-428d5904da75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The details extracted from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_name</td>\n<td>String</td>\n<td>The name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_owner_address</td>\n<td>String</td>\n<td>The address of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_owner_name</td>\n<td>String</td>\n<td>The name of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>The expiry date of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The issue date of the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0c5198eb-b076-44f8-9ddb-15659d4c25e4","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-18T17:07:10+05:30\",\n    \"created_at\": \"2024-09-18T17:07:07+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"dad6b739-e9fb-4cf8-83a1-523c43435460\",\n    \"result\": {\n        \"extraction_output\": {\n            \"business_name\": \"\",\n            \"business_owner_address\": \"\",\n            \"business_owner_name\": \"\",\n            \"date_of_expiry\": \"\",\n            \"date_of_issue\": \"\",\n            \"id_number\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"},{"id":"f72aac2f-d052-4195-9eac-3d506e173449","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"83570ac5-3014-4bea-9c97-4b1c1bec4ce5","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"00c3c02d-047e-4b95-a79d-5429ba8c3a02","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"70c4f1bb-3060-4ca4-b3ed-db695835a7c4","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"},{"id":"a4c84f3d-c8a3-4316-9c36-fa6fcc0c6c45","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"}],"_postman_id":"92490d7c-4b16-48b1-8b60-428d5904da75"}],"id":"058ca608-7fbe-40fe-81e5-88f0fee8b171","_postman_id":"058ca608-7fbe-40fe-81e5-88f0fee8b171","description":""},{"name":"phl_bir async","item":[{"name":"phl_bir async","id":"1de25e57-2b5f-4c6b-a9c2-085a9a4cc0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p>Extracts data from Philippines - BIR:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.doc_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>must be: \"phl_bir\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"45493482-f355-4d76-8982-460178ecf367","name":"Success: phl_bir","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"19cad813-722b-4928-b438-b0f5740f6e4b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\",\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8de69d35-25c7-44fc-bf95-1442825daf63","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"94b981d9-a789-44cb-bb04-4d9cfbd50f5b","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"1de25e57-2b5f-4c6b-a9c2-085a9a4cc0bb"},{"name":"Get task","id":"4d13d28d-5430-4bb8-b694-85141bc7e8ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The details extracted from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The issue date of the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.primary_line_of_business</td>\n<td>String</td>\n<td>The primary line of business of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registered_address</td>\n<td>String</td>\n<td>The registered address of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.taxpayer_name</td>\n<td>String</td>\n<td>The taxpayer's name as per the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tin_and_branch_code</td>\n<td>String</td>\n<td>The taxpayer's TIN and branch code.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.trade_name</td>\n<td>String</td>\n<td>The trade name of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"b432db6f-0047-4f36-aa46-26628b260f99","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-18T17:09:42+05:30\",\n    \"created_at\": \"2024-09-18T17:09:38+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"ebc3f24e-0f3c-4657-be44-f06c7b0e5a7d\",\n    \"result\": {\n        \"extraction_output\": {\n            \"date_of_issue\": \"\",\n            \"id_number\": \"\",\n            \"primary_line_of_business\": \"\",\n            \"registered_address\": \"\",\n            \"taxpayer_name\": \"\",\n            \"tin_and_branch_code\": \"\",\n            \"trade_name\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"},{"id":"6c19e949-8fcb-40ec-8c82-96b6de2ac7b2","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"0c469e29-f977-4fc0-b9dd-f240e596635c","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"31263381-e5a7-4b50-a12d-b7bb0ad01f72","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d495e7fb-1b82-42dc-b130-e02ba77193b7","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"},{"id":"8a724b07-49a7-4eb4-93ab-3ca86d1a26d5","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n    }\n]"}],"_postman_id":"4d13d28d-5430-4bb8-b694-85141bc7e8ae"}],"id":"58bcb870-957b-4198-b247-7bff50188436","_postman_id":"58bcb870-957b-4198-b247-7bff50188436","description":""}],"id":"54408215-23ff-4cdc-bf06-44fc1cd02fdf","_postman_id":"54408215-23ff-4cdc-bf06-44fc1cd02fdf","description":""},{"name":"Sync","item":[{"name":"phl_voter sync","id":"75ddbf4d-e75c-4fd9-bb3c-bf6a9b5d7da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter","description":"<p>Extracts data from Philippines Voter ID:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of voter ID. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Response Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Address extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>citizenship</td>\n<td>String</td>\n<td>Citizenship extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>civil_status</td>\n<td>String</td>\n<td>Civil status extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>ID number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>precinct_number</td>\n<td>String</td>\n<td>Precinct number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_voter”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_voter"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8a4c90b4-64e7-4aa8-9b19-875922411f9c","name":"Success: phl_voter","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"503"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:37:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T17:35:46+05:30\",\n    \"created_at\": \"2024-09-09T17:35:42+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"5255b93a-ef7c-49d9-8a42-db8d43d69355\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"PUROK 1A , KAURAN\",\n            \"citizenship\": \"Filipino\",\n            \"civil_status\": \"Single\",\n            \"date_of_birth\": \"1991-11-22\",\n            \"id_number\": \"3801-0019A-K2291FLD20000\",\n            \"name_on_card\": \"DORONIO FAITH LEGASPI\",\n            \"precinct_number\": \"0019A\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n}"},{"id":"9a17719f-620d-453c-a891-a85121a41668","name":"Err: invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:41:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"fc938da9-ac34-4507-9107-8d17c41ddc03","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:42:28 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"d03a3cba-41e9-40e9-91f8-a69fbd50f34d","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:42:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"233e94a2-0029-483b-b618-968f793604cd","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"https://5.imimg.com/data5/TP/US/MU/SELLER-51778781/pan-card-500x500.jpg\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"463"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:44:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n}"},{"id":"bb37d4f3-09f7-4b35-b4ab-47f1cec7e7f7","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"https://5.imimg.com/data5/TP/US/MU/SELLER-51778781/pan-card-500x500.jpg\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_voter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"463"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:44:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n}"}],"_postman_id":"75ddbf4d-e75c-4fd9-bb3c-bf6a9b5d7da2"},{"name":"phl_driving_license sync","id":"747f3bf1-435f-418c-982e-0a9c73bc74f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license","description":"<p>Extraction of details from Philippines driving license in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.expiration_date</td>\n<td>String</td>\n<td>Expiry date of the driving license</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.serial_number</td>\n<td>String</td>\n<td>Serial number of the driving license</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_driving_license”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1a20e669-b029-499c-b6eb-29e909b707dd","name":"Success: phl_driving_license","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"524"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T15:56:28+05:30\",\n    \"created_at\": \"2024-09-10T15:56:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"97fc0a76-df79-420c-90df-f81753350ad5\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"date_of_birth\": \"1969-11-03\",\n            \"expiration_date\": \"2028-11-03\",\n            \"gender\": \"F\",\n            \"id_number\": \"<id number on card>\",\n            \"name_on_card\": \"PAREDES,MA,AVE FIGURACION\",\n            \"serial_number\": \"<serial number on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_driving_license\"\n}"},{"id":"8fa82fd5-1f7d-4781-83bf-92ad50a1d213","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:45:57 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ded35826-8114-4d36-99ed-08139dd6042a","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:46:15 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d58029a1-eca5-4e9d-a608-3dd97911ef6d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:47:11 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"6fc84a4f-6553-4503-9e00-9c3cd58966b7","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"https://images.livemint.com/img/2019/10/25/1600x900/pan_card_1565610340828_1572021543426.PNG\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_driving_license\"\n}"},{"id":"414eb0bf-dfe5-40c3-bcbd-6c9df77643ee","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"https://images.livemint.com/img/2019/10/25/1600x900/pan_card_1565610340828_1572021543426.PNG\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_driving_license"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_voter\"\n}"}],"_postman_id":"747f3bf1-435f-418c-982e-0a9c73bc74f9"},{"name":"phl_sss sync","id":"45360211-d3cd-476f-9a67-2b73d58e3fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss","description":"<p>Extracts data from Philippines - SSS (Social Security System):</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of SS card. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>ID number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Middle name extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_sss”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_sss"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c3ae1593-4962-47b7-8eed-6aac955e4b1f","name":"Success: phl_sss","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"519"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:07 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T17:07:17+05:30\",\n    \"created_at\": \"2024-09-09T17:07:14+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"684d9a02-a161-420c-a4d9-51cbeeb25085\",\n    \"result\": {\n        \"extraction_output\": {\n            \"date_of_birth\": \"<date_of_birth_on_card>\",\n            \"first_name\": \"RODANTE\",\n            \"id_number\": \"33-8740383-5\",\n            \"last_name\": \"AQUINO\",\n            \"middle_name\": \"PARADERO\",\n            \"name_on_card\": \"RODANTE PARADERO AQUINO\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n}"},{"id":"8dd54cb3-dbb4-4eec-b026-e0694192c37f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:09:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ad9bff23-4a3f-4e4d-96a6-0e2b8013ccc0","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0e0b3d25-9618-4f76-8ed5-b22f23ae9c5d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"..\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"fd3f6020-73ed-4b18-812e-1a009997d9aa","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}","value":""}]},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n}"},{"id":"83121148-445a-477e-b445-3c054caa1a39","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL/BASE64\"\n    }\n}","value":""}]},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_sss"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_sss\"\n}"}],"_postman_id":"45360211-d3cd-476f-9a67-2b73d58e3fa2"},{"name":"phl_tin sync","id":"031f9fc9-5835-4d3e-8933-ae4c65ebc9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p>Extracts data from Philippines - TIN:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of TIN. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Address extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_issue</td>\n<td>String</td>\n<td>Date of issue extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>String</td>\n<td>TIN number extracted from the card</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_tin”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4d59000b-296b-40e4-9728-a64043efdcbc","name":"Success: phl_tin","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"499"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-12-03T12:16:04+05:30\",\n    \"created_at\": \"2024-12-03T12:15:21+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"dd917820-9f8b-4d28-a223-d26878090835\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"28 Payapa St. Bagong Diwa Sto. Cristobal, Caloocan City\",\n            \"date_of_birth\": \"1994-09-04\",\n            \"date_of_issue\": \"2017-10-02\",\n            \"id_number\": \"123-456-789-000\",\n            \"name_on_card\": \"Mia Dela Cruz\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"61eeacea-79d5-43c8-8de3-87e19e137385","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123123"},{"key":"api-key","value":"123123"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:09:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8a013315-354c-4d63-85d5-9aa0aad163aa","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"09c77476-7a65-4ecd-a4aa-8d921c1e818c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"72d519cb-e74b-4c98-a5ba-1ed1c51113a8","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"9eee5100-4a47-42d6-a3b1-2add9b230e3a","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"phl_tin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"031f9fc9-5835-4d3e-8933-ae4c65ebc9dd"},{"name":"phl_umid sync","id":"7cef794a-d08b-4b89-bb07-973cb00e7805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid","description":"<p>Extracts data from Philippines - UMID:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>Given name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>Surname of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_umid”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_umid"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2f7c80a9-d513-41ef-9d04-b085ffd14c7b","name":"Success: phl_umid","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-21T21:20:21+05:30\",\n    \"created_at\": \"2022-11-21T21:20:13+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"0a34798d-7c8b-4bb6-a389-b59c5471256f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"AAA 111 BBB\",\n            \"date_of_birth\": \"YYYY-MM-DD\",\n            \"gender\": \"M\",\n            \"given_name\": \"AA\",\n            \"id_number\": \"AAA111\",\n            \"middle_name\": \"CC\",\n            \"surname\": \"BB\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n}"},{"id":"4e2668cd-64e5-42f8-826d-47d60fd57ebc","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:09:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"fe4eb5c4-1111-4625-97fb-974045dd22ff","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"32783cc4-3ebe-422b-ab88-e2f4401cb2f8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"78d15526-8aac-4344-846c-02429de241ac","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n}"},{"id":"a5695ad0-8996-458a-b0ca-50f45e2e79a9","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_umid"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_umid\"\n}"}],"_postman_id":"7cef794a-d08b-4b89-bb07-973cb00e7805"},{"name":"phl_prc sync","id":"6e67581c-2381-420c-87bb-f267cee330d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\": \"URL/ BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc","description":"<p>Extracts following data from Philippines - PRC:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action being performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Time when the extraction process was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extracted information</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>Extracted data from the provided document</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>First name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Last name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Middle name extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>name_on_card</td>\n<td>String</td>\n<td>Full name as it appears on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>profession</td>\n<td>String</td>\n<td>Profession as listed on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>String</td>\n<td>Date of registration as listed on the document</td>\n<td></td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>String</td>\n<td>Registration number extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>serial_number</td>\n<td>String</td>\n<td>Serial number extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>valid_until</td>\n<td>String</td>\n<td>Expiration date of the document</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of document being processed</td>\n<td>Value: “phl_prc”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_prc"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7a24ab25-ffab-4731-a032-f7b1302758da","name":"Success: phl_prc","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T18:03:26+05:30\",\n    \"created_at\": \"2024-09-09T18:03:24+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"75b9e92c-f946-46e9-827a-445d7335beff\",\n    \"result\": {\n        \"extraction_output\": {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"middle_name\": \"\",\n            \"name_on_card\": \"\",\n            \"profession\": \"\",\n            \"registration_date\": \"\",\n            \"registration_number\": \"\",\n            \"serial_number\": \"\",\n            \"valid_until\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n}\n"},{"id":"01a49d98-160e-499c-96fa-ec98f09aacae","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:09:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7c2a9db6-5283-4943-a9eb-fa9286c1bdae","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b73ca63c-72a0-46c9-8bd9-b322320e51b8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8f001c68-66ed-47ec-adf9-0295be5410d4","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n}"},{"id":"81d32216-46cb-4d37-8311-852a667b1bd7","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_prc"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n}"}],"_postman_id":"6e67581c-2381-420c-87bb-f267cee330d4"},{"name":"phl_philsys sync","id":"7664ca85-ae62-4fe7-b28a-d7383720dfee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys","description":"<p>Extracts data from Philippines - Philsys:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.blood_type</td>\n<td>String</td>\n<td>Blood type as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Issue date of the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_names</td>\n<td>String</td>\n<td>Given names of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Identity number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>Last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.marital_status</td>\n<td>String</td>\n<td>Marital status as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_philsys”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_philsys"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c07d27a7-13cb-4590-82ce-05fed5a65e98","name":"Success: phl_philsys","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T11:12:56+05:30\",\n    \"created_at\": \"2024-09-10T11:12:54+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"456041f1-a64c-425a-abd9-9dbacb672e71\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card\",\n            \"blood_type\": \"<blood type on card>\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"date_of_issue\": \"<date of issue on card>\",\n            \"gender\": \"<gender on card>\",\n            \"given_names\": \"<given names on card>\",\n            \"id_number\": \"<identity number on card>\",\n            \"last_name\": \"<last name on card>\",\n            \"marital_status\": \"<marital status on card>\",\n            \"middle_name\": \"<middle name on card>\",\n            \"name_on_card\": \"<name on card>\",\n            \"place_of_birth\": \"<place of birth on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n}\n"},{"id":"5e9a9f42-0a34-420c-a5b2-2ba5b124965f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:09:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4b8345c8-8134-447f-b9af-1a779493de1b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f577dd46-a8f7-4ff7-8d59-488b917eda2d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"c2444bc5-24e8-4ac9-876f-9afc18c9252a","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n}"},{"id":"95597ac3-1562-48d0-9809-231a71623bd8","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n        \"document2\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/phl_philsys"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philsys\"\n}"}],"_postman_id":"7664ca85-ae62-4fe7-b28a-d7383720dfee"},{"name":"phl_passport sync","id":"8d11d25d-8506-4632-b83a-74946e593ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport","description":"<p>Extracts data from Philippines - Passport:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.country_code</td>\n<td>String</td>\n<td>Country code on the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>Expiry date of the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Issue date of the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual (e.g., M, F)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>Given name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Passport identification number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mrz_line1</td>\n<td>String</td>\n<td>First line of the MRZ (Machine Readable Zone)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mrz_line2</td>\n<td>String</td>\n<td>Second line of the MRZ</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>Nationality of the passport holder</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_issue</td>\n<td>String</td>\n<td>Place where the passport was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>Surname of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>value: “phl_passport”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"90c4890e-fc05-47ba-82e0-80ac8518e817","name":"Success: phl_passport","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-09T16:05:03+05:30\",\n    \"created_at\": \"2024-09-09T16:04:58+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"43f95b57-6289-4b48-9d2a-60affd365449\",\n    \"result\": {\n        \"extraction_output\": {\n            \"country_code\": \"PHL\",\n            \"date_of_birth\": \"1980-03-16\",\n            \"date_of_expiry\": \"2021-06-26\",\n            \"date_of_issue\": \"2016-06-27\",\n            \"gender\": \"F\",\n            \"given_name\": \"MARIA\",\n            \"id_number\": \"P0000000A\",\n            \"middle_name\": \"SANTOS\",\n            \"mrz_line1\": \"P<PHLDELA<CRUZ<<MARIA<<<<<<<<<<<<<<<<<<<<<<<\",\n            \"mrz_line2\": \"P0000000A0PHL8003166F2106269<<<<<<<<<<<<<<02\",\n            \"name_on_card\": \"MARIA SANTOS DELA CRUZ\",\n            \"nationality\": \"FILIPINO\",\n            \"place_of_birth\": \"MANILA\",\n            \"place_of_issue\": \"DFA MANILA\",\n            \"surname\": \"DELA CRUZ\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n}"},{"id":"8db04821-8398-47dc-83b3-5fa4569d90bc","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"82aeffca-c096-4db5-96ab-8f861ab90d0d","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"405f9e4f-b073-48ed-803a-e72dc37836f8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"7d8c5884-36ca-443a-b7d0-a14a9749b036","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n}"},{"id":"7901e403-11c2-4f6a-950a-f903708823ba","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_passport"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_passport\"\n}"}],"_postman_id":"8d11d25d-8506-4632-b83a-74946e593ea6"},{"name":"phl_philhealth sync","id":"2334c1ed-f492-4d9b-8a96-c4cccdc0c15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth","description":"<p>Extracts data from Philippines - Philhealth:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.philhealth_no</td>\n<td>String</td>\n<td>PhilHealth number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_philhealth”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_philhealth"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"5f6eac13-d7c6-4bc8-85c2-41451f6b28bb","name":"Success: phl_philhealth","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T16:32:02+05:30\",\n    \"created_at\": \"2024-09-10T16:32:00+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"e2c06bf3-adeb-4a42-926a-a647acbee29f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"date_of_birth\": \"<date of birth>\",\n            \"gender\": \"<gender>\",\n            \"name\": \"DELA CRUZ JOHN VINCENT\",\n            \"philhealth_no\": \"02-250001863-5\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n}\n"},{"id":"845076fe-cc17-40b7-bd0a-0d6610a89605","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2587f771-4a0c-41f7-b996-fab7363fd89c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ac14d7ab-6062-4c2e-ba0e-70f71b1b75a0","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"..\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"368555c9-76e7-497f-8f93-86954e5f43c2","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n}"},{"id":"4494be8e-bd04-4107-b9f8-18f7fec6362c","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philhealth"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philhealth\"\n}"}],"_postman_id":"2334c1ed-f492-4d9b-8a96-c4cccdc0c15e"},{"name":"phl_nbi sync","id":"07aa98a7-c2ef-4afc-ba85-bda9f6f54716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi","description":"<p>Extracts data from Philippines - NBI:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.citizenship</td>\n<td>String</td>\n<td>Citizenship of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.civil_status</td>\n<td>String</td>\n<td>Civil status of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.family_name</td>\n<td>String</td>\n<td>Family name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>First name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.husbands_surname</td>\n<td>String</td>\n<td>Husband's surname as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.purpose</td>\n<td>String</td>\n<td>Purpose as mentioned on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.remarks</td>\n<td>String</td>\n<td>Remarks as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.valid_until</td>\n<td>String</td>\n<td>Validity date of the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_nbi“</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_nbi"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a64d38a7-2eb4-4594-9755-e904a6300217","name":"Success: phl_nbi","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T17:16:00+05:30\",\n    \"created_at\": \"2024-09-10T17:15:58+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1f2bacba-fc09-4a8b-97cc-8fc47e9d4825\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"<address on card>\",\n            \"citizenship\": \"<citizenship on card>\",\n            \"civil_status\": \"<civil status on card>\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"family_name\": \"<family name on card>\",\n            \"first_name\": \"<first name on card>\",\n            \"gender\": \"<gender on card>\",\n            \"husbands_surname\": \"<husband's surname on card>\",\n            \"id_number\": \"<id number on card>\",\n            \"middle_name\": \"<middle name on card>\",\n            \"name_on_card\": \"<name on card>\",\n            \"place_of_birth\": \"<place of birth on card>\",\n            \"purpose\": \"<purpose on card>\",\n            \"remarks\": \"<remarks on card>\",\n            \"valid_until\": \"<validity date on card>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n}\n"},{"id":"e38eddcd-252f-4d8b-872b-a4c15d6995a1","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2253d6eb-965d-41df-9f14-24eb3d7dd711","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"24ebc04e-ac84-4c99-9bbd-23749562991c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"f9a2a440-f180-4dc7-bd5c-d08c683bd452","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n}"},{"id":"d2bbcb97-c1d8-42a3-aa74-a03d5ad18eeb","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_nbi"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_nbi\"\n}"}],"_postman_id":"07aa98a7-c2ef-4afc-ba85-bda9f6f54716"},{"name":"phl_philpost sync","id":"b8645e6a-76f2-4d1d-8a92-ca6050653627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost","description":"<p>Extracts the following data from Philippines - Philpost:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Detailed output from the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.first_name</td>\n<td>String</td>\n<td>First name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.issuing_post_office</td>\n<td>String</td>\n<td>Post office that issued the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.last_name</td>\n<td>String</td>\n<td>Last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Full name as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>Nationality of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.philpost_no</td>\n<td>String</td>\n<td>PhilPost number as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.suffix</td>\n<td>String</td>\n<td>Suffix as printed on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.valid_until</td>\n<td>String</td>\n<td>Expiry date of the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the extraction task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed (e.g., phl_philpost)</td>\n<td>Value: “phl_philpost”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","phl_philpost"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f795562a-3333-4a1f-88a2-e2b895207fff","name":"Success: phl_philpost","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-10T11:55:55+05:30\",\n    \"created_at\": \"2024-09-10T11:55:47+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"931b64d0-dd15-4b73-888b-e9eab9a89312\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"5B5 GEN.TUAZON BLVD BRGY-RIVERA 1742 PASAY CITY\",\n            \"date_of_birth\": \"<date of birth on card>\",\n            \"first_name\": \"JUANA REYES\",\n            \"issuing_post_office\": \"MNL.QE\",\n            \"last_name\": \"CRUZ\",\n            \"middle_name\": \"DELA\",\n            \"name_on_card\": \"JUANA REYES DELA CRUZ\",\n            \"nationality\": \"PHL\",\n            \"philpost_no\": \"<philpost number on card>\",\n            \"suffix\": \"<suffix as on card>\",\n            \"valid_until\": \"2024-12-01\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n}"},{"id":"99de2222-f9c7-464e-b561-c3b9cc857f59","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"5c4cf78d-e077-46fb-8b0a-4b194c15a366","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5ac9e26b-3118-4c1b-a055-f0b9445dcb5e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"ec29a45d-cf30-4439-b591-d5925aae2408","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","value":""}]},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n}"},{"id":"77ec8200-e40a-4619-a0b5-882a91f6d446","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"urlencoded","urlencoded":[{"type":"text","key":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<philpost image link>\"\n    }\n}","value":""}]},"url":"https://eve.idfy.com/v3/tasks/sync/extract/phl_philpost"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_philpost\"\n}"}],"_postman_id":"b8645e6a-76f2-4d1d-8a92-ca6050653627"},{"name":"phl_dti sync","id":"2a3337e9-f014-4dd7-b72c-c7c7d244005f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts data from Philippines - DTI:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.doc_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>must be: \"phl_dti\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The details extracted from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_name</td>\n<td>String</td>\n<td>The name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_owner_address</td>\n<td>String</td>\n<td>The address of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.business_owner_name</td>\n<td>String</td>\n<td>The name of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>String</td>\n<td>The expiry date of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The issue date of the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"404f13d0-14a9-4fd2-8862-0bb60bf44eaa","name":"Success: phl_dti","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-18T17:07:10+05:30\",\n    \"created_at\": \"2024-09-18T17:07:07+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"dad6b739-e9fb-4cf8-83a1-523c43435460\",\n    \"result\": {\n        \"extraction_output\": {\n            \"business_name\": \"\",\n            \"business_owner_address\": \"\",\n            \"business_owner_name\": \"\",\n            \"date_of_expiry\": \"\",\n            \"date_of_issue\": \"\",\n            \"id_number\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}\n"},{"id":"06f0655c-2f36-4cb2-b93d-aee05fe7f81e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2354b9f8-07ac-4b80-a271-662d9eb5d56c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4c92da9d-5cb7-49be-9b42-1ccaf515bb27","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\".\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"0771555f-7556-488f-8389-8dd19319c17b","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"9d3bee2a-9a9d-42db-aef3-bd39409b9ad6","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_dti\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"2a3337e9-f014-4dd7-b72c-c7c7d244005f"},{"name":"phl_bir sync","id":"bafdf769-dd3c-4647-baeb-44fde8e3f4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - BIR:</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of passport. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.doc_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>must be: \"phl_bir\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The details extracted from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The issue date of the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.primary_line_of_business</td>\n<td>String</td>\n<td>The primary line of business of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registered_address</td>\n<td>String</td>\n<td>The registered address of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.taxpayer_name</td>\n<td>String</td>\n<td>The taxpayer's name as per the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tin_and_branch_code</td>\n<td>String</td>\n<td>The taxpayer's TIN and branch code.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.trade_name</td>\n<td>String</td>\n<td>The trade name of the individual/company.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"bc672c91-03d7-4ed7-8d6e-4b051167859e","name":"Success: phl_bir","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-18T17:09:42+05:30\",\n    \"created_at\": \"2024-09-18T17:09:38+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"ebc3f24e-0f3c-4657-be44-f06c7b0e5a7d\",\n    \"result\": {\n        \"extraction_output\": {\n            \"date_of_issue\": \"\",\n            \"id_number\": \"\",\n            \"primary_line_of_business\": \"\",\n            \"registered_address\": \"\",\n            \"taxpayer_name\": \"\",\n            \"tin_and_branch_code\": \"\",\n            \"trade_name\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}\n"},{"id":"3587e7db-56e3-4d78-a396-389d6ba83006","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"413c7f68-0cdf-46f5-8e08-c8e68ca40f04","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1ff0f4f2-6962-4eb9-8141-6210205a804c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\",\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"e9c6c7c1-5d2a-4932-b07b-af685cc3b006","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"9921b625-42af-4b38-9f4b-40875d102a83","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_bir\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"bafdf769-dd3c-4647-baeb-44fde8e3f4c3"},{"name":"phl_pagibig sync","id":"78316f32-a0f0-4ade-abd5-49ab0275ba74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - PAG-IBIG:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_pagibig”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The extracted details from the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number on the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The full name as it appears on the card.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"95b24e80-8647-41a3-8a54-5173c82fb5f1","name":"Success: phl_pagibig","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-10-17T09:56:12+05:30\",\n    \"created_at\": \"2024-10-17T09:56:10+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"8087c705-3196-45f1-90b5-61f36da3e51b\",\n    \"result\": {\n        \"extraction_output\": {\n            \"id_number\": \"1234-5678-9101\",\n            \"name_on_card\": \"CHRISTINA A. DELA CRUZ\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"540acb36-141d-4077-8b50-d930bef4246c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"444ae744-5243-4c49-af64-85a27da8d71f","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"dad4867b-9d40-4c5c-a76f-8f92a67ff8f2","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\",\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"c0cbe7f4-4695-4113-a811-b6649e23eff2","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"3678824b-cdc9-46c9-9838-49558447632b","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_pagibig\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"78316f32-a0f0-4ade-abd5-49ab0275ba74"},{"name":"phl_ofw sync","id":"686b0838-f889-4e52-9267-baf3b88b4ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - OFW card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_ofw”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The extracted details from the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>Date</td>\n<td>The date of birth of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>Date</td>\n<td>The date when the document was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual (e.g., \"FEMALE\").</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>The given name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number on the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.middle_name</td>\n<td>String</td>\n<td>The middle name of the individual (if available).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The full name as it appears on the card.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>The surname of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"cf21aee2-b73e-46fc-a6bf-9636a989d362","name":"Success: phl_ofw","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-10-17T10:02:02+05:30\",\n    \"created_at\": \"2024-10-17T10:01:56+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"e63a3dee-db22-40d5-bdc0-ede1baa5200f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"date_of_birth\": \"1984-09-15\",\n            \"date_of_issue\": \"2019-04-12\",\n            \"gender\": \"FEMALE\",\n            \"given_name\": \"SHELLA MAE\",\n            \"id_number\": \"FS0184724730\",\n            \"middle_name\": \"CAMPOS\",\n            \"name_on_card\": \"SHELLA MAE CAMPOS FLORES\",\n            \"surname\": \"FLORES\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"6128d40a-87ad-407c-85b6-8efd53c7a9bd","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f08f91e2-a772-46b8-becd-c2cc39e2cbb6","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"584957cd-525c-42e5-b4df-defbb62ca452","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\",\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b23bce05-42e1-48ec-aa2c-2365589e57b5","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"5e842a66-2c87-4f19-b18d-3c2d3fdd41fd","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\",\n        \"doc_type\": \"phl_ofw\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"686b0838-f889-4e52-9267-baf3b88b4ad5"},{"name":"phl_acr sync","id":"394957e2-6f91-4f95-b866-6611e7b33a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - ACR card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL - front</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.document2</td>\n<td>string</td>\n<td>Document URL - back</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_acr”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The extracted details from the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.citizenship</td>\n<td>String</td>\n<td>The citizenship of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.civil_status</td>\n<td>String</td>\n<td>The civil status of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>Date</td>\n<td>The date of birth of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>Date</td>\n<td>The expiration date of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>Date</td>\n<td>The date when the document was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.given_name</td>\n<td>String</td>\n<td>The given name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.serial_number</td>\n<td>String</td>\n<td>The serial number of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.ssrn</td>\n<td>String</td>\n<td>The SSRN (Social Security Reference Number) of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.surname</td>\n<td>String</td>\n<td>The surname of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.type_of_resident</td>\n<td>String</td>\n<td>The type of resident status (e.g., \"WORKER\").</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7925d0a3-c9a2-4494-871f-76ac48148d74","name":"Success: phl_acr","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-10-17T10:10:06+05:30\",\n        \"created_at\": \"2024-10-17T10:09:58+05:30\",\n        \"group_id\": \"bce59cbd-e065-4130-b2f4-4b8ee7acd833\",\n        \"request_id\": \"2a6ada45-b785-4ae9-a859-197defb6d825\",\n        \"result\": {\n            \"extraction_output\": {\n                \"citizenship\": \"INDIA\",\n                \"civil_status\": \"SINGLE\",\n                \"date_of_birth\": \"1975-02-08\",\n                \"date_of_expiry\": \"2024-01-16\",\n                \"date_of_issue\": \"2023-05-09\",\n                \"gender\": \"MALE\",\n                \"given_name\": \"DHAWAL VASANT\",\n                \"serial_number\": \"001404787\",\n                \"ssrn\": \"22101DK0512154552\",\n                \"surname\": \"KAMATH\",\n                \"type_of_resident\": \"WORKER\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"9bfdf948-05b8-42b6-b8f6-2cc5ba3021e5\",\n        \"type\": \"id_document\"\n}"},{"id":"8d7459d4-a754-4d74-bf97-74ebbf95c518","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8a171204-45c2-4670-a245-6a291c80543b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"20c8db7f-b858-4262-abd7-e06ca6c0c9a7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\",\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"bf4395b3-d9e1-406a-a5d4-b3bc8ec6fbaa","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"382480b7-c212-446b-be38-68e27e844a6a","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"document2\": \"URL/Base64 of back\",\n        \"doc_type\": \"phl_acr\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"394957e2-6f91-4f95-b866-6611e7b33a7a"},{"name":"phl_aep sync","id":"e112acc6-3ab0-4599-a645-8cfc35e0ec26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - AEP card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_aep”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The extracted details from the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address of the individual or entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>Date</td>\n<td>The date when the document was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.employer</td>\n<td>String</td>\n<td>The name of the employer associated with the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name</td>\n<td>String</td>\n<td>The name of the individual in the format \"Last, First\".</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nationality</td>\n<td>String</td>\n<td>The nationality of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_number</td>\n<td>String</td>\n<td>The permit number of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.position</td>\n<td>String</td>\n<td>The position held by the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tin</td>\n<td>String</td>\n<td>The Tax Identification Number (TIN) of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.validity_from</td>\n<td>Date</td>\n<td>The start date of the document's validity period.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.validity_till</td>\n<td>Date</td>\n<td>The end date of the document's validity period.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f0a460d2-b41f-4d34-9c92-69c4cf944cf8","name":"Success: phl_aep","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-10-17T10:47:13+05:30\",\n        \"created_at\": \"2024-10-17T10:47:08+05:30\",\n        \"group_id\": \"20a5b246-d874-41fb-b8f8-c1e3d04a86f6\",\n        \"request_id\": \"33bf505d-a03c-4774-b0e2-87d114f4801e\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"DO STH-12TH, 14TH & 15TH FLOOR, PANORAMA TOWER, 34TH STREET CORNER LANE A, BONIFACIO GLOBAL CITY, FORT BONIFACIO, CITY OF TAGUIG\",\n                \"date_of_issue\": \"2023-03-04\",\n                \"employer\": \"TATA CONSULTANCY SERVICES (PHILIPPINES) INC.\",\n                \"name\": \"BALAKRISHNAN, SRINIVASAN\",\n                \"nationality\": \"INDIAN\",\n                \"permit_number\": \"NCR-2019-5-25215\",\n                \"position\": \"IT. ANALYST\",\n                \"tin\": \"351-786-808-000\",\n                \"validity_from\": \"2023-05-14\",\n                \"validity_till\": \"2025-05-13\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"32f61b3b-2e6b-48b4-b553-a741de60537f\",\n        \"type\": \"id_document\"\n}"},{"id":"5d93dcaa-7dda-40a3-b7d4-0fedd1acbece","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c00e2ffb-607a-4576-8011-e0c159463667","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"37e5f2f6-a28c-409e-8b7e-4c3ffa306f89","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"0ebd8c50-d344-432d-adf2-b69c8e240b3b","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"6edc1f37-c62f-4be6-add4-4d2e8dfe3576","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"e112acc6-3ab0-4599-a645-8cfc35e0ec26"},{"name":"phl_barangay_id sync","id":"e7dcb0ce-efb7-4106-a4bc-4435dc2f7cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - Barangay ID card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_barangay_id”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>String</td>\n<td>The date of birth on the ID document (YYYY/MM/DD format).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The name as it appears on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The ID number listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b73f2fdc-676f-4f46-8af1-f3845d2434ce","name":"Success: phl_barangay_id","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-08T10:41:08+05:30\",\n    \"created_at\": \"2024-08-08T10:41:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"67e93281-28f2-4b84-8a1a-5109dbd563c7\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"P-BARANGAY BAGANIHAN MARILOG DISTRICT, DAVAO CITY\",\n            \"date_of_birth\": \"2002/08/16\",\n            \"name_on_card\": \"JEPFREY BARRA MONON\",\n            \"gender\": \"MALE\",\n            \"id_number\": \"2024-112429\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"8bdaff2c-71c5-4b1d-8d2e-33e493e69530","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d6d61c2c-7c75-4548-aae9-33994799e0c6","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"752da14e-7094-4349-9141-33ccd0a0c791","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"65567733-03ad-451f-96d8-3b73a66b3384","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"2e08fb54-6056-4fae-9a23-2636242b6182","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"e7dcb0ce-efb7-4106-a4bc-4435dc2f7cf2"},{"name":"phl_barangay_certificate sync","id":"1c2466bc-e66b-4c05-8505-070d57758735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - Barangay Certificate:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_barangay”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>The date of issue on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name</td>\n<td>String</td>\n<td>The name as it appears on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.purpose</td>\n<td>String</td>\n<td>The purpose for which the document is issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b8cd48b2-99d7-455f-aac4-3b7ca4eb9be6","name":"Success: phl_barangay_certificate","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-12T13:42:41+05:30\",\n    \"created_at\": \"2024-11-12T13:42:36+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"b63c93b0-b057-4314-a8b1-72f282c52493\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Brentville Subdivision, Barangay Mamplasan\",\n            \"date_of_issue\": \"29 day of October, 2021\",\n            \"name\": \"ARTEMIO CARBON MANGUBAT\",\n            \"purpose\": \"FOR SUPPORTING DOCUMENTS\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"3be79139-4e2a-4169-84ba-38bb92b8d9ba","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f08a2dd6-9d01-4597-9cac-5c632c965cb1","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c0b5f847-7a3e-43a4-abe1-56977876bd9c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"dfe4858f-3312-4f80-96e0-9207d1d865d6","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"e3df1f89-6283-4e78-9755-dab0c588a967","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_barangay\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"1c2466bc-e66b-4c05-8505-070d57758735"},{"name":"phl_police_clearance sync","id":"604c7646-86f5-4ee5-a550-e19068bd8b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - Police Clearance Certificate:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_police_clearance”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>Date</td>\n<td>The date of birth listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The full name as it appears on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The unique ID number listed on the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f7ba3933-1dfb-4b1b-a32e-3cbb1d9870af","name":"Success: phl_police_clearance","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-08T10:41:08+05:30\",\n    \"created_at\": \"2024-08-08T10:41:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"67e93281-28f2-4b84-8a1a-5109dbd563c7\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"PRK.1, SULIT POLOMOLOK SOUTH COTABATO\",\n            \"date_of_birth\": \"1994/05/19\",\n            \"name_on_card\": \"RECHEL OPONG GANON\",\n            \"gender\": \"FEMALE\",\n            \"id_number\": \"TRA9VG2024051300794\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"c7972688-aab6-4727-a63e-6cc180784437","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"101b3908-0803-4804-92fa-e797121bfee9","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"3ba637fe-88f8-4c39-9636-e27847e7f7f3","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"63cdcd53-8eda-4818-aadf-8ffac736aa11","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"b7a3f6b1-0496-4bff-a5f5-45b44d1be645","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_police_clearance\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"604c7646-86f5-4ee5-a550-e19068bd8b60"},{"name":"phl_senior_citizen_card sync","id":"602d8a47-f0aa-43c3-b976-e7fdc876de74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - Senior Citizen Card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_senior_citizen_card”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>The address listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_birth</td>\n<td>Date</td>\n<td>The date of birth listed on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>Date</td>\n<td>The date the ID document was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>The full name as it appears on the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gender</td>\n<td>String</td>\n<td>The gender of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The unique ID number listed on the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"186743c4-3acb-4fd2-a44c-d587c9638560","name":"Success: phl_senior_citizen_card","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-08T10:41:08+05:30\",\n    \"created_at\": \"2024-08-08T10:41:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"67e93281-28f2-4b84-8a1a-5109dbd563c7\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Primicias, Bautista\",\n            \"date_of_birth\": \"1955-02-07\",\n            \"date_of_issue\": \"2019-10-21\",\n            \"name_on_card\": \"NELSON R. DALITA\",\n            \"gender\": \"MALE\",\n            \"id_number\": \"028150\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"5797503e-dead-406a-bfed-2beb17e3eb36","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"abaac162-5af3-44ad-a690-eb11b5326980","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"3c2e8fcd-7d0d-433e-82ab-d48895dc0dfc","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"0f932160-d864-4769-9e83-a3d0eb018165","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"99d47a61-a9ad-4542-abeb-d29a887daffb","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_senior_citizen_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"602d8a47-f0aa-43c3-b976-e7fdc876de74"},{"name":"phl_sec sync","id":"18754264-ff0f-474c-b9b5-a08d2a5adab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - SEC Card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_sec”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Company name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_number</td>\n<td>String</td>\n<td>Company number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_tin</td>\n<td>String</td>\n<td>Company TIN</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.issue_date</td>\n<td>String</td>\n<td>Issue date in yyyy-mm-dd format</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4a0cd2f5-d185-4167-9fde-e644110be61b","name":"Success: phl_sec","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-12T17:24:06+05:30\",\n    \"created_at\": \"2024-11-12T17:24:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"198d836b-1164-4d42-8502-d1f9ce635bbe\",\n    \"result\": {\n        \"extraction_output\": {\n            \"company_name\": \"<name of company>\",\n            \"company_number\": \"<number of company>\",\n            \"company_tin\": \"<TIN of company>\",\n            \"issue_date\": \"<yyyy-mm-dd>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"103c311d-c8a7-456b-8447-614e7f40b634","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"13678257-85f3-47fd-8999-94e43002bc37","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cbaa8ace-ab8c-430d-beff-e2da80d062d8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"9e960764-4681-48a6-ba86-27858c6cf03b","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"7a72b0d1-9334-489b-b07b-b96fb779ef38","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_sec\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"18754264-ff0f-474c-b9b5-a08d2a5adab5"},{"name":"phl_aoi sync","id":"2eff7057-23fd-475c-95e0-42f545bac343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - AOI Card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_aoi”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Company name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Company address</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2e5d9427-c211-4647-afa9-ed7953c46efd","name":"Success: phl_aoi","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-12T17:27:28+05:30\",\n    \"created_at\": \"2024-11-12T17:27:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"9818e1c8-e071-4112-874d-087af4e4788f\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"\",\n            \"company_name\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"a61b33e6-abf7-4ccd-a8f6-c35956b621dc","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"fdb8be86-7703-4ef0-bc2b-cb4ca48664ba","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"16c91f9a-c8e4-4a46-89dd-768a89942d33","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"dd83d91c-01ad-42d8-a857-ac7fb08906ab","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"a083f2f8-38d0-4efd-9076-73a1ab58637d","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aoi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"2eff7057-23fd-475c-95e0-42f545bac343"},{"name":"phl_aop sync","id":"003dd71e-e0f7-4dfe-a923-11d13feaf6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aep\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Extracts the following data from Philippines - AOP Card:</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “phl_aop”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Company name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.entry_no</td>\n<td>String</td>\n<td>Entry number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.filling_date</td>\n<td>String</td>\n<td>Filling date in yyyy-mm-dd format</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.leaf_no</td>\n<td>String</td>\n<td>Leaf number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.volume</td>\n<td>String</td>\n<td>Volume</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (\"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a3436d1c-4bc6-4a83-9bc7-25ff7176bde7","name":"Success: phl_aop","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"592"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:38:08 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-12T17:29:27+05:30\",\n    \"created_at\": \"2024-11-12T17:29:25+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"92fb0dac-04a8-40d6-ab75-6e906aa89f04\",\n    \"result\": {\n        \"extraction_output\": {\n            \"company_name\": \"<name of company>\",\n            \"entry_no\": \"<entry number>\",\n            \"filling_date\": \"yyyy-mm-dd\",\n            \"leaf_no\": \"<leaf number>\",\n            \"volume\": \"<volume>\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"c50902d2-30a0-4c01-8c8e-7eb1b79d9895","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:10:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8a96a145-3094-4572-b7db-9295b50b7229","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:11:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"322c560b-1b0c-49ad-9414-e803dfe1f9fe","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:12:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"34872033-9043-4187-88fd-ab96d35669d8","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-11-07T23:18:47+05:30\",\n    \"created_at\": \"2022-11-07T23:18:47+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ba24becb-e917-4e9e-bcea-ed411a6f7f59\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"a0615418-8a98-4b74-ac34-a50f33060e1d","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64 of front\",\n        \"doc_type\": \"phl_aop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"376"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 17:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"003dd71e-e0f7-4dfe-a923-11d13feaf6d2"}],"id":"a2f4e49e-28a4-40ac-a063-73c26d6a46f7","_postman_id":"a2f4e49e-28a4-40ac-a063-73c26d6a46f7","description":""}],"id":"a835226d-5657-4b0d-a9c5-30fa261388e2","_postman_id":"a835226d-5657-4b0d-a9c5-30fa261388e2","description":""},{"name":"Vietnam","item":[{"name":"Async","item":[{"name":"vietnam_nid async","id":"484d1e47-a936-455e-b61f-4c1fff83c799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/vietnam_nid","description":"<p>Extracts following data from Vietnam - NID:</p>\n<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>base64/string</td>\n    <td>image in base64 format OR URL of image of NID. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.\n</td>\n    <td>Yes</td>\n  </tr></table>\n\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n    <td>request_id</td>\n    <td>string</td>\n    <td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","vietnam_nid"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"04a74849-d30d-4b65-a6d8-e7533bddd2fc","name":"Vietnam_nid","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/vietnam_nid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"e1198867-ccd1-4277-9c7d-952944485c5a","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/vietnam_nid"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:05:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"cb0786cc-107c-4a5b-8324-3f27108bbcc5","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/vietnam_nid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:08 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"a954aeed-f07f-4299-a7c2-7b7a8a7956ce","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/vietnam_nid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"484d1e47-a936-455e-b61f-4c1fff83c799"},{"name":"Get task","id":"243e285c-be20-402d-8995-e15080d4ee8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's PAN details in the response body.</p>\n","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"cda2220a-5866-4839-abb5-d0f8b22a5be6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=657f0de8-9471-4ed7-af87-207f643b0c6b","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"657f0de8-9471-4ed7-af87-207f643b0c6b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"526"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:08:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2022-11-08T01:38:35+05:30\",\n        \"created_at\": \"2022-11-08T01:38:30+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"657f0de8-9471-4ed7-af87-207f643b0c6b\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"Qué\",\n                \"date_of_birth\": null,\n                \"date_of_expiry\": null,\n                \"gender\": null,\n                \"hometown\": null,\n                \"id_number\": \"001183000001\",\n                \"name_on_card\": \"LÊ THỊ HỒNG VƯƠNG gọi khác\",\n                \"year_of_birth\": \"2027\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"vietnam_nid\"\n    }\n]"},{"id":"a0ea43a9-4230-484d-8846-ba4007b5cb60","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"e532733b-f324-4ef3-bf99-7678323d624d","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"c5df8431-a4c0-4bb9-80c7-ee99c5702065","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"243e285c-be20-402d-8995-e15080d4ee8e"}],"id":"c86a5234-a399-4a88-a1aa-0c8198d465a3","_postman_id":"c86a5234-a399-4a88-a1aa-0c8198d465a3","description":""},{"name":"Sync","item":[{"name":"vietnam_nid sync","id":"74a97686-f5c8-41d7-8b9c-80c139ca7442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/vietnam_nid","description":"<p>Extracts following data from Vietnam - NID:</p>\n<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>document1</td>\n    <td>base64/string</td>\n    <td>image in base64 format OR URL of image of NID. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.\n</td>\n    <td>Yes</td>\n  </tr></table>\n\n<h4> Output </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>address</td>\n    <td>string</td>\n    <td>Address on ID card</td>\n  </tr>\n  <tr>\n    <td>date_of_birth</td>\n    <td>string</td>\n    <td>Date of birth on ID card (YYYY-MM-DD)</td>\n  </tr>\n  <tr>\n    <td>date_of_expiry</td>\n    <td>string</td>\n    <td>Date of expiry on ID card (YYYY-MM-DD)</td>\n  </tr>\n  <tr>\n    <td>gender</td>\n    <td>string</td>\n    <td>Gender on ID card (\"Male\" or \"Female\")</td>\n  </tr>\n  <tr>\n    <td>hometown</td>\n    <td>string</td>\n    <td>Hometown on ID card</td>\n  </tr>\n  <tr>\n    <td>id_number</td>\n    <td>string</td>\n    <td>ID number on ID card</td>\n  </tr>\n  <tr>\n    <td>name_on_card</td>\n    <td>string</td>\n    <td>Name on ID card</td>\n  </tr>\n  <tr>\n    <td>year_of_birth</td>\n    <td>string</td>\n    <td>Year of Birth on ID card</td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","vietnam_nid"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"31623ad6-c447-4414-829c-c7b4c9638554","name":"Vietnam_nid","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/vietnam_nid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2021-06-18T17:51:46+05:30\",\n    \"created_at\": \"2021-06-18T17:51:44+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"b9ae9008-b54b-4510-8f5d-a5229facab02\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Address\",\n            \"date_of_birth\": \"YYYY-MM-DD\",\n            \"date_of_expiry\": \"2025-12-27\",\n            \"gender\": \"MALE\",\n            \"hometown\": \"ABCDE\",\n            \"id_number\": \"001122334455\",\n            \"name_on_card\": \"JOHN DOE\",\n            \"year_of_birth\": \"YYYY\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"vietnam_nid\"\n}"},{"id":"210bc065-50ce-488b-9d1b-a285b710bc8f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/vietnam_nid"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"b07e8556-50a7-422f-a1c9-2c826b3cb9b2","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/vietnam_nid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"04831f00-d512-45c7-89ad-5a4f90cb4c02","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/vietnam_nid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"74a97686-f5c8-41d7-8b9c-80c139ca7442"}],"id":"56c08002-7856-422d-ba0c-658b55c792e5","_postman_id":"56c08002-7856-422d-ba0c-658b55c792e5","description":""}],"id":"e5af8d67-ef4f-4cf7-b206-7b63a57a4097","_postman_id":"e5af8d67-ef4f-4cf7-b206-7b63a57a4097","description":""},{"name":"Indonesia","item":[{"name":"Async","item":[{"name":"ktp async","item":[{"name":"ktp async","id":"fccc089f-a313-472a-a785-51be99e09d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/idn_ktp","description":"<p>This API extracts details from KTP document of Indonesia</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of KTP. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","idn_ktp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"ddc79695-af4c-4737-96e5-d93be1a6a1a6","name":"Success: KTP async","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/idn_ktp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"78b6cfb0-b416-4c63-a4ef-5355f4d11272","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/idn_ktp"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:05:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"35b330ee-8723-4650-bbfc-4d5c57ca9d5b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/idn_ktp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:08 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d8021de1-afa7-44dd-903e-2d28f1a6c0e1","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/idn_ktp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"fccc089f-a313-472a-a785-51be99e09d61"},{"name":"Get task","id":"97c353fc-67b2-49c9-b35c-c9e9d98bfb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains extracted data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.agama</td>\n<td>String</td>\n<td>Religion</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.alamat</td>\n<td>String</td>\n<td>Address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.berlaku_hingga</td>\n<td>String</td>\n<td>Validity status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gol_darah</td>\n<td>String</td>\n<td>Blood type</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.jenis_kelamin</td>\n<td>String</td>\n<td>Gender</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kecamatan</td>\n<td>String</td>\n<td>Sub-district</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kel_desa</td>\n<td>String</td>\n<td>Village or Sub-district</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kewarganegaraan</td>\n<td>String</td>\n<td>Nationality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kota_or_kabupaten</td>\n<td>String</td>\n<td>City or District</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nama</td>\n<td>String</td>\n<td>Full name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nik</td>\n<td>String</td>\n<td>National Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.pekerjaan</td>\n<td>String</td>\n<td>Occupation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.provinci</td>\n<td>String</td>\n<td>Province</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.rt_rw</td>\n<td>String</td>\n<td>RT/RW (Neighborhood) code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status_perkawinan</td>\n<td>String</td>\n<td>Marital Status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat</td>\n<td>String</td>\n<td>Place of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tgl_lahir</td>\n<td>String</td>\n<td>Date of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n<td>Value: “idn_ktp”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"3f0211f6-e7b8-45e0-a7d4-a53a390bdefc","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-09-11T15:08:19+05:30\",\n        \"created_at\": \"2024-09-11T15:08:17+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"f7eeaf14-3964-4aa4-9dc1-132437eb5f65\",\n        \"result\": {\n            \"extraction_output\": {\n                \"agama\": \"KRISTEN\",\n                \"alamat\": \"JAGA VI\",\n                \"berlaku_hingga\": \"SEUMUR HIDUP\",\n                \"gol_darah\": \"\",\n                \"jenis_kelamin\": \"PEREMPUAN\",\n                \"kecamatan\": \"MOTOLING\",\n                \"kel_desa\": \"MOTOLING II\",\n                \"kewarganegaraan\": \"WNI\",\n                \"kota_or_kabupaten\": \"MINAHASA SELATAN\",\n                \"nama\": \"JELTY JEINE KORDAK\",\n                \"nik\": \"7105074205820001\",\n                \"pekerjaan\": \"MENGURUS RUMAH TANGGA\",\n                \"provinci\": \"SULAWESI UTARA\",\n                \"rt_rw\": \"000/000\",\n                \"status_perkawinan\": \"KAWIN\",\n                \"tempat\": \"MOTOLING\",\n                \"tgl_lahir\": \"1982-05-18\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_ktp\"\n    }\n]"},{"id":"363ef479-7ebc-4a6e-b065-f1afadf77033","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2e6c7c41-8b80-4c50-b075-50511c3b9db1","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"3b03ab3a-6739-4fff-a772-03a4f0b5a557","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"0e309639-e6c2-4e3e-90a6-0643174bba40","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-09-16T17:37:48+05:30\",\n        \"created_at\": \"2024-09-16T17:37:48+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"6b6dbeda-6841-41e7-a0fb-7c83dbe3316b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_ktp\"\n    }\n]"}],"_postman_id":"97c353fc-67b2-49c9-b35c-c9e9d98bfb63"}],"id":"f9ab9e52-be82-4087-9a7d-36dc456960dd","_postman_id":"f9ab9e52-be82-4087-9a7d-36dc456960dd","description":""},{"name":"driving license async","item":[{"name":"dl async","id":"ce21e503-48cd-46cb-bd37-23e7e52b9f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/idn_dl","description":"<p>This API extracts details from driving license document of Indonesia</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","idn_dl"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3923549a-0ed8-487c-bc2a-dd208cb191ef","name":"Success: dl async","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/idn_dl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"1de53dbc-b927-4868-b1d4-230c1f4e6533","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/idn_dl"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:05:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4c72ec8b-90a3-4422-85a4-c7eca74bf4fc","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/idn_dl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:08 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"bb5cb851-f7dd-4b2c-9ec1-3fce4226b3e6","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/extract/idn_dl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:06:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ce21e503-48cd-46cb-bd37-23e7e52b9f8b"},{"name":"Get task","id":"39f3737f-8e36-49cd-b928-3efc1b361e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains extracted data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.alamat</td>\n<td>String</td>\n<td>Address on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.golongan_darah</td>\n<td>String</td>\n<td>Blood type</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.jenis_kelamin</td>\n<td>String</td>\n<td>Gender</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kelas_lisensi</td>\n<td>String</td>\n<td>License class</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nama</td>\n<td>String</td>\n<td>Full name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nomor_id</td>\n<td>String</td>\n<td>ID number on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nomor_seri</td>\n<td>String</td>\n<td>Serial number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.pekerjaan</td>\n<td>String</td>\n<td>Occupation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.provinsi_pendaftaran</td>\n<td>String</td>\n<td>Registration province</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tanggal_kadaluarsa</td>\n<td>String</td>\n<td>Expiry date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tanggal_pengeluaran</td>\n<td>String</td>\n<td>Issue date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat</td>\n<td>String</td>\n<td>Place of issue</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat_masalah</td>\n<td>String</td>\n<td>Place of problem</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tgl_lahir</td>\n<td>String</td>\n<td>Date of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tinggi</td>\n<td>String</td>\n<td>Height</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n<td>Value: “idn_dl”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"4c716f85-875c-42d3-bf98-b4b430524e31","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=657f0de8-9471-4ed7-af87-207f643b0c6b","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"657f0de8-9471-4ed7-af87-207f643b0c6b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"526"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:08:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-09-11T15:25:28+05:30\",\n        \"created_at\": \"2024-09-11T15:25:26+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"51f4067c-077e-4676-809c-9ebd9f2a6e72\",\n        \"result\": {\n            \"extraction_output\": {\n                \"alamat\": \"<alamat on card>\",\n                \"golongan_darah\": \"<golongan_darah on card>\",\n                \"jenis_kelamin\": \"PRIA\",\n                \"kelas_lisensi\": \"C\",\n                \"nama\": \"R, ZAKY MIFTAHULFASA\",\n                \"nomor_id\": \"910413051522\",\n                \"nomor_seri\": \"<nomon_seri on card>\",\n                \"pekerjaan\": \"WIRASWASTA\",\n                \"provinsi_pendaftaran\": \"JABAR\",\n                \"tanggal_kadaluarsa\": \"2016-04-16\",\n                \"tanggal_pengeluaran\": \"2011-01-13\",\n                \"tempat\": \"BANDUNG\",\n                \"tempat_masalah\": \"BANDUNG\",\n                \"tgl_lahir\": \"1991-04-16\",\n                \"tinggi\": \"165 cm\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_dl\"\n    }\n]"},{"id":"94a3e2a6-04f9-42ee-b59a-81f6082dcd6d","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=657f0de8-9471-4ed7-af87-207f643b0c6b","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"657f0de8-9471-4ed7-af87-207f643b0c6b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"526"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:08:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-09-16T17:37:48+05:30\",\n        \"created_at\": \"2024-09-16T17:37:48+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"6b6dbeda-6841-41e7-a0fb-7c83dbe3316b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_dl\"\n    }\n]"},{"id":"4ed76595-9099-4890-9b57-c0ca726ab748","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"f3d6aca1-97e1-4f73-a0fd-7849bcd2301c","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"75ffc36a-5c93-4220-a4f4-df9fef9c3646","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"39f3737f-8e36-49cd-b928-3efc1b361e1a"}],"id":"5a1c956a-446e-43c2-88f7-0b93b3968fa3","_postman_id":"5a1c956a-446e-43c2-88f7-0b93b3968fa3","description":""}],"id":"7c2a216a-eb7b-477f-b491-7b8b858c3cb3","_postman_id":"7c2a216a-eb7b-477f-b491-7b8b858c3cb3","description":""},{"name":"Sync","item":[{"name":"ktp sync","id":"46d3b964-9cb8-42bb-94c8-10effb8231a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp","description":"<p>This API extracts details from KTP document of Indonesia</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of KTP. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains extracted data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.agama</td>\n<td>String</td>\n<td>Religion</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.alamat</td>\n<td>String</td>\n<td>Address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.berlaku_hingga</td>\n<td>String</td>\n<td>Validity status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gol_darah</td>\n<td>String</td>\n<td>Blood type</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.jenis_kelamin</td>\n<td>String</td>\n<td>Gender</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kecamatan</td>\n<td>String</td>\n<td>Sub-district</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kel_desa</td>\n<td>String</td>\n<td>Village or Sub-district</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kewarganegaraan</td>\n<td>String</td>\n<td>Nationality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kota_or_kabupaten</td>\n<td>String</td>\n<td>City or District</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nama</td>\n<td>String</td>\n<td>Full name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nik</td>\n<td>String</td>\n<td>National Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.pekerjaan</td>\n<td>String</td>\n<td>Occupation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.provinci</td>\n<td>String</td>\n<td>Province</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.rt_rw</td>\n<td>String</td>\n<td>RT/RW (Neighborhood) code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status_perkawinan</td>\n<td>String</td>\n<td>Marital Status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat</td>\n<td>String</td>\n<td>Place of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tgl_lahir</td>\n<td>String</td>\n<td>Date of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n<td>Value: “idn_ktp”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","idn_ktp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2c288d34-f9e8-4427-a92f-17875a380a78","name":"Success: ktp","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-11T15:08:19+05:30\",\n    \"created_at\": \"2024-09-11T15:08:17+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"f7eeaf14-3964-4aa4-9dc1-132437eb5f65\",\n    \"result\": {\n        \"extraction_output\": {\n            \"agama\": \"KRISTEN\",\n            \"alamat\": \"JAGA VI\",\n            \"berlaku_hingga\": \"SEUMUR HIDUP\",\n            \"gol_darah\": \"\",\n            \"jenis_kelamin\": \"PEREMPUAN\",\n            \"kecamatan\": \"MOTOLING\",\n            \"kel_desa\": \"MOTOLING II\",\n            \"kewarganegaraan\": \"WNI\",\n            \"kota_or_kabupaten\": \"MINAHASA SELATAN\",\n            \"nama\": \"JELTY JEINE KORDAK\",\n            \"nik\": \"7105074205820001\",\n            \"pekerjaan\": \"MENGURUS RUMAH TANGGA\",\n            \"provinci\": \"SULAWESI UTARA\",\n            \"rt_rw\": \"000/000\",\n            \"status_perkawinan\": \"KAWIN\",\n            \"tempat\": \"MOTOLING\",\n            \"tgl_lahir\": \"1982-05-18\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_ktp\"\n}"},{"id":"71a947d7-29a8-4b77-bf1c-fff6efa4f60b","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ad057fdc-238b-4406-be6d-41b04392c198","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"60c2b9fb-776b-46cc-a57c-0cbc847ba27e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"ae5f3c7d-cb54-4901-9f29-00d6175b49ac","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/idn_ktp"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_ktp\"\n}"}],"_postman_id":"46d3b964-9cb8-42bb-94c8-10effb8231a4"},{"name":"dl sync","id":"76bf7f49-c720-4b99-bc05-9d54861b7f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl","description":"<p>This API extracts details from driving license document of Indonesia</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n<td>Value: “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains extracted data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.alamat</td>\n<td>String</td>\n<td>Address on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.golongan_darah</td>\n<td>String</td>\n<td>Blood type</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.jenis_kelamin</td>\n<td>String</td>\n<td>Gender</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kelas_lisensi</td>\n<td>String</td>\n<td>License class</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nama</td>\n<td>String</td>\n<td>Full name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nomor_id</td>\n<td>String</td>\n<td>ID number on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nomor_seri</td>\n<td>String</td>\n<td>Serial number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.pekerjaan</td>\n<td>String</td>\n<td>Occupation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.provinsi_pendaftaran</td>\n<td>String</td>\n<td>Registration province</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tanggal_kadaluarsa</td>\n<td>String</td>\n<td>Expiry date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tanggal_pengeluaran</td>\n<td>String</td>\n<td>Issue date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat</td>\n<td>String</td>\n<td>Place of issue</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tempat_masalah</td>\n<td>String</td>\n<td>Place of problem</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tgl_lahir</td>\n<td>String</td>\n<td>Date of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.tinggi</td>\n<td>String</td>\n<td>Height</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n<td>Value: “idn_dl”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","idn_dl"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b7dd57ed-76e7-4a9e-bf23-dd50d30079d0","name":"Success: dl","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-11T15:25:28+05:30\",\n    \"created_at\": \"2024-09-11T15:25:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"51f4067c-077e-4676-809c-9ebd9f2a6e72\",\n    \"result\": {\n        \"extraction_output\": {\n            \"alamat\": \"<alamat on card>\",\n            \"golongan_darah\": \"<golongan_darah on card>\",\n            \"jenis_kelamin\": \"PRIA\",\n            \"kelas_lisensi\": \"C\",\n            \"nama\": \"R, ZAKY MIFTAHULFASA\",\n            \"nomor_id\": \"910413051522\",\n            \"nomor_seri\": \"<nomon_seri on card>\",\n            \"pekerjaan\": \"WIRASWASTA\",\n            \"provinsi_pendaftaran\": \"JABAR\",\n            \"tanggal_kadaluarsa\": \"2016-04-16\",\n            \"tanggal_pengeluaran\": \"2011-01-13\",\n            \"tempat\": \"BANDUNG\",\n            \"tempat_masalah\": \"BANDUNG\",\n            \"tgl_lahir\": \"1991-04-16\",\n            \"tinggi\": \"165 cm\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_dl\"\n}"},{"id":"146f0f5f-eede-4462-b396-044f262a327c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4f837920-162e-4981-9733-518ce4cdac15","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"742c154a-016a-4422-b38f-6bb2cd0b116c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"5e39741b-5a1c-4244-bd3f-2b9ec7b54bb2","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_dl\"\n}"}],"_postman_id":"76bf7f49-c720-4b99-bc05-9d54861b7f55"},{"name":"Family Card","id":"fdbf9902-e50b-4331-83c6-b5ad7086d12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_family_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts details from Family Card document of Indonesia</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of driving license. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the extraction</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains extracted data</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>Date of birth in yyyy-mm-dd format</td>\n</tr>\n<tr>\n<td>education</td>\n<td>String</td>\n<td>education of the individual</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the individual</td>\n</tr>\n<tr>\n<td>nin_id_number</td>\n<td>String</td>\n<td>NIN Number</td>\n</tr>\n<tr>\n<td>place_of_birth</td>\n<td>String</td>\n<td>Location of Birth</td>\n</tr>\n<tr>\n<td>occupation</td>\n<td>String</td>\n<td>Occupation of the individual</td>\n</tr>\n<tr>\n<td>religion</td>\n<td>String</td>\n<td>Religion</td>\n</tr>\n<tr>\n<td>status_in_family</td>\n<td>String</td>\n<td>Individual's status in the family</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7b908fe6-0f27-464c-9d45-30d4be7be13a","name":"Success: family card","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_family_card\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-10-15T13:43:37+05:30\",\n    \"created_at\": \"2024-10-15T13:43:26+05:30\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"request_id\": \"474ed73c-464d-4657-9ec4-69089b18ab1a\",\n    \"result\": {\n        \"extraction_output\": {\n            \"family_details\": [\n                {\n                    \"date_of_birth\": \"1969-04-21\",\n                    \"education\": \"DIPLOMA IV/STRATA I\",\n                    \"marital_status\": \"KAWIN\",\n                    \"name\": \"HENDRICUS SUPARMONO\",\n                    \"nin_id_number\": \"3509216003690005\",\n                    \"occupation\": \"WIRASWASTA\",\n                    \"place_of_birth\": \"SURABAYA\",\n                    \"religion\": \"KRISTEN\",\n                    \"status_in_family\": \"KEPALA KELUARGA\"\n                },\n                {\n                    \"date_of_birth\": \"1974-02-05\",\n                    \"education\": \"SLTA\",\n                    \"marital_status\": \"KAWIN\",\n                    \"name\": \"LANNY WULANSARI\",\n                    \"nin_id_number\": \"3509216003740003\",\n                    \"occupation\": \"WIRASWASTA\",\n                    \"place_of_birth\": \"JEMBER\",\n                    \"religion\": \"KRISTEN\",\n                    \"status_in_family\": \"ISTRI\"\n                }\n            ]\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"type\": \"id_document\"\n}"},{"id":"d6822296-1a15-4d2a-8b64-b68f3b2477d1","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"e5f23d35-d07b-4c0c-908f-993ed093e43a","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0ae48049-2b23-4591-8396-db832cee501f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"212f050d-1536-4aad-940c-7f07fefa15c5","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",m\n    \"data\" : {\n        \"document1\": \"URL / BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/extract/idn_dl"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_dl\"\n}"}],"_postman_id":"fdbf9902-e50b-4331-83c6-b5ad7086d12a"},{"name":"NIB sync","id":"d9406471-f20a-470f-9436-145aa04889f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts information from NIB document of indonesia</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “idn_nib”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"extract\").</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction output details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The extracted details from the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.alamat_kantor</td>\n<td>String</td>\n<td>The office address of the business entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.diterbitkan_di_jakarta</td>\n<td>Date</td>\n<td>The date when the document was issued in Jakarta.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.email</td>\n<td>String</td>\n<td>The email address associated with the business entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>The identification number of the business entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.kbli_codes</td>\n<td>Array</td>\n<td>An array containing the KBLI (Indonesian Business Classification) codes.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.nama_pelaku_usaha</td>\n<td>String</td>\n<td>The name of the business entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.telepon</td>\n<td>String</td>\n<td>The phone number associated with the business entity.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"id_document\").</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4d58f78f-5491-4ba0-9c5d-3284ea71d20e","name":"Success: nib","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-10-17T10:49:42+05:30\",\n        \"created_at\": \"2024-10-17T10:49:38+05:30\",\n        \"group_id\": \"fb635cce-04be-43d6-88b3-1ca9cab585fd\",\n        \"request_id\": \"e7493ebe-9190-426e-98fa-9123dde5c624\",\n        \"result\": {\n            \"extraction_output\": {\n                \"alamat_kantor\": \"Jalan Jenderal Gatot Subroto No. 351, Kel. Sei Sikambing D, Kec. Medan Petisah, Kota Medan, Prov. Sumatera Utara\",\n                \"diterbitkan_di_jakarta\": \"2021-01-13\",\n                \"email\": \"yayasanmustikakeadilan@gmail.com\",\n                \"id_number\": \"1265000141434\",\n                \"kbli_codes\": [\n                    \"88902\"\n                ],\n                \"nama_pelaku_usaha\": \"Yayasan MUSTIKA KEADILAN INDONESIA\",\n                \"telepon\": \"06142403880\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"921d32b1-a3d0-41de-83d3-72b639900826\",\n        \"type\": \"id_document\"\n}"},{"id":"ca8159c5-399e-4a3a-8b10-0166800f99da","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2f4f184b-a4b4-4a66-a80d-5d53491c116f","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9fde105f-efd4-41d5-bedc-8d033e7bcf9b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_nib\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"45ee3993-fbed-4d30-b0b0-bfd2f446f39f","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"idn_dl\"\n}"}],"_postman_id":"d9406471-f20a-470f-9436-145aa04889f2"},{"name":"Izin Usaha sync","id":"1bc20b2f-4743-4ffe-adcc-621cb424b50d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_nib\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts information from Izin Usaha document of indonesia</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “idn_izin_usaha”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (ISO 8601)</td>\n<td>Timestamp when the action was initiated</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Details extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address_of_operation</td>\n<td>String</td>\n<td>Address where the company operates</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address_of_registration</td>\n<td>String</td>\n<td>Registered address of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.city_of_operation</td>\n<td>String</td>\n<td>City where the company operates</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Name of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Date the document was issued</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Unique identification number of the document (NIB, in this case)</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>result.extraction_output.kbli_codes</td>\n<td>Array of Strings</td>\n<td>List of KBLI (Indonesian business classification) codes</td>\n<td>Array of strings</td>\n</tr>\n<tr>\n<td>result.extraction_output.kbli_name</td>\n<td>String</td>\n<td>Name corresponding to the activities the business is involved in</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.province_of_operation</td>\n<td>String</td>\n<td>Province where the company operates</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.sub_district_of_operation</td>\n<td>String</td>\n<td>Sub-district where the company operates</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.ward_of_operation</td>\n<td>String</td>\n<td>Ward where the company operates</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Must be “id_document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3ec507f5-e073-4393-97f5-1267e8edd104","name":"Success: Izin Usaha","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_izin_usaha\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-08T19:03:54+05:30\",\n    \"created_at\": \"2024-11-08T19:03:50+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"da45c56f-bba8-4eda-a9c4-2f0e96b68fcb\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address_of_operation\": \"JL TEMBAGA NO 14\",\n            \"address_of_registration\": \"JL. TEMBAGA NO. 14, RT.02/06, KEL. CIJAWURA\",\n            \"city_of_operation\": \"Kota Bandung\",\n            \"company_name\": \"PT DINAR RIANDA CONSULTANT\",\n            \"date_of_issue\": \"2019-08-16\",\n            \"id_number\": \"9120104891962\",\n            \"kbli_codes\": [\n                \"4390\",\n                \"43221\",\n                \"43120\"\n            ],\n            \"kbli_name\": \"KONSTRUKSI KHUSUS LAINNYA YTDL, INSTALASI SALURAN AIR (PLUMBING), PENYIAPAN LAHAN\",\n            \"province_of_operation\": \"Jawa Barat\",\n            \"sub_district_of_operation\": \"Buahbatu\",\n            \"ward_of_operation\": \"Cijaura\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"9b481c97-54e6-4efe-b134-f15535f8235e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_izin_usaha\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3f44a346-92f5-4708-9fda-a617b959df72","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_izin_usaha\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ec36ad5f-f454-4560-b211-ccb569266c24","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_izin_usaha\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8e3e2bff-1ffb-400c-b8a4-7af78f44984a","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_izin_usaha\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"1bc20b2f-4743-4ffe-adcc-621cb424b50d"},{"name":"SKK sync","id":"9493ac0a-02cd-42c9-a594-6dd98974af78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_skk\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts information from SKK document of indonesia</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type configured on service for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “idn_skk”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<p>|</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be “extract”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was initiated</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Details extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Name of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_deed</td>\n<td>String</td>\n<td>Date of deed issuance</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>String</td>\n<td>Date the document was issued</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_printing</td>\n<td>String</td>\n<td>Date the document was printed</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>Unique identification number of the document</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>result.extraction_output.notary_name</td>\n<td>String</td>\n<td>Name of the notary</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Must be “id_document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2c94eb4d-163c-476a-98c2-126de2df0a30","name":"Success: SKK","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_izin_usaha\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-11-08T15:19:45+05:30\",\n    \"created_at\": \"2024-11-08T15:19:41+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"f80f420f-8e55-421e-9e42-3e87bb9f3ce0\",\n    \"result\": {\n        \"extraction_output\": {\n            \"company_name\": \"PT IDFY TECHNOLOGIES INDONESIA\",\n            \"date_of_deed\": \"2023-02-15\",\n            \"date_of_issue\": \"2023-02-20\",\n            \"date_of_printing\": \"2023-02-20\",\n            \"id_number\": \"AHU-0013827.AH.01.01\",\n            \"notary_name\": \"RONALDIE CHRISTIE S.H., M.KN.\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"26a8df30-0182-4ead-bd69-3dad2b3aec2c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_skk\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"16ab0c2c-ef73-466a-a8f3-c0dd97f683ea","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_skk\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4f5cf5ea-2116-4b58-94f2-e6ef779da0d1","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_skk\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"c8a8048f-a8b6-4059-8343-7fc5489451ca","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_skk\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"9493ac0a-02cd-42c9-a594-6dd98974af78"},{"name":"NPWP sync","id":"a91c5223-069c-43d1-987b-20a88fc0c623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_npwp\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts information from an NPWP document of Indonesia</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “idn_npwp”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (ISO 8601)</td>\n<td>Timestamp when the action was initiated</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the extraction process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Details extracted from the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Address on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_registration</td>\n<td>String</td>\n<td>Date of registration as mentioned on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.ktp_number</td>\n<td>String</td>\n<td>KTP number as mentioned on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name of the card holder</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.npwp_number</td>\n<td>String</td>\n<td>NPWP number as mentioned on the card</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Must be “id_document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a37a79a2-f873-4187-b958-2320f514da1a","name":"Success: NPWP","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"idn_npwp\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"extract\",\n        \"completed_at\": \"2024-12-26T17:56:29+05:30\",\n        \"created_at\": \"2024-12-26T17:56:26+05:30\",\n        \"group_id\": \"96b0e169-75c0-4125-b50f-33dfa36b28e1\",\n        \"request_id\": \"be0e94f3-6e14-416e-9eef-67155e31f2cf\",\n        \"result\": {\n            \"extraction_output\": {\n                \"address\": \"JALAN KERETA API, NGUNUT, NGUNUT, KAB. TULUNGAGUNG, JAWA TIMUR, 66292\",\n                \"date_of_registration\": \"2020-06-28\",\n                \"ktp_number\": \"3504114812970001\",\n                \"name_on_card\": \"DESTYA PUSPITA DARMAWAN\",\n                \"npwp_number\": \"95.177.121.1-629.000\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"c7c1c37f-2a96-47ea-b37f-2c811a75597a\",\n        \"type\": \"id_document\"\n    }\n]"},{"id":"3b8d814b-ff71-4e17-b931-32e2369e5385","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_npwp\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3175e2f1-561c-43ef-942f-ad1e7ae0cac8","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_npwp\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"80efb7d1-49b9-4afb-9bd9-850d3d3ecc41","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_npwp\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b34a6c5d-4a66-4599-b9cb-31d18bcf8065","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"idn_npwp\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"a91c5223-069c-43d1-987b-20a88fc0c623"}],"id":"834c6668-c64b-46df-b06a-9a0002b78e40","_postman_id":"834c6668-c64b-46df-b06a-9a0002b78e40","description":""}],"id":"b7c13406-833f-41d2-adff-c0dab2729c6f","_postman_id":"b7c13406-833f-41d2-adff-c0dab2729c6f","description":""},{"name":"Malaysia","item":[{"name":"SSM Sync","id":"39ae0e0b-cca4-43de-9127-3a63ed820736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"mys_ssm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>This API extracts details from an SSM document (Malaysia).</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “mys_ssm”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>Timestamp</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td>Valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.company_name</td>\n<td>String</td>\n<td>Company name</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Company address</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_expiry</td>\n<td>Timestamp</td>\n<td>Expiry or validity date of the document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.date_of_issue</td>\n<td>Timestamp</td>\n<td>The date when the document was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.old_id_number</td>\n<td>String</td>\n<td>The old-format identification number.</td>\n<td>Should be in “n-digit number”-”single letter” format</td>\n</tr>\n<tr>\n<td>result.extraction_output.new_id_number</td>\n<td>String</td>\n<td>The new-format identification number.</td>\n<td>12 digit numeric string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed.</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"90f1fbd2-438a-4e71-b1be-5025fd15515b","name":"Success: SSM","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"mys_ssm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-12-05T11:03:36+05:30\",\n    \"created_at\": \"2024-12-05T11:03:33+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"51920564-e284-4639-a5a8-19df777034b4\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"12, JALAN LAKSAMANA 2, TMN.UNGKU TUN AMINAH, SKUDAI, TAMAN SELASIH, 81300 JOHOR BAHRU JOHOR\",\n            \"company_name\": \"PERNIAGAAN TERUS MAJU\",\n            \"date_of_expiry\": \"2023-03-02\",\n            \"date_of_issue\": \"2017-03-02\",\n            \"new_id_number\": \"201934234321\",\n            \"old_id_number\": \"RT0069300-M\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"0c66b421-5910-47c2-8d23-61217bdffb52","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_ssm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"38519ddf-7826-4d40-bf77-8125ff3eeb5d","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_ssm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9543073c-1f3f-47b4-9488-13dcfff2acef","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_ssm\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"e1890e00-4b58-4646-bdf7-57861a5ab967","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_ssm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"39ae0e0b-cca4-43de-9127-3a63ed820736"},{"name":"MyKad Sync","id":"b3400581-c15d-4815-ac04-00e2607d9999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"mys_mykad\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p><strong>This API extracts details from MyKad ID (Malaysia).</strong></p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “mys_mykad”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>Timestamp</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td>Valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the extraction results for the ID document.</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Contains the extracted information from the ID document.</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.extraction_output.address</td>\n<td>String</td>\n<td>Company address</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.id_number</td>\n<td>String</td>\n<td>ID Number</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>result.extraction_output.name_on_card</td>\n<td>String</td>\n<td>Name On Card</td>\n<td>Valid String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed.</td>\n<td>Value: \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b0cdd401-772b-4c26-b2c4-ba8773e381c2","name":"Success: MyKad","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"6b9aef5d00d6/0cd3284e-56f3-4e6a-ae75-a9f600fda34c","type":"text"},{"key":"api-key","value":"743abdb4-a9db-11ee-91ee-e63943ba1c32","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"https://i.postimg.cc/9z5fq3TN/mykad5.jpg\",\n        \"doc_type\": \"mys_mykad\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-12-11T17:58:50+05:30\",\n    \"created_at\": \"2024-12-11T17:58:47+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1fcf5318-4f4a-461a-a38e-b6e5f5027380\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"GDW KAMPUNG BAYANGAN 80000 KENINGAU SABAH\",\n            \"id_number\": \"550106-12-5821\",\n            \"name_on_card\": \"ROWAN SEBASTIAN ATKINSON\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"cb5aab8a-9a45-4273-8dc8-d9a1810746ac","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_mykad\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"bf5abd5d-442b-42c3-b2ed-b91c8c8995ba","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_mykad\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4da61338-8e55-4784-8dc7-663385647035","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_mykad\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"878c38d6-d156-4ded-b985-dadd9c7f49aa","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"mys_mykad\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"b3400581-c15d-4815-ac04-00e2607d9999"}],"id":"f42c4372-703d-4ce7-aaea-fe3217c386ae","_postman_id":"f42c4372-703d-4ce7-aaea-fe3217c386ae","description":""},{"name":"UAE","item":[{"name":"Trade License sync","id":"f0d2ca97-0f09-46e2-b925-5ba4eaa08af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"are_trade_license\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p><strong>This API extracts details from a trade license (UAE)</strong></p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “are_trade_license”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when processing was completed</td>\n<td>Valid timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>Valid timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for a group of related tasks</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for this specific request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Extracted data fields from the document</td>\n<td>Must contain all child fields</td>\n</tr>\n<tr>\n<td>result.date_of_expiry</td>\n<td>String</td>\n<td>Document expiry date</td>\n<td>Format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>result.date_of_issue</td>\n<td>String</td>\n<td>Document issue date</td>\n<td>Format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>result.id_number</td>\n<td>String</td>\n<td>Identification number on the document</td>\n<td>Numeric string</td>\n</tr>\n<tr>\n<td>result.trade_name</td>\n<td>String</td>\n<td>Registered trade name of the entity</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Current status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the specific task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type/category of the document processed</td>\n<td>Must be \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e0bea0a1-d742-49cd-90c6-310f2cac1bd2","name":"Success: Trade License","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"<Image URL>\",\n        \"doc_type\": \"are_trade_license\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-08T10:41:08+05:30\",\n    \"created_at\": \"2024-08-08T10:41:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"67e93281-28f2-4b84-8a1a-5109dbd563c7\",\n    \"result\": {\n        \"date_of_expiry\": \"2022-07-01\",\n        \"date_of_issue\": \"2014-07-02\",\n        \"id_number\": \"713385\",\n        \"trade_name\": \"MISPAH PIPELINE INSPECTION SERVICES LLC - DUBAI BRANCH\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"6e65e8b5-2eec-4faa-85ca-54118d9b5bf7","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_trade_license\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b3584f22-b497-41f5-bdf5-a1cb92877ee7","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_trade_license\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4900da79-a928-487b-82ff-1047ee52a255","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_trade_license\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"6ff8a5ff-fbcc-4c7c-ac5f-0aa61e272042","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_trade_license\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"f0d2ca97-0f09-46e2-b925-5ba4eaa08af5"},{"name":"Utility Bill Sync","id":"cc37c575-537e-4f15-b024-4b58a6f14198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account_id}}"},{"key":"api-key","value":"{{api_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<image url>\",\n        \"doc_type\": \"are_utility_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/extract/id_document","description":"<p>This API extracts details from a utility bill of an entity/ individual based in UAE</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>Document URL</td>\n<td>Yes</td>\n<td>Must be a valid publicly accessible url</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>string</td>\n<td>Document type for which ocr need to be performed</td>\n<td>Yes</td>\n<td>Should be “are_utility_bill”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when processing was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for a group of related tasks</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for this specific request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Extracted data fields from the document</td>\n<td>Contains the result of extraction</td>\n</tr>\n<tr>\n<td>result.address</td>\n<td>String</td>\n<td>Address extracted from the document</td>\n<td>Non-empty string</td>\n</tr>\n<tr>\n<td>result.bill_amount</td>\n<td>String</td>\n<td>Total bill amount in AED</td>\n<td>Numeric string (e.g., \"245.86\")</td>\n</tr>\n<tr>\n<td>result.date_of_issue</td>\n<td>String</td>\n<td>Date the document was issued</td>\n<td>Format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>result.id_number</td>\n<td>String</td>\n<td>Identification number on the document</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>result.name_of_emirate</td>\n<td>String</td>\n<td>Emirate name mentioned in the document</td>\n<td>One of valid emirates (e.g., \"Dubai\")</td>\n</tr>\n<tr>\n<td>result.name_of_owner</td>\n<td>String</td>\n<td>Name of the individual or entity listed as owner</td>\n<td>Valid string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Current status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the specific task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type/category of the document processed</td>\n<td>Must be \"id_document\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"50c0da9f-58ed-4cf4-b1bc-98937acb0b84","name":"Success: Utility Bill","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"6b9aef5d00d6/0cd3284e-56f3-4e6a-ae75-a9f600fda34c","type":"text"},{"key":"api-key","value":"743abdb4-a9db-11ee-91ee-e63943ba1c32","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"cabb04c4-ff90-4978-85d3-bca03b98c1e1\",\n    \"group_id\": \"8f705d41-313e-48a0-83ee-6f54dbf84c0a\",\n    \"data\": {\n        \"document1\": \"https://i.postimg.cc/9z5fq3TN/mykad5.jpg\",\n        \"doc_type\": \"are_utility_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"548"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 18 Jun 2021 12:21:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-08T10:41:08+05:30\",\n    \"created_at\": \"2024-08-08T10:41:04+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"67e93281-28f2-4b84-8a1a-5109dbd563c7\",\n    \"result\": {\n        \"address\": \"JUMEIRA BEACH RESIDENCE BLDG 2B-39.FLAT-204 AL GOZE INDL. 2ND, (E&W-SUB METER)\",\n        \"bill_amount\": \"245.86\",\n        \"date_of_issue\": \"2019-08-29\",\n        \"id_number\": \"2031203304\",\n        \"name_of_emirate\": \"Dubai\",\n        \"name_of_owner\": \"ABDULMAJEED SHAMEER MAJEED\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"33ebd001-39cd-4dcc-bbd6-1a12af032e18","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123/123456"},{"key":"api-key","value":"12345"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_utility_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"15bc30ba-986a-4147-a759-164df01e01f8","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_utility_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 20:03:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"76861c36-0ccd-4110-a495-89a937d68827","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_utility_bill\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"e8982d1b-34e3-4049-96dd-87c5ae8b60eb","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\" : \"are_utility_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 20:04:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-09-16T17:52:03+05:30\",\n    \"created_at\": \"2024-09-16T17:52:03+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5bb4bc9d-ba77-4e31-89dd-d06a2acdb653\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"cc37c575-537e-4f15-b024-4b58a6f14198"}],"id":"fefa233f-4c23-482e-b51d-5dd6ee8ec61d","_postman_id":"fefa233f-4c23-482e-b51d-5dd6ee8ec61d","description":""},{"name":"Generic OCR","item":[{"name":"extract/id_document sync","id":"04e4cc06-8c2c-4b86-8217-9e76a2d35483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"731b23f196a7/d6a1beec-870c-4c4b-8ee3-d9c4ad0d94f4","type":"text"},{"key":"api-key","value":"c7b89c0-d1c3-48f2-a50e-fa4a89f6d948","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document","description":"<p>Our generic OCR API is designed to effortlessly extract key value pairs from any document, enabling businesses to streamline their document processing workflow and increase productivity. Our goal is to empower our customers with the ability to extract critical data from documents in seconds, eliminating the need for manual data entry and reducing errors.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with the below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of the image of PAN card (front)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>doc_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Document type to be mentioned.<br />All supported document type mentioned below</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Supported Document Type</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type of document</strong></th>\n<th><strong>Key to be passed</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Indian Electricity Bill</td>\n<td>ind_electricity_bill</td>\n</tr>\n<tr>\n<td>Indian Broadband Bills</td>\n<td>ind_broadband_bill</td>\n</tr>\n<tr>\n<td>Indian Gas Bill</td>\n<td>ind_gas_bill</td>\n</tr>\n<tr>\n<td>Indian Rental Agreement</td>\n<td>deed_of_lease</td>\n</tr>\n<tr>\n<td>Indian Fssai Certificate</td>\n<td>ind_fssai</td>\n</tr>\n<tr>\n<td>International Passport</td>\n<td>international_passport</td>\n</tr>\n</tbody>\n</table>\n</div><p>**For information on additional supported document types or to request custom document configurations, please contact <a href=\"https://null\">eve.support@idfy.com</a>.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed by the API. Value: \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the extraction was completed.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the extraction was initiated.</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The unique identifier for the group to which this task belongs.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The result object containing the extraction output details.</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>The object containing the extracted details from the document.</td>\n</tr>\n<tr>\n<td>result.extraction_output.bank_acc_no</td>\n<td>String</td>\n<td>Bank account number</td>\n</tr>\n<tr>\n<td>result.extraction_output.customer_address</td>\n<td>String</td>\n<td>Address of customer</td>\n</tr>\n<tr>\n<td>result.extraction_output.customer_name</td>\n<td>String</td>\n<td>Name of customer</td>\n</tr>\n<tr>\n<td>result.extraction_output.ifsc_code</td>\n<td>String</td>\n<td>IFSC Code</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document processed (in this case: \"id_document\")</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","id_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b40061d5-e9c0-4987-a614-b0b5d55b7e7d","name":"ind_electricity_bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-07-03T16:05:57+05:30\",\n    \"created_at\": \"2023-07-03T16:05:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"44ed39bd-381a-4681-846c-9e000eebd351\",\n    \"result\": {\n        \"extraction_output\": {\n            \"account_number\": \"151751xxx\",\n            \"address\": \"B/302 MAHESH TOWER PLOT NO 48 CHARKOP SEC 2 KANDIVALI WEST NEAR NANAD MANAGAL MUMBAI 400067\",\n            \"bill_number\": \"\",\n            \"bill_period\": \"OCT-18\",\n            \"billing_date\": \"27-10-2018\",\n            \"email_id\": \"harjeetxxx@gmail.com\",\n            \"full_name\": \"INDERJEET SINGH KHANNA\",\n            \"mobile_no\": \"996774xxxxx\",\n            \"total_due_amount\": \"2390.00\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"85586871-8665-457d-beb5-4282b564c2e7","name":"ind_gas_bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"ind_gas_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/ind_pan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-07-03T16:05:57+05:30\",\n    \"created_at\": \"2023-07-03T16:05:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"44ed39bd-381a-4681-846c-9e000eebd351\",\n    \"result\":{\n        \"extraction_output\":{\n            \"account_number\": \"151751xxx\",\n            \"address\": \"B/302 MAHESH TOWER PLOT NO 48 CHARKOP SEC 2 KANDIVALI WEST NEAR NANAD MANAGAL MUMBAI 400067\",\n            \"bill_number\": \"\",\n            \"bill_period\": \"OCT-18\",\n            \"billing_date\": \"27-10-2018\",\n            \"email_id\": \"harjeetxxx@gmail.com\",\n            \"full_name\": \"INDERJEET SINGH KHANNA\",\n            \"mobile_no\": \"996774xxxxx\",\n            \"total_due_amount\": \"2390.00\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"id_document\"\n}\n}"},{"id":"546af43c-2eff-47df-9fb4-2005a110d0b0","name":"ind_broadband_bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"ind_broadband_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-07-03T16:05:57+05:30\",\n    \"created_at\": \"2023-07-03T16:05:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"44ed39bd-381a-4681-846c-9e000eebd351\",\n    \"result\": {\n        \"extraction_output\": {\n            \"full_name\": \"Akash\",\n            \"address\": \"#4234, tamilnadu 2344\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"9effed44-efbf-4751-8c4a-84cbbc84bc3c","name":"ind_fssai","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"<Link>\",\n        \"doc_type\": \"ind_fssai\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-07-17T17:15:05+05:30\",\n    \"created_at\": \"2023-07-17T17:14:57+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"fd6b1d4c-6a31-4ad6-94ef-4488652cf98c\",\n    \"result\": {\n        \"extraction_output\": {\n            \"address\": \"Manmohan, Kanti(17), Narnaul, Mahendragarh, Haryana - 123021\",\n            \"expiry_date\": \"2022-03-14\",\n            \"id_number\": \"20821012000319\",\n            \"issue_date\": \"2021-03-15\",\n            \"kind_of_business\": \"General Manufacturing\",\n            \"name\": \"Anita Masale\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"d7c6aed3-a34f-430d-af8f-c1f82319f407","name":"deed_of_lease","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"deed_of_lease\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-07-03T16:05:57+05:30\",\n    \"created_at\": \"2023-07-03T16:05:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"44ed39bd-381a-4681-846c-9e000eebd351\",\n    \"result\": {\n        \"extraction_output\": {\n            \"lessor_name\": \"asnkas\",\n            \"licensor_address\": \"B/302 MAHESH TOWER PLOT NO 48 CHARKOP SEC 2 KANDIVALI WEST NEAR NANAD MANAGAL MUMBAI 400067\",\n            \"lesee_name\": \"dadsd\",\n            \"licensee_address\": \"B/302 MAHESH TOWER PLOT NO 48 CHARKOP SEC 2 KANDIVALI WEST NEAR NANAD MANAGAL MUMBAI 400067\",\n\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"00f9469b-7abc-4ac5-96cf-5e7fdfca0ea2","name":"intl_passport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://travelcdns.cambodia-travel.com/where_to_find_your_passport_number_in_nigerian_passport.jpg\",\n        \"doc_type\": \"international_passport\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2023-08-02T14:06:48+05:30\",\n    \"created_at\": \"2023-08-02T14:06:38+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"4de0934b-1b24-46a5-a563-5894504cd14a\",\n    \"result\": {\n        \"extraction_output\": {\n            \"country_code\": \"NGA\",\n            \"date_of_birth\": \"24 SEP/SEP 87\",\n            \"date_of_expiry\": \"01 OCT / OCT 19\",\n            \"date_of_issue\": \"02 ОСТ/ОСТ 14\",\n            \"full_name\": \"FAYEZ BROWN\",\n            \"gender\": \"FEMALE\",\n            \"given_name\": \"FAYEZ\",\n            \"id_number\": \"A11163131\",\n            \"middle_name\": \"\",\n            \"mrz_line1\": \"FEDERAL REPL рацев P<NGAFAYEZ<<BROWN<<<<<<<<<<<<<<<<<<<<<<<<<<\",\n            \"mrz_line2\": \"A11631313NGA8709063F0209016<<<<<<<< <<<<<<00\",\n            \"nationality\": \"NIGERIAN\",\n            \"place_of_birth\": \"IBADAN\",\n            \"place_of_issue\": \"IBADAN\",\n            \"surname\": \"BROWN\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"886b3da4-ab3a-41ea-9a5d-90dc2e8f021a","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"123456","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:48:19 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4d74872c-6840-47cf-ab5a-b3ebb72b0a1c","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"485b1bcba935/b4325490-9ba1-44a8-91e4-09bbc336ea30","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bwsill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"377"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:50:50 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2022-10-21T15:20:50+05:30\",\n    \"created_at\": \"2022-10-21T15:20:49+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"ed52654a-c125-465b-aa1c-8aa7e3fe8960\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"},{"id":"8655e6cd-ae5e-4dfb-96fd-154763c38d69","name":"Err: Missing api key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bwsill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:53:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a9c18c08-86ca-4639-bb06-f448c52110db","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12345","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bwsill.jpg\",\n        \"doc_type\": \"ind_electricity_bill\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"f3d5842e-e553-4cff-ba1d-f213094c8e07","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12345","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n         \"document1\": \"https://www.googleapis.com/storage/v1/b/idfy-testing-set/o/utility_bill/adani-bwsill.jpg\",\n        \"doc_type\": \"doc_type\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/id_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-19T14:34:21+05:30\",\n    \"created_at\": \"2024-08-19T14:34:21+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"c62ed98f-0f25-4609-9c52-9bd3c99f3c4a\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"id_document\"\n}"}],"_postman_id":"04e4cc06-8c2c-4b86-8217-9e76a2d35483"}],"id":"a6e16b0b-00bb-4288-bdaa-78cd7f2fbc5f","_postman_id":"a6e16b0b-00bb-4288-bdaa-78cd7f2fbc5f","description":""}],"id":"7486ecf0-f148-435a-8b3f-deaa87dbc881","description":"<p>This task allows you to extract text fields out of a document image in realtime. You can use the following endpoints based on the document you wish to extract details from.</p>\n","_postman_id":"7486ecf0-f148-435a-8b3f-deaa87dbc881"},{"name":"Document Recognition","item":[{"name":"Async","item":[{"name":"Document Image Validation async","item":[{"name":"Document Image Validation async","id":"3930c3bf-db8d-45fc-b23b-d3f2dbf97d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\": {\n            \"f*******s\": true,\n            \"d*******e\": true,\n            \"c*******s\": true\n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/validate/document","description":"<p>This endpoint is used to perform real-time validation checks on the ID document submitted by a user. These checks are best suited for the following use-cases</p>\n<p>To give the user an immediate feedback in case a wrong or unexpected document is submitted:</p>\n<li><div>To ascertain the ID type (aadhaar, pan, voter, DL and passport) of an unknown OVD (Officially Valid Document).<br /></div></li>\n\n<li><div>To identify non-readable / blurred documents submitted by the user and provide a real-time feedback within seconds<br /></div></li>\n\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>No</td>\n<td>Type of document</td>\n<td>Can be used for additional validation at the client’s end. Acceptable strings: ind_pan, ind_aadhaar, ind_voter_id, ind_driving_license, ind_passport</td>\n</tr>\n<tr>\n<td>data.advanced_features.d*e</td>\n<td>Bool</td>\n<td>No</td>\n<td>detect if the document uploaded by the customer is in the front/back/both side of documents  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.advanced_features.f*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>To detect face in a document  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.advanced_features.c*n</td>\n<td>Bool</td>\n<td>No</td>\n<td>Detect if document is a scanned copy  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output\">Output</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","validate","document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"d2065c9d-de45-452f-90a9-15b23884606b","name":"Document Image Validation async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\": {\n            \"f*******s\": true,\n            \"d*******e\": true,\n            \"c*******s\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"387"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:04:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"60a4a09e-cb05-49a5-9a08-6a32890ec29e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\":\n        {\n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:44:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"75a56c29-c74b-4a00-ad14-3db950f1e6f3","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\":\n        {\n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"40b877ca-a259-44b2-a45b-f7328471a5e8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\":\n        {\n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"3930c3bf-db8d-45fc-b23b-d3f2dbf97d0b"},{"name":"Get task","id":"64e430a3-63b2-48be-848f-a7d570d49f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty Value: “validate”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.detected_doc_side</td>\n<td>String</td>\n<td>Detected side of the uploaded document.  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>A valid string, non-empty. Can be “front”, “back”, “both”</td>\n</tr>\n<tr>\n<td>result.detected_doc_type</td>\n<td>String</td>\n<td>Type of document detected</td>\n<td>A valid string, non-empty. Can be- ind_pan, ind_aadhaar, ind_voter_id, ind_driving_license, ind_passport, ind_rc, not_detected</td>\n</tr>\n<tr>\n<td>result.face_details</td>\n<td>Object</td>\n<td>Container for face detection  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.face_details.detected</td>\n<td>Bool</td>\n<td>Result of face detection  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>true,false</td>\n</tr>\n<tr>\n<td>result.is_scanned</td>\n<td>Bool</td>\n<td>True if scanned image is uploaded, else false  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>true,false</td>\n</tr>\n<tr>\n<td>result.is_readable</td>\n<td>Bool</td>\n<td>Result of image readability</td>\n<td>true,false</td>\n</tr>\n<tr>\n<td>result.readability</td>\n<td>Object</td>\n<td>Container for readability score</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.readability.confidence</td>\n<td>Integer</td>\n<td>Confidence score for image readability</td>\n<td>Integer value from 0 to 100</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"c0b97814-97a2-4679-914b-d7108cfe7c6f","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-07-10T12:28:27+05:30\",\n    \"created_at\": \"2024-07-10T12:28:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"675038c0-fba5-484f-9eff-8fc154e479a2\",\n    \"result\": {\n        \"detected_doc_side\": \"front\",\n        \"detected_doc_type\": \"ind_pan\",\n        \"face_details\": {\n            \"detected\": true\n        },\n        \"is_readable\": true,\n        \"is_scanned\": false,\n        \"readability\": {\n            \"confidence\": 100\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}\n]"},{"id":"b21ce554-ad20-47a1-bb82-90c3b6c8e8d0","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7b6e062b-70e0-46fe-9d8b-6f8a9c39c12e","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d084be69-6b23-487e-ae61-f463e6a3240e","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"},{"id":"6e73e41b-63d2-461e-b1c2-c8fdca7a114f","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T15:23:47+05:30\",\n    \"created_at\": \"2024-08-19T15:23:47+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"93c1efa2-bd7e-4c78-b721-0e86bb558c76\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"eda73c8e-f4c6-40ac-ac32-55111952a8bc","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2022-10-21T16:12:18+05:30\",\n    \"created_at\": \"2022-10-21T16:12:18+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"9367f4f9-379d-43e6-84b1-06e4c2961485\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"}],"_postman_id":"64e430a3-63b2-48be-848f-a7d570d49f3e"}],"id":"f53e585e-41bd-4a69-8be2-fde5c19c065f","_postman_id":"f53e585e-41bd-4a69-8be2-fde5c19c065f","description":""},{"name":"International Document Image Validation async","item":[{"name":"International Document Image Validation async","id":"539a3bad-1961-4a22-9bce-a651f8857d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/validate/international_document","description":"<p>This endpoint is used to perform real-time validation checks on the ID document submitted by a user. These checks are best suited for the following use-cases</p>\n<p>To give the user an immediate feedback in case a wrong or unexpected document is submitted:</p>\n<li><div>To ascertain the ID type (DL, SSS, UMID, Passport, Voter, TIN, NBI) of an unknown OVD (Officially Valid Document).<br /></div></li>\n\n<li><div>To identify non-readable / blurred documents submitted by the user and provide a real-time feedback within seconds<br /></div></li>\n\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>No</td>\n<td>Type of document</td>\n<td>Can be used for additional validation at the client’s end.</td>\n</tr>\n<tr>\n<td>data.country_of_origin</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country of origin of document</td>\n<td>Can be \"phl\", or \"idn\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output\">Output</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","validate","international_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c85c423f-1606-4013-9ce6-e6afed8c81ac","name":"Success:Document Image Validation async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/international_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"387"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:04:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"0bcf0381-9a1b-4b2e-b04d-e0e8c749488c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/international_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:44:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"43ba3caf-8369-496f-ac0e-f9bb8da3a68a","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/international_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7174ce99-8abe-4f21-9dbf-4b0b5fc054f1","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\"\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/validate/international_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"539a3bad-1961-4a22-9bce-a651f8857d57"},{"name":"Get task","id":"51cf0f3c-c5de-423c-9527-44ac22e2fefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed.</td>\n<td>Value: validate</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed.</td>\n<td>ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created.</td>\n<td>ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result.detected_doc_type</td>\n<td>String</td>\n<td>The type of document detected during validation.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_readable</td>\n<td>Boolean</td>\n<td>Indicates whether the document is readable.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.readability.confidence</td>\n<td>Number</td>\n<td>Confidence level in the readability of the document.</td>\n<td>value range: 0-100</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>e.g., completed, failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task being performed.</td>\n<td>Value: international_document</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"1bb84bfb-0553-4cc9-b798-497629897542","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T16:00:34+05:30\",\n    \"created_at\": \"2024-08-19T16:00:33+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"9c3cfa79-5b8a-488d-a12c-de7d0355d3cb\",\n    \"result\": {\n        \"detected_doc_type\": \"phl_driving_license\",\n        \"is_readable\": true,\n        \"readability\": {\n            \"confidence\": 94.22\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"international_document\"\n}"},{"id":"b08653bf-e1a5-4f84-82c7-5b134bdb3d28","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c3a46bb3-9f83-4e83-9b24-2fd3af620084","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d008c4cb-fa12-4ad6-923e-76e6ae5c7ee2","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"},{"id":"352b93be-d09a-45f6-8cf6-b2d587f9355c","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T15:36:39+05:30\",\n    \"created_at\": \"2024-08-19T15:36:39+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"4d19b1ae-de3b-4987-85e3-eb8476a93010\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"international_document\"\n}"},{"id":"dc1bdbc8-d8a8-4b65-b2af-f30936d66ba7","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T15:38:55+05:30\",\n    \"created_at\": \"2024-08-19T15:38:55+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"b8a959bd-6fbb-4063-a024-7b843a2bc730\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"international_document\"\n}"}],"_postman_id":"51cf0f3c-c5de-423c-9527-44ac22e2fefb"}],"id":"fb88dd93-6f8e-49da-9238-820fa7bee87b","_postman_id":"fb88dd93-6f8e-49da-9238-820fa7bee87b","description":""}],"id":"2814613e-9fd0-4e4d-9ed5-567afcdb1436","_postman_id":"2814613e-9fd0-4e4d-9ed5-567afcdb1436","description":""},{"name":"Sync","item":[{"name":"Document Image Validation sync","item":[{"name":"Document Image Validation sync","id":"0f42b32b-138c-417c-a69d-614e7561d635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\": {\n            \"f*******s\": true,\n            \"d*******e\": true,\n            \"c*******s\": true\n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document","description":"<p>This endpoint is used to perform real-time validation checks on the ID document submitted by a user. These checks are best suited for the following use-cases</p>\n<p>To give the user an immediate feedback in case a wrong or unexpected document is submitted:</p>\n<li><div>To ascertain the ID type (aadhaar, pan, voter, DL and passport) of an unknown OVD (Officially Valid Document).<br /></div></li>\n\n<li><div>To identify non-readable / blurred documents submitted by the user and provide a real-time feedback within seconds<br /></div></li>\n\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>No</td>\n<td>Type of document</td>\n<td>Can be used for additional validation at the client’s end. Acceptable strings: ind_pan, ind_aadhaar, ind_voter_id, ind_driving_license, ind_passport</td>\n</tr>\n<tr>\n<td>data.advanced_features.d*e</td>\n<td>Bool</td>\n<td>No</td>\n<td>detect if the document uploaded by the customer is in the front/back/both side of documents  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.advanced_features.f*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>To detect face in a document  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.advanced_features.c*n</td>\n<td>Bool</td>\n<td>No</td>\n<td>Detect if document is a scanned copy  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output\">Output</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty Value: “validate”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.detected_doc_side</td>\n<td>String</td>\n<td>Detected side of the uploaded document.</td>\n<td>A valid string, non-empty. Can be “front”, “back”, “both”</td>\n</tr>\n<tr>\n<td>result.detected_doc_type</td>\n<td>String</td>\n<td>Type of document detected</td>\n<td>A valid string, non-empty. Can be- ind_pan, ind_aadhaar, ind_voter_id, ind_driving_license, ind_passport, not_detected</td>\n</tr>\n<tr>\n<td>result.is_readable</td>\n<td>Bool</td>\n<td>Result of image readability</td>\n<td>true,false</td>\n</tr>\n<tr>\n<td>result.readability</td>\n<td>Object</td>\n<td>Container for readability score</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.readability.confidence</td>\n<td>Integer</td>\n<td>Confidence score for image readability</td>\n<td>Integer value from 0 to 100</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","validate","document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"bcf388c5-7933-4149-ae4f-2a10d5fd36cf","name":"Success: Document Image Validation sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"doc_type\": \"Type of document\",\n        \"advanced_features\": {\n            \"f*******s\": true,\n            \"d*******e\": true,\n            \"c*******s\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"419"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 17 Oct 2022 09:26:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-07-10T12:28:27+05:30\",\n    \"created_at\": \"2024-07-10T12:28:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"675038c0-fba5-484f-9eff-8fc154e479a2\",\n    \"result\": {\n        \"detected_doc_side\": \"front\",\n        \"detected_doc_type\": \"ind_pan\",\n        \"face_details\": {\n            \"detected\": true\n        },\n        \"is_readable\": true,\n        \"is_scanned\": false,\n        \"readability\": {\n            \"confidence\": 100\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"067058bf-bf7d-48b2-9b83-3724f17b0c22","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\": \"type_of_doc_you_expect\", \n        \"advanced_features\":\n        {   \n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"379"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:42:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2022-10-21T16:12:18+05:30\",\n    \"created_at\": \"2022-10-21T16:12:18+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"9367f4f9-379d-43e6-84b1-06e4c2961485\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"9495df9c-d5c0-4171-8921-c4729dd03633","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\": \"type_of_doc_you_expect\", \n        \"advanced_features\":\n        {   \n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"379"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:42:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T15:23:47+05:30\",\n    \"created_at\": \"2024-08-19T15:23:47+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"93c1efa2-bd7e-4c78-b721-0e86bb558c76\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"f7c56bee-0ea4-45d9-a511-9060d1f82201","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\": \"type_of_doc_you_expect\", adding this line to generate syntax error/ Bad request error\n        \"advanced_features\":\n        {   \n            \"detect_doc_side\": true\n        }\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:43:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b8cf8409-b9a8-4136-a180-384f07ec0562","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"doc_type\": \"type_of_doc_you_expect\", adding this line to generate syntax error/ Bad request error\n        \"advanced_features\":\n        {   \n            \"detect_doc_side\": true\n        }\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/validate/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:46:22 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"0f42b32b-138c-417c-a69d-614e7561d635"}],"id":"084df1cd-ba82-41c1-8650-68c01fea2a1f","_postman_id":"084df1cd-ba82-41c1-8650-68c01fea2a1f","description":""},{"name":"International Document Image Validation sync","item":[{"name":"International Document Image Validation sync","id":"e33fd8ab-1950-4e80-993a-19060ed3d33a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document","description":"<p>This endpoint is used to perform real-time validation checks on the ID document submitted by a user. These checks are best suited for the following use-cases</p>\n<p>To give the user an immediate feedback in case a wrong or unexpected document is submitted:</p>\n<li><div>To ascertain the ID type (Voter, DL, Passport, UMID, SSS, TIN, NBI) of an unknown OVD (Officially Valid Document).<br /></div></li>\n\n<li><div>To identify non-readable / blurred documents submitted by the user and provide a real-time feedback within seconds<br /></div></li>\n\n<ul>\n<li>To check if face is present on the submitted document</li>\n</ul>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>No</td>\n<td>Type of document</td>\n<td>Can be used for additional validation at the client’s end.</td>\n</tr>\n<tr>\n<td>data.country_of_origin</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country of origin of document</td>\n<td>Can be \"phl\", or \"idn\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed.</td>\n<td>Value: validate</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed.</td>\n<td>ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created.</td>\n<td>ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result.detected_doc_type</td>\n<td>String</td>\n<td>The type of document detected during validation.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_readable</td>\n<td>Boolean</td>\n<td>Indicates whether the document is readable.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.readability.confidence</td>\n<td>Number</td>\n<td>Confidence level in the readability of the document.</td>\n<td>value range: 0-100</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>e.g., completed, failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task being performed.</td>\n<td>Value: international_document</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","validate","international_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4a635f0e-abc2-4144-a480-8233725e05a3","name":"Success: Document Image Validation sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"419"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 17 Oct 2022 09:26:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T16:00:34+05:30\",\n    \"created_at\": \"2024-08-19T16:00:33+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"9c3cfa79-5b8a-488d-a12c-de7d0355d3cb\",\n    \"result\": {\n        \"detected_doc_type\": \"phl_driving_license\",\n        \"is_readable\": true,\n        \"readability\": {\n            \"confidence\": 94.22\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"international_document\"\n}"},{"id":"5999c881-dd0a-45db-8090-d45c9c572f9b","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"379"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:42:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2022-10-21T16:12:18+05:30\",\n    \"created_at\": \"2022-10-21T16:12:18+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"9367f4f9-379d-43e6-84b1-06e4c2961485\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"12dcb675-1daf-4a59-8e1d-3ae7bb68239f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\",\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:43:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"1bc38bc5-fc2a-44ec-93fa-db9c403b9157","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_driving_license\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:46:22 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8dba143a-3c06-4d43-a031-4ab666b19780","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://pbs.twimg.com/media/DBPajWHUAAAqHOB.jpg\",\n        \"doc_type\": \"phl_\",\n        \"country_of_origin\": \"phl\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/international_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:46:22 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-08-19T15:38:55+05:30\",\n    \"created_at\": \"2024-08-19T15:38:55+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"b8a959bd-6fbb-4063-a024-7b843a2bc730\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"international_document\"\n}"}],"_postman_id":"e33fd8ab-1950-4e80-993a-19060ed3d33a"}],"id":"b5902498-59f1-4f57-954b-9f8d9ef6a578","_postman_id":"b5902498-59f1-4f57-954b-9f8d9ef6a578","description":""}],"id":"665f3c3f-7c03-4c03-9ce5-b2ffb34bf2a8","_postman_id":"665f3c3f-7c03-4c03-9ce5-b2ffb34bf2a8","description":""}],"id":"393ed7ad-ba1e-4971-af83-c905dda40c96","description":"<p>An advanced Machine learning based solution that helps you identify the type of document that is being sent by the user.</p>\n","_postman_id":"393ed7ad-ba1e-4971-af83-c905dda40c96"},{"name":"Document Masking","item":[{"name":"Async","item":[{"name":"Aadhaar Masking","item":[{"name":"ind_aadhaar masking async","id":"dfc27903-e302-4570-b3f6-ee55e907bc92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"consent\": \"yes\",\n        \"m*****r\": true,\n        \"m*****s\": true,\n        \"l*****s\": true\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar","description":"<p>This endpoint allows you to mask the first 8 digits of Aadhaar number on an Aadhaar card image or a PDF. It returns the image/PDF with masked Aadhaar number in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string/base64</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL to document or image in base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"yes\" or \"no\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.m\\*r</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to mask qr code<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.m\\*s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to mask all digits on aadhaar card<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.l\\*s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to extract last four digits of aadhaar number<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","mask","ind_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b7305b26-e672-4c7e-8a0c-605116f970e4","name":"Success:ind_aadhaar masking async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"consent\": \"yes\",\n        \"m*****r\": true,\n        \"m*****s\": true,\n        \"l*****s\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1496"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:07:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"7056f9c6-ff04-4100-bc37-0c2dc49b7de4","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12345","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7116f141-d76e-47f4-8087-a02885716f6c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"bab14dec-9281-40d3-82e9-34d584a8f5d6","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\",\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"dfc27903-e302-4570-b3f6-ee55e907bc92"},{"name":"Get task","id":"763fa742-95a2-469e-900a-d316c14491b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “mask”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.document_url</td>\n<td>String</td>\n<td>Masked document url</td>\n<td>A valid (temporary) URL</td>\n</tr>\n<tr>\n<td>result.id_number_found</td>\n<td>Bool</td>\n<td>True if id number is found in the uploaded file, else false</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.original_document_url</td>\n<td>String</td>\n<td>Original document url</td>\n<td>A valid (temporary) URL</td>\n</tr>\n<tr>\n<td>result.self_link</td>\n<td>String</td>\n<td>NA</td>\n<td>NA</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_aadhaar”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a44144bb-df6a-491b-8a0f-7619cf102741","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1490"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:43:09 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"mask\",\n        \"completed_at\": \"2022-10-27T15:12:48+05:30\",\n        \"created_at\": \"2022-10-27T15:12:47+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff\",\n        \"result\": {\n            \"document_url\": \"https://storage.googleapis.com/storage.idfy.com/23bd6cc6-3a95-44c6-b6e7-a1a99e709762.jpg?Expires=1666950168&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=YOuodJTSPuJYjlWVcEKY0%2Bvt8Tc2YZtjTMlwX2PqQcRR3LeOttSN6EuVL7hMprl28ZGcCkObRSyH57BTM37JGlPhfjBT06Auz96SibaxVlXXh4qbUs4qwwd86Azs3SCF4mnVqNf1EQox47rsH3N0W72N4tqbj38l2NERwO5%2FawnZspjJjyDdDX%2F%2FAFRuTL5SGlVZjRMIF3HJ9ly8Ibr2bMC4b5jVhiFBFvprlVdKH%2Ba0DCWyGiYcpJC0uJDvwT7Z%2BBOKJWDxpIKoLq3B2bdiJ9nuOWjZb8XWMO6z0JtRu46TzA5h4IDb1JnE3GhGoM9fW5jWTkwBESW5QDcIg0VLNQ%3D%3D\",\n            \"id_number_found\": true,\n            \"original_document_url\": \"https://storage.googleapis.com/storage.idfy.com/e8126410-9dfd-481b-9471-3f07300fe37c.jpg?Expires=1666950167&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=HCdHdoCF1gdRLIUDdw6iaPSLsvEGjYdZXefgJTP%2BssWepzxdMWsroblqrTnWF73yLsWZqqllzNfN2Ry72l7xaoRN9%2FbA8b6aIh4njGITxCl9oSS7JUn2RuxCoaULGAx%2B4lZMVBCXBq2lQNFrA8bRHhgm0%2FDU9kFIboiqTTgv%2FudOunIXO4SrDTHSA2vSAd8odaqg2r%2Bd5Kxmp2HSiGkzCtrU0hm01CdcCIcW5cOiWRJEtm%2FkBEKtAeyZn2e%2FsVUHtSM%2FoLNecXt6dnWW64j5jC29czvXtC8O1EkJjFt3Iije94beIZQGa0oTn0A9QYdnRmEogS%2BwlAVNOIamwcng9A%3D%3D\",\n            \"self_link\": \"\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_aadhaar\"\n    }\n]"},{"id":"071894b9-4083-45c3-8dae-0686d3e7540f","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b92b2357-544f-4d87-987f-62d827abfa7b","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2bfcd2cc-2cf1-4079-9d48-302050d07c23","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"},{"id":"57cea69f-66a1-46a6-8fc7-6632d3ef72b3","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"mask\",\n    \"completed_at\": \"2024-08-19T17:36:36+05:30\",\n    \"created_at\": \"2024-08-19T17:36:34+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"f2869fc1-c52d-4872-9085-4a293f7f759b\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"}],"_postman_id":"763fa742-95a2-469e-900a-d316c14491b6"}],"id":"d64a449b-1d46-48ed-8979-45b6ff8b9c7e","_postman_id":"d64a449b-1d46-48ed-8979-45b6ff8b9c7e","description":""},{"name":"Aadhaar Masking Pro","item":[{"name":"masking_pro","id":"6070e09a-65ea-4eca-bfa8-c42cdf304a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"file1\": [\n            \"<URL of the Image/PDF/ ZIP>\"\n        ],\n        \"action\": [\n            \"mask\"\n        ],\n        \"mask_all\": true, //optional key. default will be false,\n        \"base64\": true //default will be false\n\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/bulk/document_processing","description":"<p>Most standard Aadhaar masking solutions are limited to masking individual Aadhaar card images. Using this endpoint you will be able to locate any <strong>hidden</strong> Aadhaar cards within stacks of files, folders, or multipage documents, and mask all of them.</p>\n<p>MaskingPro takes a multipage pdf or a zip file as input, and returns the same file as output, except that all its Aadhaar cards within are masked.</p>\n<p><a href=\"https://www.loom.com/share/edf1a02400574c068bc6c8d4a182d7da\"><b>5 minute video explainer on how it works</b></a></p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file1</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL to document or PDF or ZIP</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>action</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This will be \"mask\" for masking action</div><div><div><div><div></div></div></div><div></div></div></td><td><div>yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>type of the file which was given as input</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>output_file</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String - URL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The output file of masking document</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>total_elements_masked</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Total number of pages that had aadhaar number and is masked.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>total_elements_present</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Total number of elements present in the document.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unprocessed_element</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>total number of elements that was not masked because it was non-aadhaars</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unprocessed_file</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of the CSV file with the names of the documents that are not masked because it was non-aadhaars.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","bulk","document_processing"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a416c92e-c738-4814-ab4e-93975b6460d5","name":"Success:ind_aadhaar masking pro async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"file1\": [\n            \"<URL of the Image/PDF/ ZIP>\"\n        ],\n        \"action\": [\n            \"mask\"\n        ],\n        \"mask_all\": true, //optional key. default will be false,\n        \"base64\": true //default will be false\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1496"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:07:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"8664b628-2083-450c-be59-439269ef8b80","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"4e0c8c5f-781e-42c8-a342-24b1655c17ee","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/mask/ind_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"c3025176-a51c-4cbe-8891-ffeb96ba186c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",// adding this line to generate bad request error or suntax error\n        \"consent\": \"yes\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/bulk/document_processing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"6070e09a-65ea-4eca-bfa8-c42cdf304a07"},{"name":"Get task","id":"32ae00dc-0c02-4202-a1db-a449585537d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"e520572a-a9be-4383-84f4-6a85724c136a","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1490"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:43:09 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"bulk\",\n        \"completed_at\": \"2023-10-10T15:51:29+05:30\",\n        \"created_at\": \"2023-10-10T15:51:08+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"0626dd50-810b-4693-8199-1a10a727aa78\",\n        \"result\": {\n            \"file_type\": \"pdf\",\n            \"output_file\": [\n                \"<URL of the masking output file>\"\n            ],\n            \"processing_summary\": {\n                \"total_elements_masked\": \"3\",\n                \"total_elements_present\": \"9\",\n                \"unprocessed_element\": \"6\"\n            },\n            \"unprocessed_file\": [\n                \"<URL of the CSV file with the name of non masked elements>\"\n            ]\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"document_processing\"\n    }\n]"},{"id":"6048aab1-439b-4fb1-a578-271c1fb453f7","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"2ba4a95d-655c-46fd-9bfe-90df1e80dd16","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"f09479c2-e016-4833-b7db-13db3907c6a2","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"}],"_postman_id":"32ae00dc-0c02-4202-a1db-a449585537d7"}],"id":"5b4b5deb-7fb4-440a-a322-ab9c828db47c","_postman_id":"5b4b5deb-7fb4-440a-a322-ab9c828db47c","description":""}],"id":"c180f415-1883-4a5d-b603-847a56c7b819","_postman_id":"c180f415-1883-4a5d-b603-847a56c7b819","description":""},{"name":"Sync","item":[{"name":"ind_aadhaar masking sync","id":"1c637fdf-41f4-433d-9fc1-f33080511a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"consent\": \"yes\",\n        \"m*****r\": true,\n        \"m*****s\": true,\n        \"l*****s\": true\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar","description":"<p>This endpoint allows you to mask the first 8 digits of Aadhaar number on an Aadhaar card image or a PDF. It returns the image/PDF with masked Aadhaar number in real-time.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string/base64</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL to document or image in base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.consent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"yes\" or \"no\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.m\\*r</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to mask qr code<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.m\\*s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to mask all digits on aadhaar card<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.l\\*s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Option to extract last four digits of aadhaar number<br /><br />\\* contact IDfy sales SPOC for exact key name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “mask”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.document_url</td>\n<td>String</td>\n<td>Masked document url</td>\n<td>A valid (temporary) URL</td>\n</tr>\n<tr>\n<td>result.id_number_found</td>\n<td>Bool</td>\n<td>True if id number is found in the uploaded file, else false</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.original_document_url</td>\n<td>String</td>\n<td>Original document url</td>\n<td>A valid (temporary) URL</td>\n</tr>\n<tr>\n<td>result.self_link</td>\n<td>String</td>\n<td>NA</td>\n<td>NA</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_aadhaar”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","mask","ind_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1c94cfcb-6661-465d-b497-15d037d24d74","name":"Success:ind_aadhaar masking async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL / Base64\",\n        \"consent\": \"yes\",\n        \"m*****r\": true,\n        \"m*****s\": true,\n        \"l*****s\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1496"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:07:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"mask\",\n        \"completed_at\": \"2022-10-27T15:12:48+05:30\",\n        \"created_at\": \"2022-10-27T15:12:47+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"d49b6b4e-4004-46a4-a8aa-8ea2fb4676ff\",\n        \"result\": {\n            \"document_url\": \"https://storage.googleapis.com/storage.idfy.com/23bd6cc6-3a95-44c6-b6e7-a1a99e709762.jpg?Expires=1666950168&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=YOuodJTSPuJYjlWVcEKY0%2Bvt8Tc2YZtjTMlwX2PqQcRR3LeOttSN6EuVL7hMprl28ZGcCkObRSyH57BTM37JGlPhfjBT06Auz96SibaxVlXXh4qbUs4qwwd86Azs3SCF4mnVqNf1EQox47rsH3N0W72N4tqbj38l2NERwO5%2FawnZspjJjyDdDX%2F%2FAFRuTL5SGlVZjRMIF3HJ9ly8Ibr2bMC4b5jVhiFBFvprlVdKH%2Ba0DCWyGiYcpJC0uJDvwT7Z%2BBOKJWDxpIKoLq3B2bdiJ9nuOWjZb8XWMO6z0JtRu46TzA5h4IDb1JnE3GhGoM9fW5jWTkwBESW5QDcIg0VLNQ%3D%3D\",\n            \"id_number_found\": true,\n            \"original_document_url\": \"https://storage.googleapis.com/storage.idfy.com/e8126410-9dfd-481b-9471-3f07300fe37c.jpg?Expires=1666950167&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=HCdHdoCF1gdRLIUDdw6iaPSLsvEGjYdZXefgJTP%2BssWepzxdMWsroblqrTnWF73yLsWZqqllzNfN2Ry72l7xaoRN9%2FbA8b6aIh4njGITxCl9oSS7JUn2RuxCoaULGAx%2B4lZMVBCXBq2lQNFrA8bRHhgm0%2FDU9kFIboiqTTgv%2FudOunIXO4SrDTHSA2vSAd8odaqg2r%2Bd5Kxmp2HSiGkzCtrU0hm01CdcCIcW5cOiWRJEtm%2FkBEKtAeyZn2e%2FsVUHtSM%2FoLNecXt6dnWW64j5jC29czvXtC8O1EkJjFt3Iije94beIZQGa0oTn0A9QYdnRmEogS%2BwlAVNOIamwcng9A%3D%3D\",\n            \"self_link\": \"\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_aadhaar\"\n    }\n]"},{"id":"53095f35-a1ca-4084-8d14-342dde87e27f","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12345","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"620dd16e-c4b1-45ba-94fe-1a24cd0fd71b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:47:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9920354b-bd0a-49ff-806f-907b0a9d9b64","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\",\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"60d75d1e-cf30-49d1-b177-3a5063e898c6","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL / BASE64\",\n        \"consent\": \"yes\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/mask/ind_aadhaar"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:48:47 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"mask\",\n    \"completed_at\": \"2024-08-19T17:36:36+05:30\",\n    \"created_at\": \"2024-08-19T17:36:34+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"f2869fc1-c52d-4872-9085-4a293f7f759b\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_aadhaar\"\n}"}],"_postman_id":"1c637fdf-41f4-433d-9fc1-f33080511a7b"}],"id":"8d17d4be-e789-4159-8fa0-ce9fb20d9b87","_postman_id":"8d17d4be-e789-4159-8fa0-ce9fb20d9b87","description":""}],"id":"0a34f706-7e39-4100-a1ae-7f46b39a1e3c","description":"<p>Allows you to specifically mask a few elements on a documents.</p>\n","_postman_id":"0a34f706-7e39-4100-a1ae-7f46b39a1e3c"},{"name":"Document Correction","item":[{"name":"Sync","item":[{"name":"compress image sync","id":"bd450e2d-1a7c-488b-b3f7-8970496f744e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image","description":"<p>This API helps in compressing the image by a given percentage or size limit before it is passed to any other IDfy's API for extraction.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL or Base64 for document to compress</td>\n<td>Supported file formats Image(JPEG/JPG/PNG/GIF/TIFF/PDF)</td>\n</tr>\n<tr>\n<td>data.compression_by</td>\n<td>String</td>\n<td>Yes</td>\n<td>Compress by percentage or sizelimit</td>\n<td>Accepted values: “percentage”, “sizelimit”</td>\n</tr>\n<tr>\n<td>data.compress_to</td>\n<td>String</td>\n<td>Yes</td>\n<td>Required percentage or size of compression</td>\n<td>in case of “percentage” value should range from 10 to 90. In case of “sizelimit” value should not be greater than input file size</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: \"compress\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_format</td>\n<td>string</td>\n<td>Format of the compressed file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_size</td>\n<td>string</td>\n<td>Size of the compressed file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_url</td>\n<td>string</td>\n<td>URL to the compressed file</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.compression_type</td>\n<td>string</td>\n<td>Type of compression applied</td>\n<td></td>\n</tr>\n<tr>\n<td>result.original_file_url</td>\n<td>string</td>\n<td>URL to the original file</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the record</td>\n<td>Value: “image”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compress","image"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e2d52431-7cce-430e-8a19-1de9731d5629","name":"Success: compress image","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compress\",\n    \"completed_at\": \"2024-08-08T14:11:22+05:30\",\n    \"created_at\": \"2024-08-08T14:11:22+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"b700b250-020b-4bc9-8176-df454d8fe54b\",\n    \"result\": {\n        \"compressed_file_format\": \"jpg\",\n        \"compressed_file_size\": \"2.63671875 KB\",\n        \"compressed_file_url\": \"https://storage.googleapis.com/image-masking/image_b700b250-020b-4bc9-8176-df454d8fe54b.jpg?Expires=1723192882&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=P9J0EoEfam33ZyzXmVSPmGFpXPhqbSnjg5Ho%2BJApkeMktygpO7mveeFaE1J9b4vN%2F0Ls5EHOU9csKfpSEFdm3DVPhceXxtdynXExerKHyhvUKb41OvPeSsuTG284sKTxRzXq%2F99cmthFeQXKFAc0yOKlBbZEDtiZgyQmQ%2F0D8ccHVsbTQBvnZll3g%2F1Bvjj6MMDFUoK5wzk61m0pFme9d6yOY4VPa84k75K4lUoE9095y6XeGqAacJLkGwls6df2fRsPSd3edNoyD46Vp69CzftnG7QkrzIM4ohaWWytsoSH%2BAXe4tBuR6DO%2B1RmgNShzgV3%2BIoSQWam6qmfGw%2FsSw%3D%3D\",\n        \"compression_type\": \"percentage\",\n        \"original_file_url\": \"https://storage.idfy.com/c1e78b90-ec28-497f-a4df-75123fa736f5.jpg?Expires=1723192882&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=CE8wo1ZWw6T08WRM4rIXW5SGkvM6mPEWQ%2BdBFiuT7jk%2BsanJk5W2SIAutxW1xWNw4%2BJ1visU2RjfNF1LM5l0Ypd4jJm71gnEza8jADaRw1Mec7ZyKPGs18efXnakkdqwVpjmjsdx5GvugrwYdQJRjn9WSmhCfFHeW6ZQGH4j0KsQuwduTLefQQhlcXuBj9zIOUCuvwPTVyG7IAOMnnq%2F8S%2B%2BHbdTQCHtOZDJk%2Fnscm%2FAYCk8iNdzXDGF1rmIhXOc6%2FCmTWsvFA6nH0Jqx2Rxo89Q0S1MOl2ecElXUzHtxseCGglgQ3VR4byvIO%2F8CtQsuzrGUmiEVj%2Bp0lo1atHW8w%3D%3D\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"type\": \"image\"\n}"},{"id":"f6658ff9-97ed-48ad-ae4d-1828182484fa","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12345","type":"text"},{"key":"account-id","value":"23451","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:50:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4d374de3-cbc7-40ec-8af9-a6e6db63a189","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 17:51:04 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"fc943889-8878-45e0-ad1c-c511b4e0bd3c","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/filees/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\"\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"337"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:01:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compress\",\n    \"completed_at\": \"2022-11-07T23:31:26+05:30\",\n    \"created_at\": \"2022-11-07T23:31:26+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"1711f923-23e6-4b6b-b54f-a0a36f01c1f3\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"image\"\n}"},{"id":"50088dfb-b3fa-4c18-8d4f-82d2c9247571","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"task_id\":\"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\"data\":{\r\n\"document1\":\"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n\"compression_by\":\"percentage\",\r\n\"compress_to\":\"50\",\r\n}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/compress/image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:01:55 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"bd450e2d-1a7c-488b-b3f7-8970496f744e"}],"id":"bf139a55-a9cb-42c5-83e2-23cfc66737d2","_postman_id":"bf139a55-a9cb-42c5-83e2-23cfc66737d2","description":""}],"id":"956669e9-ccbd-4f96-a6bc-535191f6e7b8","_postman_id":"956669e9-ccbd-4f96-a6bc-535191f6e7b8","description":""},{"name":"ID Forgery Detection","item":[{"name":"Sync","item":[{"name":"ind_pan sync","id":"3ff9172c-1c32-4099-b3eb-febef1899235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"1234567890","type":"text"},{"key":"account-id","value":"1234567890","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan","description":"<p>This API checks for any sign of tampering on the Indian PAN card.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>PAN Card image in URL or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, Value: “tampering”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.details</td>\n<td>Object</td>\n<td>Container for details of output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.details.is_app_created</td>\n<td>Bool</td>\n<td>Validates that the given PAN hasn’t been built using a fake PAN generator app</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.details.is_spelling_incorrect</td>\n<td>Bool</td>\n<td>If the spelling of name is tampered on given PAN card</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.is_tampered</td>\n<td>Bool</td>\n<td>Tampering validation of given PAn card image</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_pan”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","tampering","ind_pan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2e8db4a1-1f53-49a9-ae66-f24617ffb9d2","name":"Success: ind_pan","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"tampering\",\n    \"completed_at\": \"2024-08-20T09:51:51+05:30\",\n    \"created_at\": \"2024-08-20T09:51:49+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"ab6e34f2-9fad-4bb9-b96b-bb9de68e5c82\",\n    \"result\": {\n        \"details\": {\n            \"is_app_created\": false,\n            \"is_spelling_incorrect\": false\n        },\n        \"is_tampered\": false\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"cef36d21-9598-4b00-b526-6b3e945b106e","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1234567890","type":"text"},{"key":"account-id","value":"1234567890","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:27:51 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d4f18367-6166-4a4d-9167-ebfe8e04b280","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:29:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"c84c8c2d-e5c2-46d8-a15d-521098206ac3","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:30:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"6b2bbec7-f244-49cc-83eb-c4d099b21739","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"391"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:09:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"tampering\",\n    \"completed_at\": \"2024-08-20T09:55:52+05:30\",\n    \"created_at\": \"2024-08-20T09:55:51+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"1dc9c73c-7913-43cb-92b3-c3f9495c21c7\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"a8cb191d-98f5-4270-a5a0-90db75386091","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"<>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/tampering/ind_pan"},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"391"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:09:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"tampering\",\n    \"completed_at\": \"2024-08-20T09:55:52+05:30\",\n    \"created_at\": \"2024-08-20T09:55:51+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"1dc9c73c-7913-43cb-92b3-c3f9495c21c7\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"}],"_postman_id":"3ff9172c-1c32-4099-b3eb-febef1899235"},{"name":"generic forgery_detection sync","id":"3ffd1519-7fec-429f-b67b-35301841fe45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"<Document URL>\",\r\n        \"doc_type\": \"<doc_type>\",\r\n        \"live_captured\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document","description":"<p>IDfy's ID Forgery Detection is designed to detect any form of forgery or tampering in ID documents, providing a robust defense against fraud. Our solution helps you catch fraudulent activities at the source while ensuring your legitimate customers enjoy a seamless and efficient experience.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the document data</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>The first document (URL/Base64)</td>\n<td>Yes</td>\n<td>Should be a valid URL or Base64 string</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>The type of document.  <br />  <br />Should be:  <br />  <br />\"ind\" for Indian Documents  <br />  <br />\"idn\" for Indonesian Documents  <br />  <br />\"phl\" for Philippines Documents</td>\n<td>No</td>\n<td>Should be a valid string.</td>\n</tr>\n<tr>\n<td>data.live_captured</td>\n<td>Boolean</td>\n<td>Indicates if the document is live-captured</td>\n<td>No</td>\n<td>Should be a valid boolean (default: true)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is_tampered</td>\n<td>True if the document has been altered in any way, either physically (e.g., by changing text or photos) or digitally.</td>\n</tr>\n<tr>\n<td>barcode_present</td>\n<td>True if a barcode is found in a document that should have one. False if the barcode is missing when it should be present. If the document doesn't need a barcode, the result will be Not Applicable.</td>\n</tr>\n<tr>\n<td>card_hindrance</td>\n<td>True if any text is blocked by a physical object, like a pencil or finger covering it.</td>\n</tr>\n<tr>\n<td>flash_on_card</td>\n<td>True if a camera flash is detected on the card, making it hard to read or process.</td>\n</tr>\n<tr>\n<td>hologram_present</td>\n<td>True if a hologram is found in a document that should have one. False if the hologram is missing when it should be present. If the document doesn't need a hologram, the result will be Not Applicable.</td>\n</tr>\n<tr>\n<td>is_app_created</td>\n<td>True if the document has been altered using digital tools like Photoshop.</td>\n</tr>\n<tr>\n<td>is_laminated</td>\n<td>True if the user submits a laminated card. False if it is a standard PVC card.</td>\n</tr>\n<tr>\n<td>is_live</td>\n<td>True if the capture is live. False if someone tries to trick the system with a screen capture.</td>\n</tr>\n<tr>\n<td>is_photocopy</td>\n<td>True if the user submits a photocopy of the card instead of the original card.</td>\n</tr>\n<tr>\n<td>optimal_dimensions</td>\n<td>True if the card's size and proportions are correct. False if the card's size or proportions are wrong.</td>\n</tr>\n<tr>\n<td>qr_present</td>\n<td>True if a QR code is found in a document that should have one. False if the QR code is missing when it should be present. If the document doesn't need a QR code, the result will be Not Applicable.</td>\n</tr>\n<tr>\n<td>text_obstructed</td>\n<td>True if any elements of the card is blocked with any external objects like pen, finger etc.</td>\n</tr>\n<tr>\n<td>watermark_present</td>\n<td>True if a watermark is found in a document that should have one. False if the watermark is missing when it should be present. If the document doesn't need a watermark, the result will be Not Applicable.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","check_tampering","document"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"d9665553-102a-4926-a48d-58f2d5207215","name":"Success: forgery_detection","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n   \"data\": {\r\n       \"document1\": \"<Document URL or Base 64>\",\r\n        \"doc_type\" : \"<Document Type>\",\r\n        \"live_captured\": true\r\n       \r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"action\": \"check_tampering\",\n  \"completed_at\": \"2024-09-17T14:57:50+05:30\",\n  \"created_at\": \"2024-09-17T14:57:46+05:30\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"request_id\": \"7b334b8b-431f-4a9e-8c1e-058a2243f05c\",\n  \"result\": {\n    \"confidence_score\": null,\n    \"details\": {\n      \"barcode_present\": [\n        \"false\"\n      ],\n      \"card_hindrance\": [\n        \"false\"\n      ],\n      \"flash_on_card\": [\n        \"false\"\n      ],\n      \"hologram_present\": [\n        \"false\"\n      ],\n      \"is_app_created\": [\n        \"false\"\n      ],\n      \"is_laminated\": [\n        \"false\"\n      ],\n      \"is_layout_incorrect\": [\n        \"Not Applicable\"\n      ],\n      \"is_live\": [\n        \"true\"\n      ],\n      \"is_photocopy\": [\n        \"false\"\n      ],\n      \"is_scanned\": [\n        \"Not Applicable\"\n      ],\n      \"optimal_dimensions\": [\n        \"\"\n      ],\n      \"qr_present\": [\n        \"false\"\n      ],\n      \"text_obstructed\": [\n        \"false\"\n      ],\n      \"watermark_present\": [\n        \"Not Applicable\"\n      ]\n    },\n    \"is_tampered\": false\n  },\n  \"status\": \"completed\",\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"type\": \"document\"\n}\n"},{"id":"4a3dc7e9-bfcc-4133-b9b5-1d3d75134462","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1234567890","type":"text"},{"key":"account-id","value":"1234567890","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://5.imimg.com/data5/SELLER/Default/2020/12/GI/OA/VE/80056227/pan-card-services.jpg\",\r\n        \"document2\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n        \"doc_type\": \"pan\",\r\n        \"sensitivity_level\": \"low\",\r\n        \"live_captured\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:27:51 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"38c835c2-2564-4679-aa45-0ea51322f98a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://5.imimg.com/data5/SELLER/Default/2020/12/GI/OA/VE/80056227/pan-card-services.jpg\",\r\n        \"document2\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n        \"doc_type\": \"pan\",\r\n        \"sensitivity_level\": \"low\",\r\n        \"live_captured\": false,\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:29:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"62088c48-a4f9-49af-8015-44f61daeb022","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://5.imimg.com/data5/SELLER/Default/2020/12/GI/OA/VE/80056227/pan-card-services.jpg\",\r\n        \"document2\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n        \"doc_type\": \"pan\",\r\n        \"sensitivity_level\": \"low\",\r\n        \"live_captured\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:30:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"63e57bc9-65f2-4e62-bcf0-8dfcc085eb30","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://5.imismg.com/data5/SELLER/Default/2020/12/GI/OA/VE/80056227/pan-card-services.jpg\",\r\n        \"document2\": \"https://frslaabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n        \"doc_type\": \"pan\",\r\n        \"sensitivity_level\": \"low\",\r\n        \"live_captured\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"391"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:09:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"check_tampering\",\n    \"completed_at\": \"2024-08-20T09:55:52+05:30\",\n    \"created_at\": \"2024-08-20T09:55:51+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"1dc9c73c-7913-43cb-92b3-c3f9495c21c7\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"e9142e2e-8069-412b-af47-894e2c0919f8","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document2\": \"https://frslaabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\",\r\n        \"doc_type\": \"pan\",\r\n        \"sensitivity_level\": \"low\",\r\n        \"live_captured\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/check_tampering/document"},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"391"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:09:22 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"check_tampering\",\n    \"completed_at\": \"2024-08-20T14:26:40+05:30\",\n    \"created_at\": \"2024-08-20T14:26:40+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"5c3cdc3d-99ec-40a0-8057-1e2d697272b4\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"}],"_postman_id":"3ffd1519-7fec-429f-b67b-35301841fe45"}],"id":"234f5e26-acdb-4b15-aa24-4f3cbc8cd33f","_postman_id":"234f5e26-acdb-4b15-aa24-4f3cbc8cd33f","description":""},{"name":"Async","item":[{"name":"ind_pan async","id":"ad53cfa5-7fc4-49f7-bc91-5ca623a81656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/tampering/ind_pan","description":"<p>PAN tampering API allows you to be confident that the PAN card supplied to you hasn’t been built using a fake PAN generator app, doesn’t have a passport photo pasted on it, and has all the expected color schemes that a standard PAN is expected to have.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>PAN Card image in URL or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","tampering","ind_pan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e6de84d8-e7d6-4420-aef3-a9fa176eba27","name":"Success: ind_pan","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/tampering/ind_pan"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\r\n}"},{"id":"5833e0cf-754e-4880-9f79-323918ed5977","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/tampering/ind_pan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:44:29 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2161f23c-f594-4b32-9271-70ef3c7fa0bc","name":"Err: invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12345","type":"text"},{"key":"account-id","value":"12345","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"URL/Base64\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/tampering/ind_pan"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:44:54 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"26249d28-7347-4fc2-bbd2-4cb7a3f43ac7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://frslabs.com/frsblog/wp-content/uploads/2020/10/pan-verification-personal.png\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/tampering/ind_pan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:45:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ad53cfa5-7fc4-49f7-bc91-5ca623a81656"},{"name":"Get task Copy","id":"ecfe4bd2-c18f-4142-8103-02398a00d91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f1d43389-d01b-42a1-9491-2262ffd8f13a","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, Value: “tampering”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.details</td>\n<td>Object</td>\n<td>Container for details of output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.details.is_app_created</td>\n<td>Bool</td>\n<td>Validates that the given PAN hasn’t been built using a fake PAN generator app</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.details.is_spelling_incorrect</td>\n<td>Bool</td>\n<td>If the spelling of name is tampered on given PAN card</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.is_tampered</td>\n<td>Bool</td>\n<td>Tampering validation of given PAn card image</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_pan”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f1d43389-d01b-42a1-9491-2262ffd8f13a"}],"variable":[]}},"response":[{"id":"8cd3080b-1d34-4156-aef2-4b6dbc32f0da","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98bcb53f-b224-487d-abfe-97ca410c3cb2","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98bcb53f-b224-487d-abfe-97ca410c3cb2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"393"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:47:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"tampering\",\n    \"completed_at\": \"2024-08-20T09:51:51+05:30\",\n    \"created_at\": \"2024-08-20T09:51:49+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"ab6e34f2-9fad-4bb9-b96b-bb9de68e5c82\",\n    \"result\": {\n        \"details\": {\n            \"is_app_created\": false,\n            \"is_spelling_incorrect\": false\n        },\n        \"is_tampered\": false\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n    }\n]"},{"id":"201085cf-bcd5-4321-b13c-c1dbbaa4f5ba","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12345","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12345","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"721e37e2-8e5e-4f8d-b5c9-adc68af4fcb8","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e16b86b3-2eef-4a7e-a23a-408d6b849019","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"},{"id":"a2e983a9-d8e3-4f40-9a6b-c489ca13f025","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f1d43389-d01b-42a1-9491-2262ffd8f13a","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f1d43389-d01b-42a1-9491-2262ffd8f13a"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"393"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:11:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"tampering\",\n    \"completed_at\": \"2024-08-20T09:55:52+05:30\",\n    \"created_at\": \"2024-08-20T09:55:51+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"1dc9c73c-7913-43cb-92b3-c3f9495c21c7\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"}],"_postman_id":"ecfe4bd2-c18f-4142-8103-02398a00d91b"}],"id":"6ebe09b7-9efa-4af7-aa14-458c4e32e9d0","_postman_id":"6ebe09b7-9efa-4af7-aa14-458c4e32e9d0","description":""}],"id":"38becb6c-9f8d-4ecb-9560-5ecceebec57b","_postman_id":"38becb6c-9f8d-4ecb-9560-5ecceebec57b","description":""},{"name":"Workflow","item":[{"name":"Async","item":[{"name":"Document Validation + OCR","item":[{"name":"Document Image Validation + OCR","id":"438637fc-a65b-4455-b737-14b79c6a074d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{acount-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"workflow_name\": \"div_ocr_eve\",\n        \"input_body\": {\n            \"document_url\": \"https://5.imimg.com/data5/SQ/KV/MY-35169573/voter-id-card-500x500.jpg\"\n            \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/execute/workflow","description":"<p>This endpoint is used to perform real-time validation checks and OCR on the ID document submitted by a user.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier of a requested task provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with below parameters</td>\n<td>The details of the data required to perform the task.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.workflow_name</td>\n<td>string</td>\n<td>Name of workflow. Must be “div_ocr_eve”</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.input_body.document_url</td>\n<td>string</td>\n<td>The URL of the document image. These URL could either be expiring shortly or publicly accessible.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output\">Output</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","execute","workflow"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9956195a-14af-4de0-8129-847687837f01","name":"Document Image Validation async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"workflow_name\": \"div_ocr_eve\",\n        \"input_body\": {\n            \"document_url\": \"https://5.imimg.com/data5/SQ/KV/MY-35169573/voter-id-card-500x500.jpg\"\n            \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/execute/workflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"387"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 13:04:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"9af3dd58-43f1-4ff4-bf2a-2cdd5a9d3b89","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123123"},{"key":"api-key","value":"123123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"workflow_name\": \"div_ocr_eve\",\n        \"input_body\": {\n            \"document_url\": \"https://5.imimg.com/data5/SQ/KV/MY-35169573/voter-id-card-500x500.jpg\"\n            \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/execute/workflow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:44:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ebdc97f5-8722-4907-9d11-6a80e3980a99","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"workflow_name\": \"div_ocr_eve\",\n        \"input_body\": {\n            \"document_url\": \"https://5.imimg.com/data5/SQ/KV/MY-35169573/voter-id-card-500x500.jpg\"\n            \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/execute/workflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cf656539-1072-4440-812c-e7f0f4949a08","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{account-id}}"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"workflow_name\": \"div_ocr_eve\",\n        \"input_body\": {\n            \"document_url\": \"https://5.imimg.com/data5/SQ/KV/MY-35169573/voter-id-card-500x500.jpg\"\n            \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/execute/workflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:45:42 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"438637fc-a65b-4455-b737-14b79c6a074d"},{"name":"Get task","id":"b344a603-da7f-476e-9564-e9f1c9da9bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty Value: “validate”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.detected_doc_side</td>\n<td>String</td>\n<td>Detected side of the uploaded document.</td>\n<td>A valid string, non-empty. Can be “front”, “back”, “both”</td>\n</tr>\n<tr>\n<td>result.detected_doc_type</td>\n<td>String</td>\n<td>Type of document detected</td>\n<td>A valid string, non-empty. Can be- ind_pan, ind_aadhaar, ind_voter_id, ind_driving_license, ind_passport, not_detected</td>\n</tr>\n<tr>\n<td>result.is_readable</td>\n<td>Bool</td>\n<td>Result of image readability</td>\n<td>true,false</td>\n</tr>\n<tr>\n<td>result.readability</td>\n<td>Object</td>\n<td>Container for readability score</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.readability.confidence</td>\n<td>Integer</td>\n<td>Confidence score for image readability</td>\n<td>Integer value from 0 to 100</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “document”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"4cfd9a26-7590-4ffd-8327-056217f7aa84","name":"Success: Get Task [aadhaar card]","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"execute\",\n        \"completed_at\": \"2024-11-19T17:57:58+05:30\",\n        \"created_at\": \"2024-11-19T17:57:56+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"08d8f089-8ed7-4f6b-8a42-02f77ec580e6\",\n        \"result\": {\n            \"confidence\": 99,\n            \"doc_type\": \"ind_aadhaar\",\n            \"extraction_output\": {\n                \"address\": \"\",\n                \"date_of_birth\": \"2005-04-05\",\n                \"district\": \"\",\n                \"fathers_name\": \"\",\n                \"gender\": \"Male\",\n                \"house_number\": \"\",\n                \"id_number\": \"442205946619\",\n                \"is_scanned\": false,\n                \"name_on_card\": \"Subhash Singh\",\n                \"pincode\": \"\",\n                \"state\": \"\",\n                \"street_address\": \"\",\n                \"year_of_birth\": \"2005\"\n            },\n            \"qr_output\": {\n                \"address\": null,\n                \"date_of_birth\": null,\n                \"district\": null,\n                \"gender\": null,\n                \"house_number\": null,\n                \"id_number\": null,\n                \"name_on_card\": null,\n                \"pincode\": null,\n                \"state\": null,\n                \"street_address\": null,\n                \"year_of_birth\": null\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"workflow\"\n    }\n]"},{"id":"ae68dd55-0f4e-4969-a036-036620cf7041","name":"Success: Get Task [pan card]","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-11-25T10:16:02+05:30\",\n    \"created_at\": \"2024-11-25T10:16:00+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"febc0ecb-ff79-470c-b724-b0003fdfaf95\",\n    \"result\": {\n        \"confidence\": 99,\n        \"doc_type\": \"ind_pan\",\n        \"extraction_output\": {\n            \"age\": 32,\n            \"date_of_birth\": \"1992-10-31\",\n            \"date_of_issue\": \"\",\n            \"fathers_name\": \"MAHADEV SHINDE\",\n            \"id_number\": \"EJAPS0276M\",\n            \"is_scanned\": false,\n            \"minor\": false,\n            \"name_on_card\": \"MONIKA MAHADEV SHINDE\",\n            \"pan_type\": \"Individual\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}\n]"},{"id":"aebbba8c-fbd5-4c02-927d-9d83840fb40c","name":"Success: Get Task [driving license]","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-11-25T10:16:58+05:30\",\n    \"created_at\": \"2024-11-25T10:16:56+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"84de5f96-094e-4210-9be2-83e4863ae9a8\",\n    \"result\": {\n        \"confidence\": 99,\n        \"doc_type\": \"ind_driving_license\",\n        \"extraction_output\": {\n            \"address\": \"PUJA MEDICAL GURUWAR PETH\",\n            \"date_of_birth\": \"1995-02-11\",\n            \"date_of_validity\": null,\n            \"district\": \"Sangli\",\n            \"fathers_name\": \"CHANDRAKANT SHETE\",\n            \"id_number\": \"MH1020200002426\",\n            \"is_scanned\": false,\n            \"issue_dates\": {\n                \"LMV\": \"2020-02-10\",\n                \"MCWG\": null,\n                \"TRANS\": null\n            },\n            \"name_on_card\": \"SHETE\",\n            \"pincode\": \"415408\",\n            \"state\": \"Maharashtra\",\n            \"street_address\": \"PUJA MEDICAL GURUWAR PETH\",\n            \"type\": [],\n            \"validity\": {\n                \"NT\": \"2020-02-10\",\n                \"T\": null\n            }\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}]"},{"id":"85fb29ee-f03b-4376-98c9-0d4ac8563e77","name":"Success: Get Task [voter ID card]","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-12-02T17:42:14+05:30\",\n    \"created_at\": \"2024-12-02T17:42:13+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"30b669fe-152f-4dd0-b3e4-07f10727e5c8\",\n    \"result\": {\n        \"confidence\": 99,\n        \"doc_type\": \"ind_voter_id\",\n        \"extraction_output\": {\n            \"address\": \"\",\n            \"age\": \"39\",\n            \"date_of_birth\": \"1985-02-15\",\n            \"district\": \"\",\n            \"fathers_name\": \"Kishan Dev Thakur\",\n            \"gender\": \"Male\",\n            \"house_number\": \"\",\n            \"id_number\": \"GDN0225185\",\n            \"is_scanned\": false,\n            \"name_on_card\": \"Prem Raj Thakur\",\n            \"pincode\": \"\",\n            \"state\": \"\",\n            \"street_address\": \"\",\n            \"year_of_birth\": \"1985\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}]"},{"id":"f058e9a5-51e9-4081-932f-bbf6c3336720","name":"Success: Get Task [passport]","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=eddaf813-273d-4cb4-8197-585b9864f39d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"eddaf813-273d-4cb4-8197-585b9864f39d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"417"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:40:17 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-11-25T10:40:39+05:30\",\n    \"created_at\": \"2024-11-25T10:40:37+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"62170b09-d586-497e-b793-291752e01dba\",\n    \"result\": {\n        \"confidence\": 87,\n        \"doc_type\": \"ind_passport\",\n        \"extraction_output\": {\n            \"address\": null,\n            \"date_of_birth\": \"1965-02-04\",\n            \"date_of_expiry\": \"2026-10-24\",\n            \"date_of_issue\": \"2016-10-25\",\n            \"district\": null,\n            \"fathers_name\": null,\n            \"file_number\": null,\n            \"first_name\": \"SANJAY KUMAR\",\n            \"gender\": \"MALE\",\n            \"id_number\": \"P3114819\",\n            \"is_scanned\": false,\n            \"last_name\": \"GHANSHAMDAS\",\n            \"mothers_name\": null,\n            \"name_of_spouse\": null,\n            \"name_on_card\": null,\n            \"nationality\": \"INDIAN\",\n            \"pincode\": null,\n            \"place_of_birth\": \"BOMBAY\",\n            \"place_of_issue\": \"MUSCAT\",\n            \"state\": null\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}]"},{"id":"c42682ff-4a28-4a92-9496-de904246cfb4","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d31b78b0-cb20-4146-a023-9e7bc836055b","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"94f21219-e65d-4cde-8fcd-abf806d7b011","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"},{"id":"5b824f97-c74f-400d-87e8-471d7820a8d8","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-08-19T15:23:47+05:30\",\n    \"created_at\": \"2024-08-19T15:23:47+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"93c1efa2-bd7e-4c78-b721-0e86bb558c76\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}"},{"id":"43449a49-93e8-430a-ae1e-63ab6a0b9ef7","name":"Err: Document Not Detected","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"UNKNOWN","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"execute\",\n    \"completed_at\": \"2024-12-02T17:55:26+05:30\",\n    \"created_at\": \"2024-12-02T17:55:22+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"f4ad8e67-1961-4ba0-a63a-1f2c5d084b7a\",\n    \"result\": {\n        \"detected_doc_type\": \"not_detected\",\n        \"is_readable\": true,\n        \"readability\": {\n            \"confidence\": 88\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"workflow\"\n}\n]"}],"_postman_id":"b344a603-da7f-476e-9564-e9f1c9da9bde"}],"id":"53c0eb8f-7d48-4c23-a8a7-da8882d0037e","_postman_id":"53c0eb8f-7d48-4c23-a8a7-da8882d0037e","description":""}],"id":"0f6cd30a-7772-44c1-a954-d2af1f61c293","_postman_id":"0f6cd30a-7772-44c1-a954-d2af1f61c293","description":""}],"id":"67350e72-7dc0-4d47-9241-78d2f4fba13e","_postman_id":"67350e72-7dc0-4d47-9241-78d2f4fba13e","description":""}],"id":"932122c9-21da-4820-95ba-f19b38101194","description":"<p>The solutions under this bucket will allow you to:</p>\n<ol>\n<li>Extract text in realtime</li>\n<li>Identify the type of ID Card / Document uploaded by your end user</li>\n<li>Mask the specific elements of a document</li>\n</ol>\n","_postman_id":"932122c9-21da-4820-95ba-f19b38101194"},{"name":"Verification Solutions","item":[{"name":"India","item":[{"name":"Individual","item":[{"name":"Async","item":[{"name":"ind_driver_license","item":[{"name":"ind_driving_license async","id":"9c45d3d1-6d4b-476c-99ab-65abe987f2da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license","description":"<p>Our automated DL verification API is used to verify Indian Driving license details with government databases. We will provide output from any one of the sources, depending on the source availability. You will receive the following information (based on the source) -</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>id_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Driving License Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date_of_birth</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date of birth, in \"yyyy-mm-dd\" format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>state_info</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>returns state of the user when true</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>age_info</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>returns if the user is minor or not</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<table><tbody><tr><th>Source</th><th>Details</th></tr><tr></tr><tr><td><div>Sarthi</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[ dl_status, dl_number, date_of_issue, date_of_last_transaction, last_transacted_at nt_validity_from nt_validity_to, t_validity_from, t_validity_to, hazardous_valid_till, hill_valid_till, cov_details, badge_details ]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Madhya Pradesh Transport</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[date_of_issue, nt_validity_to, t_validity_to, cov_details, badge_details, relatives_name, name, address, issuing_rto_name, city, card_serial_no ]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Kerala Transport</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[cov_details, relatives_name, name, gender, address ]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Andhra Pradesh Transport</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[nt_validity_to, t_validity_to, cov_details, issuing_rto_name]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Chhattisgarh Transport</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[date_of_issue, nt_validity_to, t_validity_to, cov_details, badge_details, relatives_name, name, address, issuing_rto_name]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Telangana Transport</div><div><div><div><div></div></div></div><div></div></div></td><td><div>[nt_validity_to, t_validity_to, cov_details, issuing_rto_name]</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8146b4cc-d6bb-4231-9929-90657d87f2b5","name":"Success: ind_driving_license verify Async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 19 Jul 2022 06:12:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"d7095f4b-3884-4593-9ace-53c7ff3e9081","name":"Success: ind_driving_license verify Async Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 19 Jul 2022 06:12:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"c9eb8579-f78c-49bf-a6bd-a3196a4c5f04","name":"Err: Missing APi Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:57:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f4333f67-4ffc-4a6b-ab23-35a7f38805c3","name":"Err: Missing APi Key Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:57:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7baaf915-c6a8-4aba-a7e2-15b82efd5249","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:58:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"beb499cc-15b1-45d6-bcaa-e115c2315160","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true,  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:59:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"27dee455-d812-4362-a1c4-71510b1ff823","name":"Err: Bad Request Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"id_number\": \"ABCDE1234\",\n        \"date_of_birth\": \"YYYY-MM-DD\",\n         \"advanced_details\":\n            {\n              \"state_info\" : true, // state comes as seperate field in response\n              \"age_info\": true,  // is_minor in the response field in response\n          }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:59:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"9c45d3d1-6d4b-476c-99ab-65abe987f2da"},{"name":"Get task","id":"233fe1b8-637c-491a-8fbf-e4ccdaab7b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The completion date and time of the action</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The creation date and time of the action</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action.</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains the source output details.</td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>The address of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.badge_details</td>\n<td>String</td>\n<td>The badge details of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.card_serial_no</td>\n<td>String</td>\n<td>The card serial number of the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.city</td>\n<td>String</td>\n<td>The city of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.cov_details</td>\n<td>Array of Objects</td>\n<td>The details of categories of vehicles (COV) and their issue dates.</td>\n</tr>\n<tr>\n<td>result.source_output.cov_details[].category</td>\n<td>String</td>\n<td>The category of the vehicle.</td>\n</tr>\n<tr>\n<td>result.source_output.cov_details[].cov</td>\n<td>String</td>\n<td>The type of vehicle.</td>\n</tr>\n<tr>\n<td>result.source_output.cov_details[].issue_date</td>\n<td>String</td>\n<td>The issue date of the COV.</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issue</td>\n<td>String</td>\n<td>The issue date of the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_last_transaction</td>\n<td>String</td>\n<td>The date of the last transaction related to the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.dl_status</td>\n<td>String</td>\n<td>The status of the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.dob</td>\n<td>String</td>\n<td>The date of birth of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.face_image</td>\n<td>String</td>\n<td>The URL link to the face image of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.gender</td>\n<td>String</td>\n<td>The gender of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.hazardous_valid_till</td>\n<td>String</td>\n<td>The validity date of the hazardous material license.</td>\n</tr>\n<tr>\n<td>result.source_output.hill_valid_till</td>\n<td>String</td>\n<td>The validity date of the hill driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.id_number</td>\n<td>String</td>\n<td>The identifier number of the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.issuing_rto_name</td>\n<td>String</td>\n<td>The name of the issuing RTO (Regional Transport Office).</td>\n</tr>\n<tr>\n<td>result.source_output.last_transacted_at</td>\n<td>String</td>\n<td>The date of the last transaction related to the driving license.</td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>String</td>\n<td>The name of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.nt_validity_from</td>\n<td>String</td>\n<td>The start date of the non-transport validity period.</td>\n</tr>\n<tr>\n<td>result.source_output.nt_validity_to</td>\n<td>String</td>\n<td>The end date of the non-transport validity period.</td>\n</tr>\n<tr>\n<td>result.source_output.relatives_name</td>\n<td>String</td>\n<td>The name of a relative of the individual.</td>\n</tr>\n<tr>\n<td>result.source_output.source</td>\n<td>String</td>\n<td>The source of the information.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the result.</td>\n</tr>\n<tr>\n<td>result.source_output.t_validity_from</td>\n<td>String</td>\n<td>The start date of the transport validity period.</td>\n</tr>\n<tr>\n<td>result.source_output.t_validity_to</td>\n<td>String</td>\n<td>The end date of the transport validity period.</td>\n</tr>\n<tr>\n<td>result.source_output.state</td>\n<td>String</td>\n<td>The state of the individual. Available when state_info is true.</td>\n</tr>\n<tr>\n<td>result.source_output.is_minor</td>\n<td>Boolean</td>\n<td>Indicates if the individual is a minor (true if age is less than 18, calculated from DOB).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task. Value: “ind_driving_license”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"9827c374-9243-4536-b089-994564436327","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=2514c7d9-9352-42c5-a455-53bd5556d7e6","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"2514c7d9-9352-42c5-a455-53bd5556d7e6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1050"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:27:58 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-07-06T09:56:37+05:30\",\n    \"created_at\": \"2021-07-06T09:56:32+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"736facf9-c6b4-4bf0-9fa5-4b3c7d9b33e8\",\n    \"result\": {\n        \"source_output\": {\n            \"address\": null,\n            \"badge_details\": null,\n            \"card_serial_no\": null,\n            \"city\": null,\n            \"cov_details\": [\n                {\n                    \"category\": \"NT\",\n                    \"cov\": \"LMV\",\n                    \"issue_date\": \"2015-05-20\"\n                },\n                {\n                    \"category\": \"NT\",\n                    \"cov\": \"MCWG\",\n                    \"issue_date\": \"2015-05-20\"\n                }\n            ],\n            \"date_of_issue\": \"2015-05-20\",\n            \"date_of_last_transaction\": null,\n            \"dl_status\": \"Active\",\n            \"dob\": \"1985-02-15\",\n            \"face_image\": null,\n            \"gender\": null,\n            \"hazardous_valid_till\": null,\n            \"hill_valid_till\": null,\n            \"id_number\": \"BR-0520150052869\",\n            \"issuing_rto_name\": \"DTO, MOTIHARI\",\n            \"last_transacted_at\": null,\n            \"name\": \"CHANDAN KUMAR MISHRA\",\n            \"nt_validity_from\": \"2015-05-20\",\n            \"nt_validity_to\": \"2035-02-14\",\n            \"relatives_name\": null,\n            \"source\": \"SARATHI\",\n            \"status\": \"id_found\",\n            \"t_validity_from\": \"2020-12-25\",\n            \"t_validity_to\": \"2025-12-19\",\n            \"state\": \"Bihar\", // appears when state_info is true in request\n            \"is_minor\": false // appears when ago_info is true in request\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_driving_license\"\n}\n]"},{"id":"888ee8e9-4351-42c6-9e7f-6bed757cee17","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"5874fbfc-77bb-4091-be62-52ae20135742","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f0fd1a8f-1960-4aa5-90c5-d72e5b867b72","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"69ef7884-3b69-4942-a798-2dd771cbcce3","name":"Err: Invalid DL Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=8fe704c1-94a3-40e3-9f38-fba94fb6b58f","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"8fe704c1-94a3-40e3-9f38-fba94fb6b58f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"367"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 08 Nov 2022 09:35:11 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-20T15:02:23+05:30\",\n    \"created_at\": \"2024-08-20T15:02:18+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"cda3d35d-26f0-4b7f-9c14-4f8cc4ab9a41\",\n    \"result\": {\n        \"source_output\": {\n            \"address\": null,\n            \"badge_details\": null,\n            \"card_serial_no\": null,\n            \"city\": null,\n            \"cov_details\": null,\n            \"date_of_issue\": null,\n            \"date_of_last_transaction\": null,\n            \"dl_status\": null,\n            \"dob\": null,\n            \"face_image\": null,\n            \"gender\": null,\n            \"hazardous_valid_till\": null,\n            \"hill_valid_till\": null,\n            \"id_number\": null,\n            \"is_minor\": null,\n            \"issuing_rto_name\": null,\n            \"last_transacted_at\": null,\n            \"name\": null,\n            \"nt_validity_from\": null,\n            \"nt_validity_to\": null,\n            \"profile_image\": null,\n            \"relatives_name\": null,\n            \"source\": \"SARATHI\",\n            \"state\": null,\n            \"status\": \"id_not_found\",\n            \"t_validity_from\": null,\n            \"t_validity_to\": null\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_driving_license\"\n}"},{"id":"a8f89ee5-951b-420a-b521-6019e0c5c486","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=8fe704c1-94a3-40e3-9f38-fba94fb6b58f","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"8fe704c1-94a3-40e3-9f38-fba94fb6b58f"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"367"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 08 Nov 2022 09:35:11 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-20T15:03:02+05:30\",\n    \"created_at\": \"2024-08-20T15:03:02+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"fee31168-8011-47e4-9104-28e57d8f7fcc\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_driving_license\"\n}"}],"_postman_id":"233fe1b8-637c-491a-8fbf-e4ccdaab7b26"}],"id":"06f00fc0-5857-4fc3-ac32-19c43f90850a","_postman_id":"06f00fc0-5857-4fc3-ac32-19c43f90850a","description":""},{"name":"ind_digilocker_fetch_documents","item":[{"name":"ind_digilocker_fetch_documents","id":"723bf9cc-cf6c-4893-bc6d-d17bdb906a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n        {\n        \"reference_id\": \"unique_ref_id\",\n        \"key_id\": \"key_id\",\n        \"ou_id\": \"ou_id\",\n        \"secret\": \"encoded_base64_string\",\n        \"callback_url\": \"webhook-callback-url\",\n        \"doc_type\": \"ADHAR\",\n        \"file_format\": \"xml\",\n        \"extra_fields\": {}\n        }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_digilocker_fetch_documents","description":"<p>This API helps you fetch the Digilocker-verified documents for your customers, based on his/her consent. The document retrieved will be in xml file format. It can extract user’s aadhaar, pan, or both documents.</p>\n<p>End users need not have a Digilocker account in advance to fetch the documents. If an individual does not have a Digilocker account, we will create an account on the go and fetch the documents. Experience for both types of customers will be exactly the same.</p>\n<h3 id=\"integration-steps\">INTEGRATION STEPS</h3>\n<h4 id=\"step-1-initial-one-time-setup\">Step 1. Initial One-Time Setup</h4>\n<p>This is a one-time setup activity performed by IDfy. To use this API you need the secret_key &amp; the key_id, please reach out to <a href=\"https://mailto:eve.support@idfy.com\">eve.support@idfy.com</a> for activating this service and getting access to the required details. Please note the 'secret_key' is to be passed in an encoded form, use the base 64 encoder for this.</p>\n<h4 id=\"step-2-integration\">Step 2. Integration</h4>\n<ol>\n<li><p>To integrate with this API and fetch documents from Digilocker you just need to make a single API call to fetch a particular document.</p>\n</li>\n<li><p>Every document needs different input parameters for searching and downloading. For example, a Pan card needs a Pan number and full name. Currently this API supports Aadhaar &amp; PAN.</p>\n</li>\n<li><p>Once you redirect the customers to the redirect_url, they should be prompted for the Digilocker sign-up/sign-in page, and then on successful sign-in, we will fetch the relevant docs and send the success/failure response over callback_url provided in the request body.</p>\n</li>\n<li><p>On completion of the task, this API sends the response over a callback_url passed in the request body.</p>\n</li>\n</ol>\n<h5 id=\"supported-documents\">SUPPORTED DOCUMENTS:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Document</strong></th>\n<th><strong>doc_type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aadhaar card</td>\n<td>\"ADHAR\"</td>\n</tr>\n<tr>\n<td>Pan card</td>\n<td>\"PANCR\"</td>\n</tr>\n<tr>\n<td>Both</td>\n<td>[\"ADHAR\",\"PANCR\"]</td>\n</tr>\n</tbody>\n</table>\n</div><p>This API can also handle multiple document fetch for Aadhaar and PAN as part of one single Digilocker journey. As part of the input we need to pass both the doc_type and also pass the PAN details in the extra_field section. Post the Digilocker journey is complete we get one single response with both the document details on the webhook. For the sample request body please refer to Success: Multidoc fetch example.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.reference_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique_reference_id(ideally unique for each session)</td>\n<td>Must be a unique string</td>\n</tr>\n<tr>\n<td>data.key_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>key_id shared by IDfy</td>\n<td></td>\n</tr>\n<tr>\n<td>data.ou_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>ou_id shared by IDfy</td>\n<td></td>\n</tr>\n<tr>\n<td>data.secret</td>\n<td>String</td>\n<td>Yes</td>\n<td>Secret key shared by IDfy</td>\n<td>Must be a base64 encoded string</td>\n</tr>\n<tr>\n<td>data.callback_url</td>\n<td>String</td>\n<td>Yes</td>\n<td>Webhook callback URL for receiving callback response from digilocker</td>\n<td>Must be a valid webhook URL. The digilocker response will be received on this webhook</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String/Array</td>\n<td>Yes</td>\n<td>Document type needed to be fetched from digilocker</td>\n<td>String format: “ADHAR”: for aadhaar card, “PANCR”: for pan card, [“ADHAR”,“PANCR”]: for both</td>\n</tr>\n<tr>\n<td>data.file_format</td>\n<td>String</td>\n<td>Yes</td>\n<td>“xml”</td>\n<td>The response from digilocker will be received in XML file format</td>\n</tr>\n<tr>\n<td>data.extra_fields</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Extra fields required for digilocker authentication</td>\n<td>Empty in case of aadhaar, and respective search parameters in case of any other document. In case of “PANCR”: extra_fields={\"panno\":\"PAN-NUMBER\", \"PANFullName\": \"FULL NAME ON PAN CARD\"}</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>“key_id”, “ou_id”, and “secret” must be of the same combination as shared by IDfy.</code></p>\n","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_digilocker_fetch_documents"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"d1922536-c1d2-4c53-846d-2a91f1fd6100","name":"Success: Aadhaar fetch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": \"ADHAR\",\n       \"file_format\": \"xml\",\n       \"extra_fields\": {}\n       }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_digilocker_fetch_documents"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 19 Jul 2022 06:12:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"4dd3ecc1-a994-4755-9bdf-f25d97d959de","name":"Success: Multidoc fetch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": [\"ADHAR\",\"PANCR\"],\n       \"file_format\": \"xml\",\n       \"extra_fields\": {\"panno\":\"PAN-NUMBER\", \"PANFullName\": \"NAME ON PAN CARD\"}\n       }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_digilocker_fetch_documents"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"fc4fd647-3973-46fc-96ca-2f6ab3a79c41","name":"Success: PAN fetch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": \"PANCR\",\n       \"file_format\": \"xml\",\n       \"extra_fields\": {\"panno\":\"PAN-NUMBER\", \"PANFullName\": \"FULL NAME ON PAN CARD\"}\n       }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_digilocker_fetch_documents"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"0cea1232-39c2-41fe-a146-3abfe577f9f1","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": \"ADHAR\",\n       \"file_format\": \"xml\",\n       \"extra_fields\": {}\n       }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_digilocker_fetch_documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:08:54 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"aa3744e1-6e2f-498c-b97a-8d77a3b329ef","name":"Err:invalid Authentication credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123234","type":"text"},{"key":"api-key","value":"123345","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": \"ADHAR\",\n       \"file_format\": \"xml\",\n       \"extra_fields\": {}\n       }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_digilocker_fetch_documents"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:09:36 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"798c25e5-dcac-41d3-bdf2-1dc452a8485d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n       {\n       \"reference_id\": \"unique_ref_id\",//must be unique\n       \"key_id\": \"<key-id>\",\n       \"ou_id\": \"<ou-id>\",\n       \"secret\": \"<base64-encoded-string>\",\n       \"callback_url\": \"<webhook-callback-url>\",\n       \"doc_type\": \"ADHAR\",\n       \"file_format\": \"xml\",\n       \"extra_fields\": {},\n       }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_digilocker_fetch_documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 25 Oct 2022 19:10:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"723bf9cc-cf6c-4893-bc6d-d17bdb906a85"},{"name":"Get task","id":"48cfc868-a4f5-450b-9796-e706c45a63ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=24b65453-5d0a-4f71-a3dd-2007d1aa4aa9","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string. Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Contains the output details from the source.</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.redirect_url</td>\n<td>string</td>\n<td>URL to redirect for document fetching.</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.source_output.reference_id</td>\n<td>string</td>\n<td>Unique reference identifier for the session.</td>\n<td>Must be a valid string.</td>\n</tr>\n<tr>\n<td>result.source_output.session_exists</td>\n<td>Bool</td>\n<td>Indicates if the session already exists.</td>\n<td>Must be true or false.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_digilocker_fetch_documents”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"24b65453-5d0a-4f71-a3dd-2007d1aa4aa9"}],"variable":[]}},"response":[{"id":"8026d2bb-fbf6-49d1-bba2-e27330b5a52b","name":"Success: ind_digilocker_fetch_documents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=12509ca4-3303-46a2-aa02-edf66a98e9cc","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"12509ca4-3303-46a2-aa02-edf66a98e9cc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1017"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:51:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-12T10:51:19+05:30\",\n    \"created_at\": \"2024-07-12T10:51:19+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"ae5adf8f-c851-43b3-bf8a-d6990d9e7789\",\n    \"result\": {\n        \"source_output\": {\n            \"redirect_url\": \"https://capture.kyc.idfy.com/document-fetcher/digilocker/session-start/?reference_id=unique_ref_id2&ou_id=731b23f196a7&key_id=3e281012-449b-4305-be16-7999ed7c65c6&h=efe435cbac1b23d68ec784631ca179c6f26a9687\",\n            \"reference_id\": \"unique_ref_id2\",\n            \"session_exists\": false,\n            \"status\": \"success\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_digilocker_fetch_documents\"\n    }\n]"}],"_postman_id":"48cfc868-a4f5-450b-9796-e706c45a63ee"}],"id":"b4086a1d-21d9-41c5-b4a4-8f9542359bd3","_postman_id":"b4086a1d-21d9-41c5-b4a4-8f9542359bd3","description":""},{"name":"ind_pan async","item":[{"name":"ind_pan async","id":"ad44a5c8-d3af-4391-90ec-6c0d539c77c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"<Enter Task ID>\",\n    \"group_id\": \"<Enter group ID>\",\n    \"data\": \n\n    {\n        \"id_number\": \"<PAN Number>\",\n        \"full_name\": \"<Full Name according to pAN>\",\n        \"dob\": \"date of birth / date of birth in yyyy-mm-dd format\"\n    }\n\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan","description":"<p>This API can be used to verify both Individual/company PAN (Indian Tax ID) from the government database.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Pan card number</td>\n<td>Must be a valid pan card number</td>\n</tr>\n<tr>\n<td>data.full_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of pan card holder</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.dob</td>\n<td>String</td>\n<td>Yes</td>\n<td>DOB of pan card holder in yyyy/mm/dd format</td>\n<td>A valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_pan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9a302df2-f98a-4f08-bf84-dd5c9bc3f648","name":"Success: ind_pan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"<Enter Task ID>\",\n    \"group_id\": \"<Enter group ID>\",\n    \"data\": \n\n    {\n        \"id_number\": \"<PAN Number>\",\n        \"full_name\": \"<Full Name according to pAN>\",\n        \"dob\": \"date of birth / date of birth in yyyy-mm-dd format\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"c11f449c-b0af-4a5d-8d36-14a072680e6d","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"123235","type":"text"},{"key":"api-key","value":"783412","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"<Enter Task ID>\",\n    \"group_id\": \"<Enter group ID>\",\n    \"data\": \n\n    {\n        \"id_number\": \"<PAN Number>\",\n        \"full_name\": \"<Full Name according to pAN>\",\n        \"dob\": \"date of birth / date of birth in yyyy-mm-dd format\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"cc840bee-2a73-4d2f-9c83-aeaa1a9842b1","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"ABCDE1234\",,,\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d961b25b-50d3-4dae-801e-4fbdfa26bf35","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"<Enter Task ID>\",\n    \"group_id\": \"<Enter group ID>\",\n    \"data\": \n\n    {\n        \"id_number\": \"<PAN Number>\",\n        \"full_name\": \"<Full Name according to pAN>\",\n        \"dob\": \"date of birth / date of birth in yyyy-mm-dd format\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ad44a5c8-d3af-4391-90ec-6c0d539c77c2"},{"name":"Get task","id":"8865ab47-acdb-43b4-a437-16d912591ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=1ce88037-56ec-482e-b5bf-71c759240b8b","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string. Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Container for source output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.aadhaar_seeeding_status</td>\n<td>Bool</td>\n<td>Whether end user’s aadhaar is linked to the given PAN</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.source_output.pan_status</td>\n<td>String</td>\n<td>Status of PAN number</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>result.source_output.name_match</td>\n<td>Bool</td>\n<td>Validation of given name match with government database</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.source_output.dob_match</td>\n<td>Bool</td>\n<td>Validation of given dob match with government database</td>\n<td>Bool: true/false</td>\n</tr>\n<tr>\n<td>result.input_details</td>\n<td>Object</td>\n<td>Container of given input</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.input_details.input_pan_number</td>\n<td>String</td>\n<td>Given PAN number</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>result.input_details.input_name</td>\n<td>String</td>\n<td>Given name of PAN holder</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>result.input_details.input_dob</td>\n<td>String</td>\n<td>Given dob of PAN holder</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_pan”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"1ce88037-56ec-482e-b5bf-71c759240b8b"}],"variable":[]}},"response":[{"id":"571aa957-8aa4-40ad-ad14-b249a1d91359","name":"Success: ind_pan","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-02-09T16:26:46+05:30\",\n    \"created_at\": \"2024-02-09T16:26:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"78dcef4d-e3da-40e1-bf27-984260ed3b11\",\n    \"result\": {\n        \"source_output\": {\n            \"aadhaar_seeding_status\": true,\n            \"pan_status\": \"Existing and Valid. PAN is Operative.\",\n            \"name_match\": true,\n            \"dob_match\": true,\n            \"input_details\": {\n                \"input_pan_number\": \"AAAAA5555P\",\n                \"input_name\": \"ABC XYZ\",\n                \"input_dob\": \"1900-01-01\"\n            },\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"},{"id":"f8182eaf-2000-4668-814c-a8ca019c6433","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"6de0cdd6-9898-407f-b4eb-5a528ac696d3","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"dc8f519d-bc7a-4b35-a9c0-613cee1bd4f4","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1234112","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1245321","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"da7b7e5f-2e2e-471b-a34b-695546c1e989","name":"Err: Invalid PAN number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=12509ca4-3303-46a2-aa02-edf66a98e9cc","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"12509ca4-3303-46a2-aa02-edf66a98e9cc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"363"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:15:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-11-07T23:44:39+05:30\",\n        \"created_at\": \"2022-11-07T23:44:39+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid PAN.\",\n        \"request_id\": \"12509ca4-3303-46a2-aa02-edf66a98e9cc\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_pan\"\n    }\n]"}],"_postman_id":"8865ab47-acdb-43b4-a437-16d912591ba6"}],"id":"4c1b6892-4735-45fa-8202-d122dd8b3d16","description":"<p>This async API helps to fetch the requestid in the response.</p>\n<p>The requestid is used to fetch the user's details by making a call to the Get Task API.</p>\n<p>Both Individual/company PAN (Indian Tax ID) can be verified from the government database. We also provide the name match result in case you provide a name in the request.</p>\n","_postman_id":"4c1b6892-4735-45fa-8202-d122dd8b3d16"},{"name":"ind_voter_id","item":[{"name":"ind_voter_id async","id":"ad5c4f51-f5f6-4b7b-a2d6-ae54d0cc9369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{api-key}}","type":"text"},{"key":"api-key","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"<VOTERID NUMBER>\",\n        \"name_on_card\": \"NAME ON CARD\"\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_voter_id","description":"<p>Get Indian Voter ID details verified from the National Voter Service Portal (NVSP). We also provide the name match result in case you provide a name in the request.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.id_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Voter ID Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.name_on_card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name on Voter ID (for name matching)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_voter_id"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"80236c20-d917-4091-9024-e35e0aebb7a3","name":"Success: ind_voter_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"<VOTERID NUMBER>\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_voter_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"755"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:53:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"efcdc5a8-3eb9-4020-a7ec-be72a8c49864","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"5231234","type":"text"},{"key":"api-key","value":"1241234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"<VOTERID NUMBER>\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_voter_id"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:51:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"af934079-cd1c-433b-9c5c-88c64a80dc51","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"<VOTERID NUMBER>\"\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_voter_id"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:51:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"30dbb85a-077e-4ded-9e1f-5fd4c0e49d1f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"id_number\": \"<VOTERID NUMBER>\",\n    }\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_voter_id"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:52:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ad5c4f51-f5f6-4b7b-a2d6-ae54d0cc9369"},{"name":"Get task","id":"57e14805-c969-44e4-af7c-6f0fc7f19e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed.</td>\n<td>Required, ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created.</td>\n<td>Required, ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result.match_output.name_on_card</td>\n<td>Number</td>\n<td>The matching score for the name on the card.</td>\n<td>1 (lowest match score) to 5 (highest match score)</td>\n</tr>\n<tr>\n<td>result.source_output.ac_no</td>\n<td>String</td>\n<td>Assembly constituency number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_birth</td>\n<td>String</td>\n<td>Date of birth of the person associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.district</td>\n<td>String</td>\n<td>The district associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gender</td>\n<td>String</td>\n<td>The gender of the person associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.house_no</td>\n<td>String</td>\n<td>House number associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.id_number</td>\n<td>String</td>\n<td>The identification number associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_update</td>\n<td>String</td>\n<td>The date when the information was last updated.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name_on_card</td>\n<td>String</td>\n<td>The name on the card.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.part_no</td>\n<td>String</td>\n<td>Part number associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ps_lat_long</td>\n<td>String</td>\n<td>Latitude and longitude of the polling station.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ps_name</td>\n<td>String</td>\n<td>Name of the polling station.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.rln_name</td>\n<td>String</td>\n<td>Relation name associated with the ID (e.g., father's name).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.section_no</td>\n<td>String</td>\n<td>Section number associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.source</td>\n<td>String</td>\n<td>Source of the information.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.st_code</td>\n<td>String</td>\n<td>State code associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state</td>\n<td>String</td>\n<td>State associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID retrieval process.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>Task ID - UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task being performed.</td>\n<td>Value: ind_voter_id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"5cfde2c4-e8e9-4164-8e14-2ba491ff8f39","name":"Success:ind_voter_id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"755"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:53:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-20T17:53:45+05:30\",\n    \"created_at\": \"2024-08-20T17:53:45+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n    \"request_id\": \"18d1df49-0321-433a-96b9-dd98fc728ae2\",\n    \"result\": {\n        \"match_output\": {\n            \"name_on_card\": 1\n        },\n        \"source_output\": {\n            \"ac_no\": \"160\",\n            \"date_of_birth\": null,\n            \"district\": \"Mumbai Suburban\",\n            \"gender\": \"M\",\n            \"house_no\": null,\n            \"id_number\": \"<VOTERID_NUMBER>\",\n            \"last_update\": null,\n            \"name_on_card\": \"shubh pipalia\",\n            \"part_no\": \"261\",\n            \"ps_lat_long\": null,\n            \"ps_name\": \"Govind Nagar M.N.C. Marathi School, Ground\",\n            \"rln_name\": \"chetan pipalia\",\n            \"section_no\": \"2\",\n            \"source\": \"NVSP\",\n            \"st_code\": \"S13\",\n            \"state\": \"Maharashtra\",\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n    \"type\": \"ind_voter_id\"\n}"},{"id":"5b6a8001-a250-4c89-aa00-c4f12c81a40a","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"bba4a635-b83b-4094-9fe4-b5d9edb3c54f","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"87d3e0b8-1762-4602-8724-91f5a860ad4a","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"9e055cec-4be9-4254-ab9d-d0fb7bc31cf5","name":"Err: Invalid Voter ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ce34630d-068d-4593-9b9d-1e7c5a0afc90","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ce34630d-068d-4593-9b9d-1e7c5a0afc90"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"372"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:17:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-11-07T23:46:41+05:30\",\n        \"created_at\": \"2022-11-07T23:46:41+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab10-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Voter ID\",\n        \"request_id\": \"ce34630d-068d-4593-9b9d-1e7c5a0afc90\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c43-453e87ceacd1\",\n        \"type\": \"ind_voter_id\"\n    }\n]"}],"_postman_id":"57e14805-c969-44e4-af7c-6f0fc7f19e49"}],"id":"5b6492bc-e533-4d42-ba58-9c5043ca70dc","_postman_id":"5b6492bc-e533-4d42-ba58-9c5043ca70dc","description":""},{"name":"ind_passport","item":[{"name":"ind_passport async","id":"7f832909-6346-452b-94f5-bf6b0a1e25fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"passport_file_number\": \"<PASSPORT FILE NUMBER>\",\n    \"date_of_birth\": \"yyyy-mm-dd\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_passport","description":"<p>This API allows you to verify the Passport details of a user from the originating Source website.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.passport_file_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Passport file number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.date_of_birth</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date of birth of person</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c9b56726-a6f6-4451-8501-cf0d850aaf6c","name":"Success: ind_passport","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"passport_file_number\": \"<PASSPORT FILE NUMBER>\",\n    \"date_of_birth\": \"yyyy-mm-dd\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"476"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Sep 2021 05:27:44 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"5dabadd7-ad63-4aa5-beb0-763069426601","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"passport_file_number\": \"<PASSPORT FILE NUMBER>\",\n    \"date_of_birth\": \"yyyy-mm-dd\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:07:46 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"635740ba-4d2d-4c31-ada8-e2822acaddd6","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1324312","type":"text"},{"key":"account-id","value":"1234232","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"passport_file_number\": \"HY123412341234\",\n    \"date_of_birth\": \"1991-08-10\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:08:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"9d4b9d93-7434-4d0a-aa0c-99a64e463b5b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"passport_file_number\": \"<PASSPORT FILE NUMBER>\",\n    \"date_of_birth\": \"yyyy-mm-dd\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:08:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7f832909-6346-452b-94f5-bf6b0a1e25fc"},{"name":"Get task","id":"1eeacc61-1c78-4b02-bbb2-be613e817f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=03eac556-a7cd-4b23-9bfe-7cf0e2517a2e","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed</td>\n<td>Should be a valid ISO 8601 date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created</td>\n<td>Should be a valid ISO 8601 date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The result of the verification</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The output details from the source</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.application_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date when the application was submitted</td>\n<td>Should be a valid date string in format YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_birth</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of birth of the individual</td>\n<td>Should be a valid date string in format YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>result.source_output.file_number</td>\n<td>String</td>\n<td>The file number associated with the passport</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>String</td>\n<td>The first name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.passport_status</td>\n<td>String</td>\n<td>The status of the passport, including dispatch information and tracking number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID found</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.surname</td>\n<td>String</td>\n<td>The surname of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td>completed or failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task</td>\n<td>Value: ind_passport</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"03eac556-a7cd-4b23-9bfe-7cf0e2517a2e"}],"variable":[]}},"response":[{"id":"d05a3bcb-5c90-477f-b9d8-8af5933178fd","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"358"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:05:16 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-09-20T10:57:44+05:30\",\n    \"created_at\": \"2021-09-20T10:57:30+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"38d2ba35-4053-4c57-8ae1-f814143f58e2\",\n    \"result\": {\n        \"source_output\": {\n            \"application_date\": \"YYYY-MM-DD\",\n            \"date_of_birth\": \"YYYY-MM-DD\",\n            \"file_number\": \"xyz\",\n            \"name\": \"John\",\n            \"passport_status\": \"Passport K1234567 has been dispatched on 06/11/2012 via Speed Post Tracking Number EN12345654321N.\",\n            \"status\": \"id_found\",\n            \"surname\": \"Doe\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_passport\"\n}\n]"},{"id":"e6dd2630-9920-4800-ab29-571cd1f39bdb","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2e710247-0f77-4ab1-af61-c75d0fffc7b2","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"36cc0a24-dbae-4a25-abd1-d63d763c6a5a","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123434","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123443","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"0c87889f-a4a6-4648-908a-b15d3a883a7f","name":"Err: Invalid Passport File Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=04e4fbe8-2961-4142-9a18-6d8c93faa401","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"04e4fbe8-2961-4142-9a18-6d8c93faa401"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"394"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 08 Nov 2022 09:47:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-11-08T15:08:45+05:30\",\n        \"created_at\": \"2022-11-08T15:08:18+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Passport number and try again.\",\n        \"request_id\": \"04e4fbe8-2961-4142-9a18-6d8c93faa401\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_passport\"\n    }\n]"},{"id":"64ca0dba-271e-48c3-b2fa-e203aa11f328","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=04e4fbe8-2961-4142-9a18-6d8c93faa401","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"04e4fbe8-2961-4142-9a18-6d8c93faa401"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"394"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 08 Nov 2022 09:47:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-22T11:49:33+05:30\",\n    \"created_at\": \"2024-08-22T11:49:33+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"e38d2a46-9982-4322-b088-c2503d1fd546\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_passport\"\n}"}],"_postman_id":"1eeacc61-1c78-4b02-bbb2-be613e817f0c"}],"id":"62fc90e3-41e5-4d5d-9eca-60c7fa42a46b","_postman_id":"62fc90e3-41e5-4d5d-9eca-60c7fa42a46b","description":""},{"name":"ind_ncvt_iti","item":[{"name":"ind_ncvt_iti async","id":"148feddb-5fd5-4224-8eea-fe39c83c7f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"e_certificate_number\": \"<CERTIFICATE NUMBER>\",\r\n    \"certificate_type\":\"<CERTIFICATE TYPE>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ncvt_iti","description":"<p>NCVT Certificate is a certificate awarded for the completion of ITI courses under the purview of the NCVT. The full form of NCVT is the National Council of Vocational Training. Exams conducted by the NCVT include Craftsman Training Scheme (CTS), Apprentice Training Scheme (ATS), and All India Trade Test (AITT).</p>\n<p>NCVT certificate verification API helps corporate companies to check and verify if the end-user has completed the NCVT exams like CTS, ATS, AITT</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.e_certificate_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The E-certificate number provided to you</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.certificate_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of certificate: NCVT / Apprenticeship</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","ncvt_iti"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"dd15ba9e-d0ce-4288-acde-04e281829f82","name":"Success: ncvt_iti","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"e_certificate_number\": \"<CERTIFICATE NUMBER>\",\n    \"certificate_type\":\"<CERTIFICATE TYPE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"476"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Sep 2021 05:27:44 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"29f40ed9-9854-4b3a-9ef6-16f554d1ab4c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"123124","type":"text"},{"key":"api-key","value":"123432","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"e_certificate_number\": \"<CERTIFICATE NUMBER>\",\r\n    \"certificate_type\":\"<CERTIFICATE TYPE>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ncvt_iti"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:21:56 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ef85f580-e9ce-4706-9237-b3f798b63905","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"e_certificate_number\": \"<CERTIFICATE NUMBER>\",\r\n    \"certificate_type\":\"<CERTIFICATE TYPE>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ncvt_iti"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:22:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"79cdcc14-1ceb-406d-8c5e-fe848d9ada93","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"e_certificate_number\": \"<CERTIFICATE NUMBER>\",\r\n    \"certificate_type\":\"<CERTIFICATE TYPE>\",\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ncvt_iti"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:22:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"148feddb-5fd5-4224-8eea-fe39c83c7f39"},{"name":"Get task","id":"092a4db3-49ea-4251-a835-a176038a7998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty. Must be “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Source output object</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.e_certificate_number</td>\n<td>string</td>\n<td>E-certificate number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.trainee_name</td>\n<td>string</td>\n<td>Name of the trainee</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fathers_name</td>\n<td>string</td>\n<td>Father's name of the trainee</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.institute_code</td>\n<td>string</td>\n<td>Code of the institute</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.institute_name</td>\n<td>string</td>\n<td>Name of the institute</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.institute_address</td>\n<td>string</td>\n<td>Address of the institute</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.street_address</td>\n<td>string</td>\n<td>Street address of the institute</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.city</td>\n<td>string</td>\n<td>City where the institute is located</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state</td>\n<td>string</td>\n<td>State where the institute is located</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.pincode</td>\n<td>string</td>\n<td>Pincode of the institute</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.trade</td>\n<td>string</td>\n<td>Trade for which the trainee was trained</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.training_from</td>\n<td>string</td>\n<td>Training start date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.training_to</td>\n<td>string</td>\n<td>Training end date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certified</td>\n<td>string</td>\n<td>Certification status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate_issue_date</td>\n<td>date</td>\n<td>Certificate issue date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the data</td>\n<td>“Id_found” or “id_not_found”</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Value: “ncvt_iti”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"d6c98af4-7e20-4bed-9f46-933f60426e03","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n{\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\n        \"result\": {\n            \"source_output\": {\n                 \"e_certificate_number\":\"1608424379\",\n                 \"trainee_name\":\"SATTA RAM\",\n                 \"fathers_name\":\"CHAINA RAM\",\n                 \"institute_code\":\"PR08000568\",\n                 \"institute_name\":\"Pooja Private Industrial Training Institute\",\n                 \"institute_address\":\"Sathin Cauraha, Piparcity, JODHPUR, RAJASTHAN-\",\n                 \"street_address\":\"Sathin Cauraha, Piparcity\",\n                 \"city\":\"JODHPUR\",\n                 \"state\":\"RAJASTHAN\",\n                 \"pincode\": \"\",\n                 \"trade\":\"Electrician\",\n                 \"training_from\":\"Aug-2014\",\n                 \"training_to\":\"Jul-2016\",\n                 \"certified\":\"Y\",\n                 \"certificate_issue_date\":\"2017-03-01\",\n                 \"status\":\"id_found\"\n                }\n            },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ncvt_iti\"\n}\n]"},{"id":"144b1a8b-9560-4a29-8d3f-68465e3817c2","name":"Err: Invalid Certificate Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-11-08T15:08:45+05:30\",\n        \"created_at\": \"2022-11-08T15:08:18+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Certificate Number.\",\n        \"request_id\": \"04e4fbe8-2961-4142-9a18-6d8c93faa401\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ncvt_iti\"\n    }\n]"},{"id":"b18a473e-7077-4f08-9477-f4e1dc791b29","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"657a94a7-f533-4d27-9a68-144bac84429c","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ce827faf-1a77-4d55-844f-03d652c90bf7","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"2341235","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1234313","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"092a4db3-49ea-4251-a835-a176038a7998"}],"id":"cf41ade2-0c8c-4b3a-8742-8ccb370c95eb","_postman_id":"cf41ade2-0c8c-4b3a-8742-8ccb370c95eb","description":""},{"name":"ind_icmai","item":[{"name":"ind_icmai async","id":"b08eaf62-5b9c-4e1f-9a3e-b1c34e760b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\"\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai","description":"<p>ICWAI/ICMAI Verify API is used to check if the member is verified to be part of ICWAI (Cost Accountants)</p>\n<h4>Request Body Schema</h4><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td>task_id</td><td>string</td><td>The unique identifier of a requested task provided by you.</td><td>Yes</td></tr><tr><td>group_id</td><td>string</td><td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td><td>Yes</td></tr><tr><td>data</td><td>Object with below parameters</td><td>The details of the data required to perform the task.</td><td>Yes</td></tr><tr><td>membership_number</td><td>string</td><td>ICMAI membership number</td><td>Yes</td></tr></tbody></table><h4>Output</h4><table><tbody><tr><td>Key</td><td>Type</td><td>Details</td></tr><tr><td>source_output</td><td>object</td><td>Output received from the source</td></tr><tr><td>status</td><td>string</td><td>\"id_found\", \"id_not_found\", \"source_down\"</td></tr><tr><td>icmai_membership_number</td><td>string</td><td>ICMAI membership number/</td></tr><tr><td>icmai_member_name</td><td>string</td><td>ICMAI member name</td></tr><tr><td>icmai_category</td><td>string</td><td>ICMAI category</td></tr><tr><td>email</td><td>string</td><td>Email</td></tr><tr><td>qualification</td><td>string</td><td>Qualification</td></tr><tr><td>cop_holder</td><td>string</td><td>COP holder</td></tr><tr><td>member_status</td><td>string</td><td>Member status</td></tr><tr><td>removal_reason</td><td>string</td><td>Removal reason</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_icmai"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8eef66ee-fa7a-4f17-8d01-86ae28fe1444","name":"ind_icmai","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\"\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"b689ac26-bcb2-4ab1-ab7a-577068b56e9e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\"\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:27:31 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"4a922730-091b-4cd1-aea4-2df40c07fd5c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\"\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:28:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"25bd2a09-00f7-425b-9c6b-d9d108e43427","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\",\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:29:10 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"b08eaf62-5b9c-4e1f-9a3e-b1c34e760b2d"},{"name":"Get task","id":"bc6b7e2e-0810-4ed2-a3e9-d43a1fd382d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"07ff7c9f-73ed-41b0-a36e-7f34b9c9466e","name":"Success: ind_icmai","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n            \"membership_number\": \"aaaa\"\r\n        }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icmai"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\r\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"status\" : \"id_not_found\",\r\n                \"icmai_membership_number\": null,\r\n                \"icmai_member_name\": null,\r\n                \"icmai_category\": null, \r\n                \"email\": null,\r\n                \"qualification\": null,\r\n                \"cop_holder\": null,\r\n                \"member_status\": null,\r\n                \"removal_reason\": null\r\n                }\r\n              },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_icmai\"\r\n    }\r\n]"},{"id":"a993307e-e052-4156-8431-e036d889f9ef","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"7537c6a6-abd5-44ba-8fb6-6f3cce9b55c7","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"f558d736-9949-4eef-873c-e13a7cfa74bd","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"}],"_postman_id":"bc6b7e2e-0810-4ed2-a3e9-d43a1fd382d8"}],"id":"a676ac02-0881-45d7-9b41-af4ee7f4a04a","_postman_id":"a676ac02-0881-45d7-9b41-af4ee7f4a04a","description":""},{"name":"nmc_doctor","item":[{"name":"nmc_doctor async","id":"32d74f0e-711e-4a57-811a-a8931e9a6b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\t\"data\": {\r\n\t\t\"registration_no\": \"12345\",\r\n\t\t\"year_of_registration\": \"YYYY\",\r\n\t\t\"council_name\": \"Bombay Medical Council\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/nmc_doctor","description":"<p>This API allows the client to verify the integrity and validity of a medical certificate</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.registration_no</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Registration number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.year_of_registration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Year of registration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.council_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Medical council name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","nmc_doctor"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"fcfaf453-9380-496b-a6a2-e77d1b1de291","name":"Success: nmc_doctor","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\t\"data\": {\r\n\t\t\"registration_no\": \"12345\",\r\n\t\t\"year_of_registration\": \"YYYY\",\r\n\t\t\"council_name\": \"Bombay Medical Council\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ncvt_iti"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"1f013231-c658-4814-bda3-f2481ecc88d3","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\t\"data\": {\r\n\t\t\"registration_no\": \"12345\",\r\n\t\t\"year_of_registration\": \"YYYY\",\r\n\t\t\"council_name\": \"Bombay Medical Council\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/nmc_doctor"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:29:50 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a6bdf3a6-fb2e-4a9a-9a7b-e6f9bd588081","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\t\"data\": {\r\n\t\t\"registration_no\": \"12345\",\r\n\t\t\"year_of_registration\": \"YYYY\",\r\n\t\t\"council_name\": \"Bombay Medical Council\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/nmc_doctor"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:30:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"bfd5c17a-822f-4aef-b23b-bb7c204a67ca","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n\t\"data\": {\r\n\t\t\"registration_no\": \"12345\",\r\n\t\t\"year_of_registration\": \"YYYY\",\r\n\t\t\"council_name\": \"Bombay Medical Council\",\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/nmc_doctor"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:30:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"32d74f0e-711e-4a57-811a-a8931e9a6b2f"},{"name":"Get task","id":"c2ac01f6-54e2-4275-ae31-032ddca6c491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed.</td>\n<td>SO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created.</td>\n<td>ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result.source_output.fathers_name</td>\n<td>String</td>\n<td>The name of the father of the person associated with the ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.additional_qualification[].qualification</td>\n<td>String</td>\n<td>Additional qualification of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.additional_qualification[].qualification_year</td>\n<td>String</td>\n<td>The year when the additional qualification was obtained.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.additional_qualification[].university_name</td>\n<td>String</td>\n<td>The name of the university where the additional qualification was obtained.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.date_of_birth</td>\n<td>String</td>\n<td>The date of birth of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.date_of_registration</td>\n<td>String</td>\n<td>The date when the individual was registered.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.permanent_address</td>\n<td>String</td>\n<td>The permanent address of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.qualification</td>\n<td>String</td>\n<td>The main qualification of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.qualification_year</td>\n<td>String</td>\n<td>The year when the main qualification was obtained.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.university_name</td>\n<td>String</td>\n<td>The name of the university where the main qualification was obtained.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.imr_details.uprn_no</td>\n<td>String</td>\n<td>The unique professional registration number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>String</td>\n<td>The name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registration_no</td>\n<td>String</td>\n<td>The registration number of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state_medical_councils</td>\n<td>String</td>\n<td>The state medical council where the individual is registered.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID retrieval process.</td>\n<td>Id_found, id_not_found</td>\n</tr>\n<tr>\n<td>result.source_output.year_of_registration</td>\n<td>String</td>\n<td>The year when the individual was registered.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>completed, failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task being performed.</td>\n<td>Value: nmc_doctor</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"42faf901-ceae-4035-bdd8-9eb5afe259fd","name":"Success: nmc_doctor","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-22T12:32:48+05:30\",\n    \"created_at\": \"2024-08-22T12:32:40+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"fb166d4e-8a54-42b9-a0c9-2b185d3a2042\",\n    \"result\": {\n        \"source_output\": {\n            \"fathers_name\": \"BhXXX XXXal\",\n            \"imr_details\": {\n                \"additional_qualification\": [\n                    {\n                        \"qualification\": null,\n                        \"qualification_year\": null,\n                        \"university_name\": null\n                    }\n                ],\n                \"date_of_birth\": null,\n                \"date_of_registration\": \"YYYY-MM-DD\",\n                \"permanent_address\": \"H. P. Deptt. Of Orth. S. N. Medical College, Agra\",\n                \"qualification\": \"MBBS\",\n                \"qualification_year\": \"1982\",\n                \"university_name\": \"U.Agra\",\n                \"uprn_no\": null\n            },\n            \"name\": \"Goyal AXXXXX\",\n            \"registration_no\": \"XXXXX\",\n            \"state_medical_councils\": \"Uttar Pradesh Medical Council\",\n            \"status\": \"id_found\",\n            \"year_of_registration\": \"1982\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"nmc_doctor\"\n}"},{"id":"72839955-7c44-4240-bfcf-e49ce706cd29","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"17b0f1c6-cf46-4b60-8a61-cc8e05b222ff","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"c20b0130-e027-48e1-83d2-f08c0375e4da","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"6cdae49c-4b2b-482f-9805-0785a81be37e","name":"Err: Invalid Registration Year","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-22T12:43:11+05:30\",\n    \"created_at\": \"2024-08-22T12:43:11+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Please enter a valid registration year.\",\n    \"request_id\": \"2f5f4ccd-11bb-4954-99a6-a7483469f964\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"nmc_doctor\"\n}"},{"id":"e7cd91c9-761f-4e00-a058-e7ddb0fcb6e5","name":"Err: Invalid Council Name","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-22T12:43:38+05:30\",\n    \"created_at\": \"2024-08-22T12:43:37+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Please enter a valid council name.\",\n    \"request_id\": \"459f0666-7ee6-4bfa-bd52-08094635397d\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"nmc_doctor\"\n}"},{"id":"e6468d53-7b91-4f02-b4ea-4c30b9491b1c","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-22T12:45:36+05:30\",\n    \"created_at\": \"2024-08-22T12:45:36+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"d4ef5a6a-71b3-4de3-8740-ffafb193e5b5\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"nmc_doctor\"\n}"}],"_postman_id":"c2ac01f6-54e2-4275-ae31-032ddca6c491"}],"id":"03f07469-04a2-42a1-883c-f014cd15da33","_postman_id":"03f07469-04a2-42a1-883c-f014cd15da33","description":""},{"name":"ind_icsi","item":[{"name":"ind_icsi async","id":"9a113b9e-3e00-4a3e-9f94-1396ab2766ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"icsi_member_number\": \"Axxx\",\r\n    \"icsi_member_type\": \"ACS/FCS\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icsi","description":"<p>ICSI Verify API is used to check if the member is verified to be part of ICSI (Company Secretary)</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.icsi_member_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ICSI membership number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>icsi_member_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ICSI membership type: \"ACS\" or \"FCS\"</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_icsi"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"77d6e5fc-e7e8-4c2c-a5ff-c717b0328501","name":"Success: ind_icsi","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"icsi_member_number\": \"Axxx\",\n    \"icsi_member_type\": \"ACS\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icsi"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"0d96d657-e5c3-46c8-9145-0e3e9c1cb3d0","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"icsi_member_number\": \"Axxx\",\r\n    \"icsi_member_type\": \"ACS/FCS\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icsi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:32:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5537a429-727b-47ef-9f05-4025bd0891fa","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1234124","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"icsi_member_number\": \"Axxx\",\r\n    \"icsi_member_type\": \"ACS/FCS\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icsi"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:33:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b64f4358-9b75-447a-a040-3e67716bd73e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"icsi_member_number\": \"Axxx\",\r\n    \"icsi_member_type\": \"ACS/FCS\",\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_icsi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:34:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"9a113b9e-3e00-4a3e-9f94-1396ab2766ac"},{"name":"Get task","id":"91bc75f7-d114-4bf9-bc8b-2929cc589b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action type of the request</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the task was completed</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the task was created</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.benevolent_member</td>\n<td>string</td>\n<td>Benevolent member status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cp_number</td>\n<td>string</td>\n<td>CP number of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.member_address</td>\n<td>string</td>\n<td>Address of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.member_city</td>\n<td>string</td>\n<td>City of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.member_designation</td>\n<td>string</td>\n<td>Designation of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.member_email</td>\n<td>string</td>\n<td>Email of the member</td>\n<td>Must be a valid email</td>\n</tr>\n<tr>\n<td>result.source_output.member_image</td>\n<td>string</td>\n<td>URL of the member's image</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.source_output.member_mobile</td>\n<td>string</td>\n<td>Mobile number of the member</td>\n<td>Must be a valid phone number</td>\n</tr>\n<tr>\n<td>result.source_output.member_org</td>\n<td>string</td>\n<td>Organization of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.member_phone</td>\n<td>string</td>\n<td>Phone number of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.membership_number</td>\n<td>string</td>\n<td>Membership number of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>string</td>\n<td>Name of the member</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the ID verification</td>\n<td>Must be \"id_found\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td>Must be \"completed\"</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the request</td>\n<td>Must be \"ind_icsi\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ba4dd089-4162-4a5c-aa35-11f899988f1d","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"icsi_member_number\": \"A108\",\r\n    \"icsi_member_type\": \"ACS\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_icsi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n{\r\n    \"action\": \"verify_with_source\",\r\n    \"completed_at\": \"2024-08-07T18:13:52+05:30\",\r\n    \"created_at\": \"2024-08-07T18:13:48+05:30\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"request_id\": \"4a1a8dc5-91e2-4582-be40-20d7a5b56c5a\",\r\n    \"result\": {\r\n        \"source_output\": {\r\n            \"benevolent_member\": null,\r\n            \"cp_number\": \"0\",\r\n            \"member_address\": \"H-286 D.D.A. FLAT,NARAINA VIHAR,,DELHI,NEW DELHI,NEW DELHI,110010\",\r\n            \"member_city\": \"NEW DELHI\",\r\n            \"member_designation\": null,\r\n            \"member_email\": \"nvr@mpco.in\",\r\n            \"member_image\": \"https://storage.idfy.com/icsi_member_data/A108.jpg?Expires=1723121032&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=C%2FBz0FVfaOu%2BB5rWwcah93PGhcS932j0thKTQIbMUkSNFeIbVNBsxz05ThHuaLnlP%2FNl44SF43%2Bzb49u6qrqfb6m9AuYcKcVp4PjZNur7738TBk0xQZ9QDcpzpPXA%2FFb3gXS9oKHS2qeDmySCopTw87rAh%2BvenUzJ6a6AsczIAuajtnVLg93LL%2BxqTEtvHSTDowTClmH%2FnfT639o2q%2FW1WaR3AJTJ46xnUt8hBJHynXzk5%2B4eKu2n81X88t8yO8TmOLW7yCw4N2lIN26YdBeJ86Dcm0gG4lOzfqUsJyTupwVuYXARpGXIErn4ZoikTFEJLWZdz8JjMSE4cM9XPD68A%3D%3D\",\r\n            \"member_mobile\": \"9811600617\",\r\n            \"member_org\": null,\r\n            \"member_phone\": null,\r\n            \"membership_number\": \"A108\",\r\n            \"name\": \"CS  N V  RAMAN\",\r\n            \"status\": \"id_found\"\r\n        }\r\n    },\r\n    \"status\": \"completed\",\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"type\": \"ind_icsi\"\r\n}\r\n]"},{"id":"6aafba7c-5c7c-4277-8985-f823eec14d2c","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c25b0fce-f983-4d95-8254-007e031cc482","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"c087384f-39d7-4b3a-a784-b037854e867b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1234124","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1443212","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"341fd317-5121-4475-81e9-aeb5d2304a3a","name":"Err: Invalid Member Type","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1234124","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1443212","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-22T13:34:40+05:30\",\n        \"created_at\": \"2024-08-22T13:34:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Member Type\",\n        \"request_id\": \"ac090471-6fd0-47b4-a502-38c2ca39f8a9\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_icsi\"\n    }\n]"},{"id":"982d028e-31d2-499f-9370-4bb0701daaa2","name":"Err: Invalid Member Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1234124","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1443212","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-22T13:45:28+05:30\",\n        \"created_at\": \"2024-08-22T13:45:28+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Member Number\",\n        \"request_id\": \"58e1549b-25dc-4aa4-ae8e-606679f6fbd5\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_icsi\"\n    }\n]"}],"_postman_id":"91bc75f7-d114-4bf9-bc8b-2929cc589b44"}],"id":"31c54469-6d89-463b-85ef-ffdf5d33dd35","_postman_id":"31c54469-6d89-463b-85ef-ffdf5d33dd35","description":""},{"name":"ind_cybercrime_check","item":[{"name":"ind_cybercrime_check","event":[{"listen":"test","script":{"id":"20e6ae28-5c62-487d-8b09-54f338352f0d","exec":["var template = `","<div>","    <h3>Error Message</h3>","    <p>{{response.message}}</p>","</div>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()}","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"f5db430c-46f8-428d-9913-dcd2350024d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"id_number\": \"8920240\",\r\n        \"search_type\": \"1\" // default value = 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_cybercrime_check","description":"<p><strong>This API returns if a particular phone number has been tagged with a cybercrime request.</strong></p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td>Valid UUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td>Valid UUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input details for the search.</td>\n<td>Valid JSON object</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>Identification number to be searched.</td>\n<td>Numeric ID Number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.search_type</td>\n<td>String</td>\n<td>The type of search to be performed. Default = 1 (for mobile number based search)</td>\n<td>Integer</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_cybercrime_check"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"51b90adf-e76c-485a-9945-6108f9b1ddc0","name":"Success: ind_cybercrime_check","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"xxxxx\", \n        \"search_type\": \"1\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_cybercrime_check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:32:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"2fe4e92d-70db-4b1a-a72c-52d835c14723","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12134"},{"key":"account-id","value":"132323"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"8920240\",\n        \"search_type\": \"1\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_cybercrime_check"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:33:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"9b7f3452-3e7c-4ba3-a5ee-21dc673d5f12","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"8920240\",,\n        \"search_type\": \"1\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_cybercrime_check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:34:06 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"f5db430c-46f8-428d-9913-dcd2350024d9"},{"name":"Get task","id":"4bf12d87-6f46-4cf7-a881-5651e87b46cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.connection_status.error_code_id</td>\n<td>String/Null</td>\n<td>Error code ID</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.connection_status.status_code</td>\n<td>String</td>\n<td>Connection status code</td>\n<td>\"DELIVERED\" or other valid codes</td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.country_code</td>\n<td>String</td>\n<td>Country code</td>\n<td>Two-letter country code</td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.country_name</td>\n<td>String</td>\n<td>Country name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.country_prefix</td>\n<td>String</td>\n<td>Country prefix</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.mobile_country_code</td>\n<td>String</td>\n<td>Mobile country code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.mobile_network_code</td>\n<td>String</td>\n<td>Mobile network code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.network_name</td>\n<td>String</td>\n<td>Network name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.network_prefix</td>\n<td>String</td>\n<td>Network prefix</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_service_provider.network_region</td>\n<td>String</td>\n<td>Network region</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.alternate_number</td>\n<td>String/Null</td>\n<td>Alternate number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.is_ported</td>\n<td>Boolean</td>\n<td>Is the number ported</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.is_valid</td>\n<td>Boolean</td>\n<td>Is the number valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.last_ported_date</td>\n<td>String/Null</td>\n<td>Last ported date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.mobile_connection_type</td>\n<td>String</td>\n<td>Type of mobile connection</td>\n<td>\"prepaid\" or \"postpaid\"</td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.mobile_number_status</td>\n<td>String</td>\n<td>Status of the mobile number</td>\n<td>\"CONNECTED\" or other valid status</td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.name</td>\n<td>String</td>\n<td>Name of the mobile number owner</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number_details.porting_history</td>\n<td>String/Null</td>\n<td>Porting history</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.imsi</td>\n<td>String</td>\n<td>IMSI number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.mcc_mnc</td>\n<td>String</td>\n<td>MCC MNC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.mobile_country_code</td>\n<td>String</td>\n<td>Mobile country code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.mobile_network_code</td>\n<td>String</td>\n<td>Mobile network code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.msisdn</td>\n<td>String</td>\n<td>MSISDN number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.msisdn_country_code</td>\n<td>String</td>\n<td>MSISDN country code</td>\n<td>Two-letter country code</td>\n</tr>\n<tr>\n<td>result.source_output.msisdn_details.type</td>\n<td>String</td>\n<td>Type of connection</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.country_code</td>\n<td>String</td>\n<td>Country code</td>\n<td>Two-letter country code</td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.country_name</td>\n<td>String</td>\n<td>Country name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.country_prefix</td>\n<td>String</td>\n<td>Country prefix</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.mobile_country_code</td>\n<td>String</td>\n<td>Mobile country code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.mobile_network_code</td>\n<td>String</td>\n<td>Mobile network code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.network_name</td>\n<td>String</td>\n<td>Network name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.network_prefix</td>\n<td>String</td>\n<td>Network prefix</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.original_service_provider.network_region</td>\n<td>String</td>\n<td>Network region</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID check</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>\"ind_mobile_number\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"4dc2fce7-ac3f-490e-8652-74febbbbf5be","name":"ind_cybercrime_check","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2025-01-14T17:18:11+05:30\",\r\n        \"created_at\": \"2025-01-14T17:17:22+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"7f56f5c9-f23a-4bab-bdff-ad6712552016\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"message\": \"This mobile number 8920680240 has been reported on National Cybercrime Reporting Portal (www.cybercrime.gov.in) as suspect mobile number by the citizens.\",\r\n                \"status\": \"id_found\"\r\n            }\r\n        },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_cybercrime_check\"\r\n    }\r\n]"},{"id":"d82c0de9-0155-4f20-9778-801c30cd42f9","name":"Err: Invalid ID Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2025-01-14T17:20:04+05:30\",\n        \"created_at\": \"2025-01-14T17:20:04+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid ID Number.\",\n        \"request_id\": \"292e0a1d-878d-46b4-9c68-a4fef8fb1665\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_cybercrime_check\"\n    }\n]"},{"id":"be50a26d-5654-4a92-9820-d7fbdaaa4fcf","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e24b0af9-6e45-408b-8bf0-75d72297d2c3","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"8a3b83e8-b5f9-4243-86ae-4820d4f10e8c","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"4bf12d87-6f46-4cf7-a881-5651e87b46cb"}],"id":"daddeefb-40d9-4c4f-9dbb-6a776e4b4f17","_postman_id":"daddeefb-40d9-4c4f-9dbb-6a776e4b4f17","description":""},{"name":"ind_nurse","item":[{"name":"ind_nurse async","id":"8e7d241b-a79c-4605-9ca3-4dd6a9a803ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"nuid_number\": \"AAxxxxxx\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nurse","description":"<p>Nurse verification is used to verify whether an individual is a registered nurse with the Indian Nurse Council (INC).</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.nuid_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Nurse Unique Identification Number</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_nurse"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"53ad8789-54ac-43e2-a780-5a1cdef6d4aa","name":"Success: ind_nurse","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"nuid_number\": \"KL113829\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nurse"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"ae8b37dd-f902-42c5-8e1e-7b02d3bbf9f6","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"nuid_number\": \"KL113829\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nurse"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:36:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"972062ee-09ac-4ab4-a1fe-1f3475eed78a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"nuid_number\": \"KL113829\",\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nurse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:37:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"87f34907-5812-403d-9f54-6802a40d3c68","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"2344321","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"nuid_number\": \"KL113829\"\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nurse"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:37:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"8e7d241b-a79c-4605-9ca3-4dd6a9a803ff"},{"name":"Get task","id":"29924ed5-9de9-47b6-ae7f-75d1c4d7697e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed by the system</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the action was completed</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the action was created</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Contains details from the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the verification</td>\n<td>Must be one of: id_found, id_not_found</td>\n</tr>\n<tr>\n<td>result.source_output.nuid_number</td>\n<td>string</td>\n<td>NUID number of the applicant</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.applicant_name</td>\n<td>string</td>\n<td>Name of the applicant</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registered_nurse_council</td>\n<td>string</td>\n<td>Name of the registered nurse council</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mobile_number</td>\n<td>string</td>\n<td>Mobile number of the applicant</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registered_as</td>\n<td>string</td>\n<td>Registration type of the nurse</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state_code</td>\n<td>string</td>\n<td>State code of the applicant</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.email</td>\n<td>string</td>\n<td>Email address of the applicant</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Current status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Task type</td>\n<td>Value: “ind_nurse”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"fc802818-6e0e-4ebc-920e-052380ca820b","name":"Success: ind_nurse","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-16T16:00:08+05:30\",\r\n        \"created_at\": \"2021-06-16T16:00:05+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"b440f4d8-9fb8-467f-a982-53ad204afe43\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"status\": \"id_found\",\r\n                \"nuid_number\": \"AAxxxxxx\",\r\n                \"applicant_name\": \"JOHN DOE\",\r\n                \"registered_nurse_council\": \"THE WEST BENGAL NURSING COUNCIL, KOLKATA\",\r\n                \"mobile_number\": \"1234512345\",\r\n                \"registered_as\": \"RNRM\",\r\n                \"state_code\": \"19\",\r\n                \"email\": \"abc@xyz.com\"\r\n            }\r\n        },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_nurse\"\r\n    }\r\n]"},{"id":"acdd6a39-3b46-4582-a0c6-ddfca66d2381","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8a58ca6d-d48d-4fc0-ae83-b4427559054b","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"d3dfacf5-d62b-445e-9cb7-77b204ad909a","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"29924ed5-9de9-47b6-ae7f-75d1c4d7697e"}],"id":"1b7a3f50-a582-46e4-800d-4716a00bdd86","_postman_id":"1b7a3f50-a582-46e4-800d-4716a00bdd86","description":""},{"name":"pan_aadhaar_link","item":[{"name":"pan_aadhaar_link","id":"4e865177-94db-4d7c-aea1-99b3f5fbf6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"pan_number\": \"PAN NUMBER\",\n    \"aadhaar_number\": \"AADHAAR NUMBER\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_aadhaar_link","description":"<p>The PAN-Aadhaar linkage API allows you to validate if a PAN and an Aadhaar number are linked.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.pan_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>PAN Card number</td>\n<td>Must be a valid PAN number</td>\n</tr>\n<tr>\n<td>data.aadhaar_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Aadhaar card number</td>\n<td>Must be a valid aadhar number</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","pan_aadhaar_link"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e9b673a1-dbe3-487b-9634-17ae278613d7","name":"Success: pan_aadhaar_link","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"pan_number\": \"PAN NUMBER\",\n    \"aadhaar_number\": \"AADHAAR NUMBER\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_aadhaar_link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"ca57a546-6493-4637-aab5-198b72031e14","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123124","type":"text"},{"key":"account-id","value":"123212","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"pan_number\": \"PAN NUMBER\",\n    \"aadhaar_number\": \"AADHAAR NUMBER\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_aadhaar_link"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:59:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d2ca9326-7d78-4f0f-9056-f497dd0e0347","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"pan_number\": \"PAN NUMBER\",\n    \"aadhaar_number\": \"AADHAAR NUMBER\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_aadhaar_link"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:00:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"6081d8d3-c4cc-4c28-92ce-8ca43d125a7a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"pan_number\": \"PAN NUMBER\",\n    \"aadhaar_number\": \"AADHAAR NUMBER\",\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_aadhaar_link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:00:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"4e865177-94db-4d7c-aea1-99b3f5fbf6c0"},{"name":"Get task","id":"342f9599-9bbe-442a-82e3-6834dc25bfa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string. Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Container for details of output</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_linked</td>\n<td>Bool</td>\n<td>Response of whether given PAN and Aadhaar are linked</td>\n<td></td>\n</tr>\n<tr>\n<td>result.details.message</td>\n<td>String</td>\n<td>PAN and aadhaar linkage status message</td>\n<td>A valid string. String format: “PAN &amp; Aadhaar are linked”, “Aadhaar linked to some other PAN”, “Aadhaar PAN linking failed due to name mismatch”, “This PAN number does not exist”</td>\n</tr>\n<tr>\n<td>result.details.status</td>\n<td>String</td>\n<td>Status of source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “pan_aadhar_link”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"9264463a-0619-4942-bd4f-0a06d58ab2db","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-09T10:44:47+05:30\",\n        \"created_at\": \"2024-07-09T10:44:45+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"57e48f72-c0c5-463c-a1cb-4dec8610e837\",\n        \"result\": {\n            \"source_output\": {\n                \"is_linked\": true,\n                \"message\": \"PAN & Aadhaar are linked\",\n                \"status\": \"success\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"pan_aadhaar_link\"\n    }\n]"},{"id":"bc3bd8f1-fefa-44a8-aeb3-c01eec66eed0","name":"Success: Invalid Aadhaar Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-22T15:17:40+05:30\",\n        \"created_at\": \"2024-08-22T15:17:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid Aadhaar number\",\n        \"request_id\": \"0578af45-8f79-4aa2-9ce5-7a4f450936e1\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"pan_aadhaar_link\"\n    }\n]"},{"id":"6ff47caf-789a-4c5c-9edb-33ede619bc09","name":"Success: Invalid PAN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-22T15:18:48+05:30\",\n        \"created_at\": \"2024-08-22T15:18:48+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid PAN.\",\n        \"request_id\": \"ace7ea49-91de-4b11-a75f-0caebb3491b2\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"pan_aadhaar_link\"\n    }\n]"},{"id":"9e83f8a5-f8fd-4ce2-ab80-e354ac4f9de1","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:01:49 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"da901f81-cd1f-4f55-a7f3-0d61b60a2661","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"5422353","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"2345432","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5dc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5dc2287f8e"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:03:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"1a94d958-d6ce-4c7e-ae54-f141bd6df935","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5,dc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5,dc2287f8e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:03:50 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"342f9599-9bbe-442a-82e3-6834dc25bfa8"}],"id":"4141e4d6-95d2-40cf-8579-d1f9b79c5bd7","_postman_id":"4141e4d6-95d2-40cf-8579-d1f9b79c5bd7","description":""},{"name":"ind_itr_analysis","item":[{"name":"ind_itr_analysis","id":"7d358cb8-7232-4f7e-a540-895f38ad64fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_username_password\",\n        \"username\": \"\",\n        \"password\": \"\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis","description":"<p>Income Tax Return (ITR) Analysis API will give the visibility of the borrower’s financial know-how whether it’s an individual’s income or a company’s financial transactions, in real-time.</p>\n<p>This API captures the income tax returns of the borrower based on the login credentials from ITR 1 - 7 with simple, single API integration.</p>\n<p>ITR Analysis can be done through 4 methods:</p>\n<ol>\n<li><p>using user name and password</p>\n</li>\n<li><p>retrieving ITR details from the portal and uploading the PDF</p>\n</li>\n<li><p>retrieving ITR details through the ITR Acknowledgement file</p>\n</li>\n<li><p>retrieving ITR details through the ITR XML/JSON file. To upload the XML file, add it to the \"file\" key in the request body and include the \"tag,\" which can be found on the ITR portal, to complete the analysis</p>\n</li>\n</ol>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method_type</td>\n<td>String</td>\n<td>The type of method you would like to perform the ITR Analysis</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>username to the ITR portal</td>\n<td>optional based on method</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>password to the ITR portal</td>\n<td>optional based on method</td>\n</tr>\n<tr>\n<td>tag</td>\n<td>string</td>\n<td>tag needed if you choose the XML/Json method type</td>\n<td>optional based on method</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>string</td>\n<td>PAN number</td>\n<td>optional based on method</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>File holder</td>\n<td>optional based on method, max 3 files allowed</td>\n</tr>\n<tr>\n<td>file.file1.url</td>\n<td>String</td>\n<td>URL for file1</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_itr_analysis"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"26f9ece3-2b0a-41a2-bb13-93abfcd0b8c0","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"231432"},{"key":"account-id","value":"235234"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_username_password\",\n        \"username\": \"\",\n        \"password\": \"\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:38:37 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"25ed70bd-fd44-4397-b6d5-2e230c3aaccf","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_username_password\",\n        \"username\": \"\",\n        \"password\": \"\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:38:56 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4135266a-44fa-4a76-9c86-1467b7a8eaf8","name":"Err: BAD Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_username_password\",\n        \"username\": \"\",\n        \"password\": \"\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:39:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"99a8e18d-e1c1-4061-b917-6fc861a3792f","name":"method_username_password","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_username_password\",\n        \"username\": \"\",\n        \"password\": \"\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 26 Aug 2024 05:38:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"880ceac7-bacb-405a-8394-6172a5273774","name":"method_itr_pdf_file","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_itr_pdf_file\",\n        \"tag\": \"\", //optional field\n        \"pan\": \"AAAAA9999D\",\n        \"file\": {\n            \"file1\": {\n                \"url\": \"https://tmpfiles.org/dl/2895338/form_pdf_59967678870920.pdf\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 26 Aug 2024 05:38:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"f0d1e399-1b2a-4b33-9d91-8cfa38385458","name":"method_itr_ack_file","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_itr_ack_file\",\n        \"tag\": \"\", //optional field\n        \"pan\": \"AAAAA9999D\",\n        \"file\": {\n            \"file1\": {\n                \"url\": \"https://tmpfiles.org/dl/2895338/form_pdf_59967678870920.pdf\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 26 Aug 2024 05:38:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"1b4ca508-9acc-493a-9e92-d1e80edb856f","name":"method_itr_xml_file","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"method_itr_xml_file\",\n        \"tag\": \"\", //optional field\n        \"pan\": \"AAAAA9999D\",\n        \"file\": {\n            \"file1\": {\n                \"url\": \"https://tmpfiles.org/dl/2895338/form_pdf_59967678870920.pdf\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_itr_analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 26 Aug 2024 05:38:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"}],"_postman_id":"7d358cb8-7232-4f7e-a540-895f38ad64fd"},{"name":"Get task","id":"56ad3f0c-df47-4c49-baa5-4c3792c52718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed by the system</td>\n<td>Must be a valid action type</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the action or process</td>\n<td>Must be a valid type</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Current status of the task</td>\n<td>Must be one of: completed, pending, failed</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the action was created</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the action was completed</td>\n<td>Must be a valid ISO 8601 timestamp</td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the action</td>\n<td>Must be an object</td>\n</tr>\n<tr>\n<td>result.excel_url</td>\n<td>string</td>\n<td>URL for the Excel file</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.json_url</td>\n<td>string</td>\n<td>URL for the JSON file</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.response_message</td>\n<td>string</td>\n<td>Message returned in the response</td>\n<td>Must be a string</td>\n</tr>\n<tr>\n<td>result.response_code</td>\n<td>string</td>\n<td>Code indicating the result of the request</td>\n<td>Must be a string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"63f6ecec-f992-422c-b4d7-c82e06dc0665","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5%2Cdc2287f8e"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"ind_itr_analysis\",\n  \"task_id\": \"6569bf3d1104702063d7cde1\",\n  \"status\": \"completed\",\n  \"result\": {\n    \"status\": \"id_found\",\n    \"response_message\": \"Successfully Completed.\",\n    \"response_code\": \"SRC001\",\n    \"json_url\": \"https://www.googleapis.com/storage/v1/b/storage.idfy.com/o/c0743ca3-518a-4c3d-8130-872a15ae0bb3-json-report.json\",\n    \"excel_url\": \"https://www.googleapis.com/storage/v1/b/storage.idfy.com/o/c0743ca3-518a-4c3d-8130-872a15ae0bb3-excel-report.xlsx\"\n  },\n  \"request_id\": \"c0743ca3-518a-4c3d-8130-872a15ae0bb3\",\n  \"group_id\": \"TEST\",\n  \"created_at\": \"2023-12-01T16:40:51+05:30\",\n  \"completed_at\": \"2023-12-01T16:41:54+05:30\",\n  \"action\": \"verify_with_source\"\n}"},{"id":"893318e8-3133-43d3-bfcc-cb6299401cba","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5dc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5dc2287f8e"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:03:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"1ffe8ffb-f630-46d1-930b-a79f618a4d23","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:01:49 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"6d5887fb-2bc5-4403-94d1-44ca0905a663","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cd580dda-ae01-4fb0-83a8-2e5,dc2287f8e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cd580dda-ae01-4fb0-83a8-2e5,dc2287f8e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:03:50 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"56ad3f0c-df47-4c49-baa5-4c3792c52718"}],"id":"aa33b3b0-b537-44bd-8e31-8c201ecd6ee7","_postman_id":"aa33b3b0-b537-44bd-8e31-8c201ecd6ee7","description":""},{"name":"26AS Analysis","item":[{"name":"via_username_password","id":"948469f2-29df-4655-b360-275a302dfdb6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"via_username_password\",\n        \"username\": \"ABCDEXXXXM\",\n        \"password\": \"arora437\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/generate/analysis_26as","description":"<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.method_type</td>\n<td>string</td>\n<td>Method type for file verification</td>\n<td>Yes</td>\n<td>Must be a valid method type string</td>\n</tr>\n<tr>\n<td>data.username</td>\n<td>string</td>\n<td>Username used for e-filing of tax</td>\n<td>Yes</td>\n<td>Must follow the format of a valid e-filing username</td>\n</tr>\n<tr>\n<td>data.password</td>\n<td>string</td>\n<td>Password for the e-filing account</td>\n<td>Yes</td>\n<td>Must be a valid string, should not be empty</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","analysis_26as"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"89a53ffa-959c-4709-a785-253fb0f18126","name":"Success: via_username_password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","disabled":true},{"key":"api-key","value":"67f0c164-38a7-44bb-8a5f-cad46a7d010d"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"method_type\": \"via_username_password\",\n        \"username\": \"ABCDXXXXM\",\n        \"password\": \"aror0a02\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/analysis_26as"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 01 Sep 2023 02:02:58 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"d9f5a5cd-22da-4e46-bea4-8d82783b186b"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"d9f5a5cd-22da-4e46-bea4-8d82783b186b\"\n}"}],"_postman_id":"948469f2-29df-4655-b360-275a302dfdb6"},{"name":"via_26as_pdf_file","id":"73121832-4322-4507-8660-e13e7d3e1c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"••••••"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"method_type\":\"via_26as_pdf_file\",\n       \"pan\":\"BTTPD3310D\",\n       \"file\": {\n            \"file1\": {\n                \"url\": \"https://tmpfiles.org/dl/4010531/bttpa3310d-2021.pdf\",\n                \"password\": \"<enter password if file is password protected>\" //not_mandatory\n            }          \n        }\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/generate/analysis_26as","description":"<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.method_type</td>\n<td>string</td>\n<td>Method type for file verification</td>\n<td>Yes</td>\n<td>Must be a valid method type string</td>\n</tr>\n<tr>\n<td>data.pan</td>\n<td>string</td>\n<td>Permanent Account Number (PAN)</td>\n<td>Yes</td>\n<td>Must be a valid PAN format</td>\n</tr>\n<tr>\n<td>data.file</td>\n<td>object</td>\n<td>Object containing file information</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.file.file1</td>\n<td>object</td>\n<td>Object containing the URL and password for the file</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.file.file1.url</td>\n<td>string</td>\n<td>URL to the PDF file</td>\n<td>Yes</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>data.file.file1.password</td>\n<td>string</td>\n<td>Password for the file if it is password protected</td>\n<td>No</td>\n<td>Optional, can be empty</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","analysis_26as"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"931802d5-64b8-447b-ac93-01e159110b15","name":"Success: via_26as_pdf_file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"method_type\":\"via_26as_pdf_file\",\n       \"pan\":\"BTTPD3310D\",\n       \"file\": {\n            \"file1\": {\n                \"url\": \"https://tmpfiles.org/dl/4010531/bttpa3310d-2021.pdf\",\n                \"password\": \"<enter password if file is password protected>\" //not_mandatory\n            }          \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/analysis_26as"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 23 Aug 2023 07:45:27 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"eb792345-d04f-4de8-a3a3-43b9daed7285"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"eb792345-d04f-4de8-a3a3-43b9daed7285\"\n}"}],"_postman_id":"73121832-4322-4507-8660-e13e7d3e1c29"},{"name":"Get task","id":"1a652a81-a3b1-4fae-be19-14e3ec2dab92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=0212b1b1-f126-40e6-9645-9fff044055b4","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action to be performed</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the action was completed</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the action was created</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing the result data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.excel_url</td>\n<td>string</td>\n<td>URL to the generated Excel report</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.json_url</td>\n<td>string</td>\n<td>URL to the generated JSON report</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>Status of the result</td>\n<td>Must be a valid status string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the action</td>\n<td>Must be a valid status string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the action performed</td>\n<td>Must be a valid type string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"0212b1b1-f126-40e6-9645-9fff044055b4"}],"variable":[]}},"response":[{"id":"b562d027-d4d5-4e9e-831a-54904bf6759d","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=0212b1b1-f126-40e6-9645-9fff044055b4","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"0212b1b1-f126-40e6-9645-9fff044055b4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1462"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 01 Sep 2023 02:41:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-01-29T15:33:35+05:30\",\n        \"created_at\": \"2024-01-29T15:33:22+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"5013b1ad-175e-4375-aca1-3ec049aa30d6\",\n        \"result\": {\n            \"excel_url\": \"https://storage.idfy.com/5013b1ad-175e-4375-aca1-3ec049aa30d6-excel-report.xlsx?Expires=1706609019&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=HTUZweFYnOj8bVT2Z10q6VamTk9bT6IPMThXe76fcAjBHCo%2BnV2qeYETnX1iyZ1%2FOIznhUihoTTHyN9sGngPVr62cAOOWiHcYbtmLAHwDYGa2TrMkYtyNXEwSSah2XD6JOGPJH%2Bdpnjsx7WuF5KIefHOsc20NkKrVZlOF5kXWXDa6D4UEuCG%2BnUz1gkMd5CVQSTx%2BNF1jVzRiiGJf8al0nPU5PGc3ia76kcYiCz54QN4mp0VLs1FhqkAqNU%2FtNYvoSr5RFF9IX7oeaNeGiH79FPXups1fyZuV1v8%2BF8vHisBbB2ZBqtXsv7yDw9FKwGfzw2OojnE53BT1N0dQQIgww%3D%3S\",\n            \"json_url\": \"https://storage.idfy.com/5013b1ad-175e-4375-aca1-3ec049aa30d6-json-report.json?Expires=1706609019&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=nw%2FsrilbjGGGgh1lIab6t2%2FKQvmpmLWIjuhA6C25JYFN2sdLDjKdWlWrmU4UlEGYvrQTwPfLWxjF3MMQs7hWIGxARfxh5eNBnY507PGEued9WzjXFXwpkSTxNjMPHjZWAUAEYJxPROribvJMy4MKwW9msSkM7SdKmopxl2NnvGzdXna0UMY00%2FRfPbXJX0MB%2Ft2WUox7nZYwWnfCNWBNe%2BilPmXGIVKhtWoYyA%2BfLVyiQw8AuAO0w23EP8AGqs9R8xc9UfxcUa6XFJLXCrAC7RC4LzwF31HCPzevxQv3TnPW7fpXdAe2FteDNpnRfgesrlZxkWzzDCNHe39dW4hYNA%3D%3S\",\n            \"status\": \"success\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"analysis_26as\"\n    }\n]"}],"_postman_id":"1a652a81-a3b1-4fae-be19-14e3ec2dab92"}],"id":"b0b32568-c95c-4640-8f50-bb21d907702e","description":"<p>26AS is a consolidated tax statement that contains all the tax-related information of an individual or entity, including details of tax deducted at source (TDS), tax collected at source (TCS), advance tax, and more. It is maintained by the Income Tax Department of India and is useful in various financial transactions, including the loan lending journey</p>\n<p><strong>This API generates 26as analysis. There are two methods that can be used for this -<br />1. Fetch using username password</strong></p>\n<p><strong>2. Fetch using PDF file</strong></p>\n","_postman_id":"b0b32568-c95c-4640-8f50-bb21d907702e"},{"name":"ind_validate_bank_account","item":[{"name":"ind_validate_bank_account async","id":"2f04ee3f-fec2-4aa5-98f9-e97491216115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"123\",\n    \"group_id\": \"1234\",\n    \"data\": {\n        \"bank_account_no\": \"1234123412341234\",\n        \"bank_ifsc_code\": \"ABCD12341234\",\n        \"nf_verification\": false //optional\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/validate_bank_account","description":"<p>This API enables you to verify the bank account of a user. There are two methods to do the same: penny-drop and penny-less.</p>\n<p>The financial (penny drop) or non-financial (penny less) approach for bank validation depends on the following key in request body.</p>\n<p>nf_verification= false (for penny drop)</p>\n<p>nf_verification= true (for penny less)</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the data for the task</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.bank_account_no</td>\n<td>String</td>\n<td>The bank account number</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.bank_ifsc_code</td>\n<td>String</td>\n<td>The bank IFSC code</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.nf_verification</td>\n<td>Boolean</td>\n<td>Indicates if verification is to be NF (false by default)</td>\n<td>No</td>\n<td>Should be a valid boolean value. If this key is true, it will check with penny less verification first, and then it will check for penny drop verification. If you need only penny drop verification, this key should be false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","validate_bank_account"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7ba57b1f-530d-461f-bdaa-58756e4795d1","name":"Success: ind_validate_bank_account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"123\",\n    \"group_id\": \"1234\",\n    \"data\": {\n        \"bank_account_no\": \"0388001500023275\",\n        \"bank_ifsc_code\": \"PUNB0038800\",\n        \"nf_verification\": true //optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/validate_bank_account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"435"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:04:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"42bc2b00-2909-4b23-a2fa-0eee5b14f8de","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"123\",\n    \"group_id\": \"1234\",\n    \"data\": {\n        \"bank_account_no\": \"0388001500023275\",\n        \"bank_ifsc_code\": \"PUNB0038800\",\n        \"nf_verification\": true //optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/validate_bank_account"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:18:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"fde2d9e9-8d6f-4196-97e9-1dd44bcc4c59","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"123\",\n    \"group_id\": \"1234\",\n    \"data\": {\n        \"bank_account_no\": \"0388001500023275\",\n        \"bank_ifsc_code\": \"PUNB0038800\",\n        \"nf_verification\": true //optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/validate_bank_account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:19:15 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0fc1f097-9047-4f6d-b595-11cb904124ea","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"123\",\n    \"group_id\": \"1234\",\n    \"data\": {\n        \"bank_account_no\": \"0388001500023275\",\n        \"bank_ifsc_code\": \"PUNB0038800\",\n        \"nf_verification\": true. //optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/validate_bank_account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:19:51 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"2f04ee3f-fec2-4aa5-98f9-e97491216115"},{"name":"Get task","id":"8bc79af9-0990-493e-be93-4eab53ce493d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.account_exists</td>\n<td>String</td>\n<td>Indicates if the account exists</td>\n<td>\"YES\" or \"NO\"</td>\n</tr>\n<tr>\n<td>result.account_type</td>\n<td>String</td>\n<td>The type of the bank account</td>\n<td>This key will be in response only if the \"account_type\" key is present in the request body. Whatever input is passed in request body, it will return as it is in response body</td>\n</tr>\n<tr>\n<td>result.amount_deposited</td>\n<td>String</td>\n<td>The amount deposited in the bank account</td>\n<td></td>\n</tr>\n<tr>\n<td>result.bank_account_number</td>\n<td>String</td>\n<td>The bank account number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.ifsc_code</td>\n<td>String</td>\n<td>The bank IFSC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.message</td>\n<td>null</td>\n<td>Message related to the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.name_at_bank</td>\n<td>String</td>\n<td>The name of the account holder at the bank</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>String</td>\n<td>The status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.type</td>\n<td>String</td>\n<td>The type of verification (“F” or “NF”) NF: result derived from penny less verification; F: result derived from penny drop verification</td>\n<td>This key will appear only if \"nf_verification\" key is present in request body</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: “validate_bank_account”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"e160dac1-ed72-44de-92dd-6da60d12dbb3","name":"Success: Get task (Penny Drop)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"435"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:04:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-03T13:49:32+05:30\",\n        \"created_at\": \"2024-09-03T13:49:27+05:30\",\n        \"group_id\": \"1234\",\n        \"request_id\": \"38eb5808-7198-4750-a314-e6b56f5f6469\",\n        \"result\": {\n            \"account_exists\": \"YES\",\n            \"amount_deposited\": \"1\",\n            \"bank_account_number\": \"03XXXXXXXXXXXX75\",\n            \"ifsc_code\": \"PUNB0XXXXX0\",\n            \"message\": null,\n            \"name_at_bank\": \"GXXXXV VXXXXD RXXXXXXD\",\n            \"status\": \"id_found\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"123\",\n        \"type\": \"validate_bank_account\"\n    }\n]"},{"id":"7bed1b19-77d8-429e-8a50-09d3a1dc0693","name":"Success: Get task (Penny Less)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"435"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:04:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-03T14:04:52+05:30\",\n        \"created_at\": \"2024-09-03T14:04:48+05:30\",\n        \"group_id\": \"1234\",\n        \"request_id\": \"02baaa16-c4d4-42e5-852d-ef8d0f8cd681\",\n        \"result\": {\n            \"account_exists\": \"YES\",\n            \"amount_deposited\": \"0\",\n            \"bank_account_number\": \"03XXXXXXXXXXXX75\",\n            \"ifsc_code\": \"PUNB0XXXXX0\",\n            \"message\": null,\n            \"name_at_bank\": \"GXXXXV VXXXXD RXXXXXXD\",\n            \"status\": \"id_found\",\n            \"type\": \"NF\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"123\",\n        \"type\": \"validate_bank_account\"\n    }\n]"},{"id":"a22a5f8a-5fcb-41bd-84c7-7ebee5e7ba02","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"4302ce88-fff4-4249-abab-c49a943025e7","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8df5e278-3e9a-407f-9fa1-f16546247b7d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12345","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123211","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"8bc79af9-0990-493e-be93-4eab53ce493d"}],"id":"3aa375ac-81f1-487a-8ed1-bfb39d01ccf1","_postman_id":"3aa375ac-81f1-487a-8ed1-bfb39d01ccf1","description":""},{"name":"ind_mnrl_check","item":[{"name":"ind_mnrl_check","id":"27a157b8-1340-4ff2-9aff-a49298c80720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"7777777777\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_mnrl_check","description":"<p><strong>This API allows you to verify whether the user’s mobile number is present in the mobile number revocation list.</strong></p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>Mobile number of the user</td>\n<td>Yes</td>\n<td>Should be a valid Indian mobile number</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","ind_mnrl_check"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9535bbb5-19c0-4a83-87cf-747fb0d5ca88","name":"Success: ind_validate_bank_account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"7777777777\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_mnrl_check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"435"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:04:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"8657c96e-96fb-4dfd-ae4f-e822d8379a27","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"1234"},{"key":"account-id","value":"4567"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"7777777777\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_mnrl_check"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:18:45 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"1519d012-b5b2-410d-976f-26a79898668c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"7777777777\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_mnrl_check"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:19:15 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"27a4ad54-5a23-47fd-b35c-a2e439a56594","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"7777777777\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_mnrl_check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:19:51 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"27a157b8-1340-4ff2-9aff-a49298c80720"},{"name":"Get task","id":"74d213f7-1c61-4461-9449-c91176b7aab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action performed for verification</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the task was completed</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the request was created</td>\n<td>Must be a valid timestamp</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Group identifier for batch or related requests</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique ID for this individual request</td>\n<td>Unique request ID generated by IDfy</td>\n</tr>\n<tr>\n<td>result.source_output.is_revoked</td>\n<td>boolean</td>\n<td>Indicates whether the phone number is revoked</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Source system's result status</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task execution</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique ID for the verification task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of check performed</td>\n<td>Must be \"ind_mnrl_check\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"22307e2d-90b6-48ad-8d5a-2969acc9996c","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"435"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:04:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2025-04-25T19:15:37+05:30\",\n        \"created_at\": \"2025-04-25T19:15:37+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"f15178e3-ca26-49fd-8bc2-ce463f28660e\",\n        \"result\": {\n            \"source_output\": {\n                \"is_revoked\": true,\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_mnrl_check\"\n    }\n]"},{"id":"9d3ee55a-f205-48b9-ad16-1e4182f3e1ce","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2be84381-b7a0-47ce-9df9-379a47994f6b","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7263fdb8-6d9c-49bf-b60c-37ea0a3005de","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12345","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123211","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99&api-key=2123&account-id=1213","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"},{"key":"api-key","value":"2123","type":"text"},{"key":"account-id","value":"1213","type":"text"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"74d213f7-1c61-4461-9449-c91176b7aab6"}],"id":"23dba554-8544-49de-b180-c8f729608c0a","_postman_id":"23dba554-8544-49de-b180-c8f729608c0a","description":""}],"id":"ff929f83-0c92-4922-8a80-54985981ea89","_postman_id":"ff929f83-0c92-4922-8a80-54985981ea89","description":""}],"id":"f370dbcc-822f-428c-a5b1-985ace6ec31c","description":"<p>This section contains all the checks that are relevant from an individual's perspective.</p>\n","_postman_id":"f370dbcc-822f-428c-a5b1-985ace6ec31c"},{"name":"Merchants","item":[{"name":"Async","item":[{"name":"ind_gst_certificate","item":[{"name":"ind_gst_certificate verify async","id":"767902a5-2783-4455-9a7f-1970fa869b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"gstin\": \"26AAQCS4259Q1ZC\",\n        \"filing_details\": true, //Could be true or false\n        \"e_invoice_details\":true //Could be true or false\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate","description":"<p>Get GST details using the GSTIN.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the task</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.gstin</td>\n<td>String</td>\n<td>The GST Identification Number</td>\n<td>Yes</td>\n<td>Should be a valid 15-character alphanumeric string</td>\n</tr>\n<tr>\n<td>data.filing_details</td>\n<td>Boolean</td>\n<td>Indicates whether to include filing details</td>\n<td>No</td>\n<td>Should be a boolean (true or false)</td>\n</tr>\n<tr>\n<td>data.e_invoice_details</td>\n<td>Boolean</td>\n<td>Indicates whether to include e-invoice details</td>\n<td>No</td>\n<td>Should be a boolean (true or false)</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th></th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_gst_certificate"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"919d5b36-5cfd-4017-9a51-75fe908b1140","name":"Success: ind_gst_cert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"gstin\": \"26AAQCS4259Q1ZC\",\n        \"filing_details\": true, //Could be true or false\n        \"e_invoice_details\":true //Could be true or false\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1386"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:06:11 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"db3bfcbf-a06a-4e05-91a5-e9ee9bcc7be2","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"gstin\": \"26AAQCS4259Q1ZC\",\n        \"filing_details\": true, //Could be true or false\n        \"e_invoice_details\":true //Could be true or false\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:26:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ba317c6a-423e-477f-baa6-7e7d9aef1690","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"124124","type":"text"},{"key":"api-key","value":"412123","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"gstin\": \"26AAQCS4259Q1ZC\",\n        \"filing_details\": true, //Could be true or false\n        \"e_invoice_details\":true //Could be true or false\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:27:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d69d3f25-606d-42fd-bbf4-632c9991c854","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"gstin\": \"26AAQCS4259Q1ZC\",\n        \"filing_details\": true, //Could be true or false\n        \"e_invoice_details\":true, //Could be true or false\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:26:43 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"767902a5-2783-4455-9a7f-1970fa869b82"},{"name":"Get task","id":"083a68b1-f89d-42f5-8cad-1db0b7a1936f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the action was created</td>\n<td>Should be a valid datetime string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields</td>\n<td>Object</td>\n<td>Fields related to the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address</td>\n<td>Object</td>\n<td>Address details of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.building_name</td>\n<td>String</td>\n<td>Building name of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.city</td>\n<td>String</td>\n<td>City of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.door_number</td>\n<td>String</td>\n<td>Door number of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.dst</td>\n<td>String</td>\n<td>District of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.floor_number</td>\n<td>String</td>\n<td>Floor number of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.latitude</td>\n<td>String</td>\n<td>Latitude of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.location</td>\n<td>String</td>\n<td>Location of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.longitude</td>\n<td>String</td>\n<td>Longitude of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.pincode</td>\n<td>String</td>\n<td>Pincode of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.state_name</td>\n<td>String</td>\n<td>State name of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.additional_place_of_business_address.street</td>\n<td>String</td>\n<td>Street of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.additional_place_of_business_fields.nature_of_additional_place_of_business</td>\n<td>String</td>\n<td>Nature of the additional place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.centre_jurisdiction</td>\n<td>String</td>\n<td>Centre jurisdiction</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.centre_jurisdiction_code</td>\n<td>String</td>\n<td>Centre jurisdiction code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.constitution_of_business</td>\n<td>String</td>\n<td>Constitution of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_cancellation</td>\n<td>String</td>\n<td>Date of cancellation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_registration</td>\n<td>String</td>\n<td>Date of registration</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gstin</td>\n<td>String</td>\n<td>GST Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gstin_status</td>\n<td>String</td>\n<td>Status of the GSTIN</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_updated_date</td>\n<td>String</td>\n<td>Last updated date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.legal_name</td>\n<td>String</td>\n<td>Legal name of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nature_of_business_activity</td>\n<td>Array</td>\n<td>Nature of business activity</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields</td>\n<td>Object</td>\n<td>Fields related to the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.nature_of_principal_place_of_business</td>\n<td>String</td>\n<td>Nature of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address</td>\n<td>Object</td>\n<td>Address details of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.building_name</td>\n<td>String</td>\n<td>Building name of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.city</td>\n<td>String</td>\n<td>City of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.door_number</td>\n<td>String</td>\n<td>Door number of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.dst</td>\n<td>String</td>\n<td>District of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.floor_number</td>\n<td>String</td>\n<td>Floor number of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.latitude</td>\n<td>String</td>\n<td>Latitude of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.location</td>\n<td>String</td>\n<td>Location of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.longitude</td>\n<td>String</td>\n<td>Longitude of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.pincode</td>\n<td>String</td>\n<td>Pincode of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.state_name</td>\n<td>String</td>\n<td>State name of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.principal_place_of_business_fields.principal_place_of_business_address.street</td>\n<td>String</td>\n<td>Street of the principal place of business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.source</td>\n<td>Null</td>\n<td>Source of the information</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state_jurisdiction_code</td>\n<td>String</td>\n<td>State jurisdiction code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the GSTIN information</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.taxpayer_type</td>\n<td>String</td>\n<td>Type of taxpayer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.trade_name</td>\n<td>String</td>\n<td>Trade name of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.einvoice_status</td>\n<td>String</td>\n<td>E-invoice status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status_details</td>\n<td>String</td>\n<td>Details about the status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_sez</td>\n<td>String</td>\n<td>Indicates if the business is in a Special Economic Zone</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details</td>\n<td>Array</td>\n<td>Details of filings</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr3b</td>\n<td>Array</td>\n<td>Details of GSTR3B filings</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr3b.fy</td>\n<td>String</td>\n<td>Financial year of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr3b.tax_period</td>\n<td>String</td>\n<td>Tax period of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr3b.date_of_filing</td>\n<td>String</td>\n<td>Date of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr3b.status</td>\n<td>String</td>\n<td>Status of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr-1/iff</td>\n<td>Array</td>\n<td>Details of GSTR-1/IFF filings</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr-1/iff.fy</td>\n<td>String</td>\n<td>Financial year of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr-1/iff.tax_period</td>\n<td>String</td>\n<td>Tax period of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr-1/iff.date_of_filing</td>\n<td>String</td>\n<td>Date of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_details.gstr-1/iff.status</td>\n<td>String</td>\n<td>Status of the filing</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the overall process</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of request</td>\n<td>Value: “”ind_gst_certificate”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"57c868c6-745b-4afc-adb1-d442331bccdf","name":"Success: Get Task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"gstin\": \"XXXXXX\",\n        \"filing_status\": true\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_gst_certificate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1386"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:06:11 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-12-14T11:48:44+05:30\",\n    \"created_at\": \"2021-12-14T11:48:44+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"078f3b8f-6af8-427f-a8b5-2477762ef9fd\",\n    \"result\": {\n        \"source_output\": {\n            \"additional_place_of_business_fields\": {\n                \"additional_place_of_business_address \": {\n                    \"building_name\": \"\",\n                    \"city\": \"\",\n                    \"door_number\": \"S no. 327/2 to 3  and 7A,\",\n                    \"dst\": \"Daman\",\n                    \"floor_number\": \"\",\n                    \"latitude\": \"\",\n                    \"location\": \"Kachigam Daman\",\n                    \"longitude\": \"\",\n                    \"pincode\": \"396210\",\n                    \"state_name\": \"Dadra and Nagar Haveli and Daman and Diu\",\n                    \"street\": \"Kachigam Village\"\n                },\n                \"nature_of_additional_place_of_business\": \"Retail Business, Warehouse / Depot, Import, Export, Wholesale Business\"\n            },\n            \"centre_jurisdiction\": \"RANGE-I\",\n            \"centre_jurisdiction_code\": \"TB0301\",\n            \"constitution_of_business\": \"Private Limited Company\",\n            \"date_of_cancellation\": null,\n            \"date_of_registration\": \"2020-08-01\",\n            \"gstin\": \"26AAQCS4259Q1ZC\",\n            \"gstin_status\": \"Active\",\n            \"last_updated_date\": \"2021-11-01\",\n            \"legal_name\": \"Cloudtail India Private Limited\",\n            \"nature_of_business_activity\": [\n                \"Retail Business\",\n                \"Import\",\n                \"Warehouse / Depot\",\n                \"Wholesale Business\",\n                \"Export\",\n                \"Leasing Business\"\n            ],\n            \"principal_place_of_business_fields\": {\n                \"nature_of_principal_place_of_business\": \"Retail Business, Import, Warehouse / Depot, Wholesale Business\",\n                \"principal_place_of_business_address\": {\n                    \"building_name\": \"\",\n                    \"city\": \"\",\n                    \"door_number\": \"C/o Krishna Packaging, Part No. 6, SR. 336/2 6\",\n                    \"dst\": \"Daman\",\n                    \"floor_number\": \"\",\n                    \"latitude\": \"\",\n                    \"location\": \"KACHIGAM Daman\",\n                    \"longitude\": \"\",\n                    \"pincode\": \"396210\",\n                    \"state_name\": \"Dadra and Nagar Haveli and Daman and Diu\",\n                    \"street\": \"Nearby Cricket Ground\"\n                }\n            },\n            \"source\": null,\n            \"state_jurisdiction_code\": \"DD001\",\n            \"status\": \"id_found\",\n            \"taxpayer_type\": \"Regular\",\n            \"trade_name\": \"Cloudtail India Private limited\",\n            \"einvoice_status\":\"CNL\",\n            \"status_details\":\"\",\n            \"is_sez\":\"No\",\n            \"filing_details\":[{\n              \"gstr3b\":\n              [{\n                \"fy\": \"\",\n                \"tax_period\": \"\",\n                \"date_of_filing\": \"\",\n                \"status\": \"\",\n              },...........\n              ],\n              \"gstr-1/iff\":\n              [{\n                \"fy\": \"\",\n                \"tax_period\": \"\",\n                \"date_of_filing\": \"\",\n                \"status\": \"\",\n              },...........\n              ],..........\n              ]\n            }\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_gst_certificate\"\n}\n]"},{"id":"c3fc1550-fbf7-44d0-98f4-bb6f618f6243","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=e08b64b1-4255-4722-a4e8-db29207b7096","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"e08b64b1-4255-4722-a4e8-db29207b7096"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 08 Nov 2022 06:55:50 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"9bb6d1d7-14d5-4e29-bde1-8ab6ef1e478e","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=e08b64b1-4255-4722-a4e8-db29207b7096","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"e08b64b1-4255-4722-a4e8-db29207b7096"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 08 Nov 2022 06:56:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1db794d0-64b9-4168-b0c5-e438728a7ae6","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=e08b64b1-4255-4722-a4e8-db29207b7096f","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"e08b64b1-4255-4722-a4e8-db29207b7096f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 08 Nov 2022 06:57:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"083a68b1-f89d-42f5-8cad-1db0b7a1936f"}],"id":"13373922-f728-4d93-8e00-05210c0e8be9","_postman_id":"13373922-f728-4d93-8e00-05210c0e8be9","description":""},{"name":"ind_mca","item":[{"name":"ind_mca verify async","id":"e3032c6c-22a1-4fbb-b788-e8259bdd72ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"cin\": \"123456789012345678901\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_mca","description":"<p>Get company details using CIN or Company name from the MCA database.</p>\n<p>This API can verify if merchants are registered with the Registrar of Companies, and are registered with the same details as expected.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.cin</td>\n<td>String</td>\n<td>Yes</td>\n<td>Corporate Identification Number (CIN)</td>\n<td>Must be a valid CIN</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th></th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_mca"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"dfbdcc9b-f16d-44a0-bdb9-9ac1b6696e9c","name":"Success: ind_mca verify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"cin\": \"123456789012345678901\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_mca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2998"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:53:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"7803ae57-d7df-4bfb-bddd-34293289053b","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1231231","type":"text"},{"key":"api-key","value":"1233123","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"cin\": \"123456789012345678901\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_mca"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:32:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"1356f692-efba-490a-b8fe-8a499fe560a4","name":"Err: Missingh API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"cin\": \"123456789012345678901\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_mca"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 06:32:47 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cffc38ea-ffdc-492b-904d-87dab4cecd45","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n        \"cin\": \"123456789012345678901\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_mca"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 06:33:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"e3032c6c-22a1-4fbb-b788-e8259bdd72ac"},{"name":"Get task","id":"8eaf6d9f-ead3-41e4-b45b-d45906f68197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty. Must be “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Source output object</td>\n<td>A valid JSON Object</td>\n</tr>\n<tr>\n<td>result.source_output.authorised_capital</td>\n<td>string</td>\n<td>Authorised capital amount</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cin</td>\n<td>string</td>\n<td>Corporate Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.class_of_company</td>\n<td>string</td>\n<td>Class of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_category</td>\n<td>string</td>\n<td>Company category</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_name</td>\n<td>string</td>\n<td>Name of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_status</td>\n<td>string</td>\n<td>Status of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_subcategory</td>\n<td>string</td>\n<td>Subcategory of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_balance_sheet</td>\n<td>date</td>\n<td>Date of the balance sheet</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_incorporation</td>\n<td>date</td>\n<td>Date of incorporation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_last_agm</td>\n<td>date</td>\n<td>Date of the last annual general meeting</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.directors</td>\n<td>array</td>\n<td>List of directors</td>\n<td>A valid JSON list</td>\n</tr>\n<tr>\n<td>result.source_output.directors[].begin_date</td>\n<td>date</td>\n<td>Director's start date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.directors[].din</td>\n<td>string</td>\n<td>Director Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.directors[].end_date</td>\n<td>date</td>\n<td>Director's end date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.directors[].name</td>\n<td>string</td>\n<td>Name of the director</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.email_id</td>\n<td>string</td>\n<td>Email ID of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.llp_name</td>\n<td>string</td>\n<td>LLP name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.llpin</td>\n<td>string</td>\n<td>LLP Identification Number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.no_of_designated_partners</td>\n<td>string</td>\n<td>Number of designated partners</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.no_of_partners</td>\n<td>string</td>\n<td>Number of partners</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.number_of_members</td>\n<td>string</td>\n<td>Number of members</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.paid_up_capital</td>\n<td>string</td>\n<td>Paid-up capital amount</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registered_address</td>\n<td>string</td>\n<td>Registered address of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registration_number</td>\n<td>string</td>\n<td>Registration number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.related_companies</td>\n<td>string</td>\n<td>Related companies</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.roc_code</td>\n<td>string</td>\n<td>ROC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.source</td>\n<td>string</td>\n<td>Source of the data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.whether_listed_or_not</td>\n<td>string</td>\n<td>Whether the company is listed</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td>A valid string, non-empty</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Required, UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Value: “ind_mca”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"67047f00-64a2-458c-b848-098fefd27bb2","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2998"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:53:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-26T14:27:11+05:30\",\n    \"created_at\": \"2024-08-26T14:27:10+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1db998ee-1b21-48a2-8982-485df91e0bf7\",\n    \"result\": {\n        \"source_output\": {\n            \"authorised_capital\": \"1292000000\",\n            \"charges\": null,\n            \"cin\": \"<CIN>\",\n            \"class_of_company\": \"Private\",\n            \"company_category\": \"Company limited by Shares\",\n            \"company_name\": \"DXXXX XXX\",\n            \"company_status\": \"Active\",\n            \"company_subcategory\": \"Non-govt company\",\n            \"date_of_balance_sheet\": \"2024-03-31\",\n            \"date_of_incorporation\": \"2016-07-09\",\n            \"date_of_last_agm\": \"2024-07-25\",\n            \"directors\": [\n                {\n                    \"begin_date\": \"2016-07-09\",\n                    \"din\": \"01720901\",\n                    \"end_date\": null,\n                    \"name\": \"AXXXAR PXXXXA\"\n                },\n                {\n                    \"begin_date\": \"2016-07-09\",\n                    \"din\": \"01918904\",\n                    \"end_date\": null,\n                    \"name\": \"SXX KOXXXA\"\n                },\n                {\n                    \"begin_date\": \"2016-07-09\",\n                    \"din\": \"06749287\",\n                    \"end_date\": null,\n                    \"name\": \"VXXXAN VEXXAL\"\n                },\n                {\n                    \"begin_date\": \"2016-07-09\",\n                    \"din\": \"07003253\",\n                    \"end_date\": null,\n                    \"name\": \"PXXXCK KIXXXE REXXXXA\"\n                },\n                {\n                    \"begin_date\": \"2022-07-01\",\n                    \"din\": \"AJPPH1800D\",\n                    \"end_date\": null,\n                    \"name\": \"DEVXXXN HXXAL\"\n                },\n                {\n                    \"begin_date\": \"2019-07-18\",\n                    \"din\": \"08467510\",\n                    \"end_date\": null,\n                    \"name\": \"TXXA KING HOXXXES\"\n                },\n                {\n                    \"begin_date\": \"2024-04-25\",\n                    \"din\": \"09580735\",\n                    \"end_date\": null,\n                    \"name\": \"JXXX KUXXXR PXXXXEY\"\n                }\n            ],\n            \"email_id\": \"paasdxas.kasdxsae@vasdfgn.com\",\n            \"llp_name\": null,\n            \"llpin\": null,\n            \"no_of_designated_partners\": \"0\",\n            \"no_of_partners\": null,\n            \"number_of_members\": null,\n            \"paid_up_capital\": \"1241281120\",\n            \"registered_address\": \"<XXXXXX>\",\n            \"registration_number\": \"110767\",\n            \"related_companies\": null,\n            \"roc_code\": \"RoC-Hyderabad\",\n            \"source\": \"#companyMasterData\",\n            \"status\": \"id_found\",\n            \"whether_listed_or_not\": \"Unlisted\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_mca\"\n}\n]"},{"id":"3df12e97-65c8-42a8-8290-83058e460702","name":"Err: Bad Request - Invalid CIN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2998"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:53:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2025-09-23T12:38:10+05:30\",\n        \"created_at\": \"2025-09-23T12:38:10+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid CIN.\",\n        \"request_id\": \"240b448a-afce-4106-bd83-8e4d4f2cbfb8\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_mca\"\n    }\n]"},{"id":"48c3fc01-46bb-4bb6-a7a1-364a0f6388d2","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e7f56fca-9cdc-4795-a8b9-e98e7d9ff227","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"4477e424-c7ad-469d-a83a-0de929c20fa3","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"234234","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1243212","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"8eaf6d9f-ead3-41e4-b45b-d45906f68197"}],"id":"2e4b4272-9136-4ef3-9e51-1d92e97276cd","_postman_id":"2e4b4272-9136-4ef3-9e51-1d92e97276cd","description":""},{"name":"udyog_aadhaar","item":[{"name":"udyog_aadhaar async","id":"98b8b4e4-2116-4190-8ba2-87a25125b728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"MHxxxxxxxxxx\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyog_aadhaar","description":"<p>IDfy’s Udyog Aadhaar API allows you to verify details of Udyog Aadhaar (also known as Aadhaar for Business). Clients want to validate that the Udyog Aadhaar certificates that their customers have sent to them are valid, due to the following reasons:</p>\n<ul><li><div>Udyog Aadhaar validity and verification is a regulatory requirement in some domains (like MSME lending)</div></li><li><div>Clients do not want fraudulent merchants with fake documents to onboard on their system.</div></li></ul>\n\n<p>With the udyog aadhaar verification API, we aim to provide our clients a mechanism to verify merchant’s Udyog aadhaar numbers from the udyog aadhaar govt source. The API accepts a UAM number and responses with details about the Name of the Business, Major activity, category type, expiration date, address, NIC, etc.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Data object containing the request data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.uam_number</td>\n<td>string</td>\n<td>Udyog Aadhaar Memorandum (UAM) number</td>\n<td>Yes</td>\n<td>Must be a valid alphanumeric string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th></th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","udyog_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"0ae3a0cf-12a3-492c-b498-9097da3506b5","name":"Success: udyog_aadhaar","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"MHxxxxxxxxxx\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyog_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1211"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:06:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"d20b351d-1b56-4d3f-bf7b-a69b542c6c5c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"532234","type":"text"},{"key":"api-key","value":"422344","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"MHxxxxxxxxxx\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyog_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:44:47 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"aaa88245-e833-4bdb-8a05-e5f90c865486","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"MHxxxxxxxxxx\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyog_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:45:11 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"87fbecd6-0519-4d07-9f5e-023681629ff6","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"MHxxxxxxxxxx\".\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyog_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:45:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"98b8b4e4-2116-4190-8ba2-87a25125b728"},{"name":"Get task","id":"cc1ae7da-784a-46ea-b785-54d74763a502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action being performed. Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the task was completed</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the task was created</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the request</td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details of the Udyog Aadhaar verification</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Source output containing details of the verification</td>\n</tr>\n<tr>\n<td>result.source_output.address_details</td>\n<td>array</td>\n<td>List of address details</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1</td>\n<td>object</td>\n<td>Address details</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.area</td>\n<td>string</td>\n<td>Area of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.city</td>\n<td>string</td>\n<td>City of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.district</td>\n<td>string</td>\n<td>District of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.door</td>\n<td>string</td>\n<td>Door number of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.name_of_premises</td>\n<td>string</td>\n<td>Name of the premises</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.pin</td>\n<td>string</td>\n<td>Postal code of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.road</td>\n<td>string</td>\n<td>Road of the address</td>\n</tr>\n<tr>\n<td>result.source_output.address_details[0].address_1.state</td>\n<td>string</td>\n<td>State of the address</td>\n</tr>\n<tr>\n<td>result.source_output.general_details</td>\n<td>object</td>\n<td>General details of the enterprise</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.applied_date</td>\n<td>string (date)</td>\n<td>Date when the application was made</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.commencement_date</td>\n<td>string (date)</td>\n<td>Date when the enterprise commenced</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.dic_name</td>\n<td>string</td>\n<td>Name of the District Industries Centre</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.enterprise_name</td>\n<td>string</td>\n<td>Name of the enterprise</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.enterprise_type</td>\n<td>string</td>\n<td>Type of the enterprise</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.expiry_date</td>\n<td>string (date)</td>\n<td>Expiry date of the Udyog Aadhaar</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.major_activity</td>\n<td>string</td>\n<td>Major activity of the enterprise</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.modified_date</td>\n<td>string (date)</td>\n<td>Date when the details were last modified</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.social_category</td>\n<td>string</td>\n<td>Social category of the enterprise owner</td>\n</tr>\n<tr>\n<td>result.source_output.general_details.state</td>\n<td>string</td>\n<td>State where the enterprise is located</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details</td>\n<td>array</td>\n<td>List of NIC (National Industrial Classification) details</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[0].nic_details_1</td>\n<td>object</td>\n<td>NIC details</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[0].nic_details_1.activity_type</td>\n<td>string</td>\n<td>Type of activity</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[0].nic_details_1.nic_2_digit</td>\n<td>string</td>\n<td>2-digit NIC code and description</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[0].nic_details_1.nic_4_digit</td>\n<td>string</td>\n<td>4-digit NIC code and description</td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[0].nic_details_1.nic_5_digit</td>\n<td>string</td>\n<td>5-digit NIC code and description</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the verification</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Overall status of the task</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task being performed. Value: “udyog_aadhaar”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"66074deb-3f52-4f8c-a8e4-c2cbd561293b","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1211"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:06:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-29T15:05:08+05:30\",\n    \"created_at\": \"2024-07-29T15:04:50+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"f8028d2d-be67-49ed-a6ea-2da2405920e0\",\n    \"result\": {\n        \"source_output\": {\n            \"address_details\": [\n                {\n                    \"address_1\": {\n                        \"area\": \"MILAN SUBWAY, SANTACRUZ (W)\",\n                        \"city\": \"MUMBAI\",\n                        \"district\": \"MUMBAI SUBURBAN\",\n                        \"door\": \"SHOP NO. 3,\",\n                        \"name_of_premises\": \"PARASRAMPURIA APT 2 CO HSG SOC,\",\n                        \"pin\": \"400054\",\n                        \"road\": \"PLOT NO 65,TPS 6 1ST CROSS ROAD\",\n                        \"state\": \"MAHARASHTRA\"\n                    }\n                }\n            ],\n            \"general_details\": {\n                \"applied_date\": \"2019-12-28\",\n                \"commencement_date\": \"2017-10-06\",\n                \"dic_name\": \"MUMBAI SUBURBAN\",\n                \"enterprise_name\": \"Rudra Impex\",\n                \"enterprise_type\": \"Micro\",\n                \"expiry_date\": \"2022-06-30\",\n                \"major_activity\": \"Manufacturing\",\n                \"modified_date\": null,\n                \"social_category\": \"General\",\n                \"state\": \"MAHARASHTRA\"\n            },\n            \"nic_details\": [\n                {\n                    \"nic_details_1\": {\n                        \"activity_type\": \"Manufacturing\",\n                        \"nic_2_digit\": \"14-Manufacture of wearing apparel\",\n                        \"nic_4_digit\": \"1410-Manufacture of wearing apparel, except fur apparel\",\n                        \"nic_5_digit\": \"14101-Manufacture of all types of textile garments and clothing accessories\"\n                    }\n                }\n            ],\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"udyog_aadhaar\"\n}\n]"},{"id":"29e7fd18-1d48-4f12-9517-aa385998c139","name":"Err: Invalid UAM Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1211"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:06:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-26T15:09:02+05:30\",\n        \"created_at\": \"2024-08-26T15:09:02+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid UAM number\",\n        \"request_id\": \"fd25f1f2-372d-47ea-8951-72f6ab75ab85\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"udyog_aadhaar\"\n    }\n]"},{"id":"2cc1ec80-c356-4ab2-ae4b-62824b6df10e","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"421234","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"321234","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"10f374af-6783-4e01-8fb4-1d6f00ef07f0","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f60bbab2-9f69-4c8b-a68e-82d5c1905f49","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"cc1ae7da-784a-46ea-b785-54d74763a502"}],"id":"230c965c-d494-451b-b3fb-946e8ca570be","_postman_id":"230c965c-d494-451b-b3fb-946e8ca570be","description":""},{"name":"udyam_aadhaar","item":[{"name":"udyam_aadhaar async","id":"bc1297d6-863e-4f36-87c6-740f0c28904d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"UDYAM-MH-33-0006866\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyam_aadhaar","description":"<p>IDfy’s Udyam Aadhaar API allows you to verify details of Udyam Aadhaar (also known as Aadhaar for Business). In 2020, the GOI deprecated the Udyog Aadhaar and instructed all the 1.05 Cr merchants who had registered on Udyog to migrate to Udyam. While the migration has been slow, Udyam Aadhaar is likely to see high usage in the near future. Clients want to validate that the Udyam Aadhaar certificates that their customers have sent to them are valid, due to the following reasons:</p>\n<li><div>Udyam Aadhaar validity and verification is a regulatory requirement in some domains (like MSME lending)</div></li>\n\n<li><div>Clients do not want fraudulent merchants with fake documents to onboard on their system.</div></li>\n\n<p>With the Udyam aadhaar verification API, we aim to provide our clients a mechanism to verify merchant’s Udyam aadhaar numbers from the Udyam aadhaar govt source. The API accepts a UAM number and responses with details about the Name of the Business, Major activity, category type, expiration date, address, NIC, etc.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>The data for the task</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.uam_number</td>\n<td>String</td>\n<td>The UAM number for verification</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","udyam_aadhaar"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b8e8e456-9fad-4111-956e-6f1bca49dee4","name":"Success: udyam_aadhaar","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"UDYAM-MH-33-0006866\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyam_aadhaar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1289"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:07:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"86068313-42ae-4f08-a956-95ce5164cc02","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"431234","type":"text"},{"key":"account-id","value":"2124311","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"UDYAM-MH-33-0006866\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyam_aadhaar"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:46:06 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"eb0a7b63-42ba-45de-91c2-94ed8f28709e","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"UDYAM-MH-33-0006866\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyam_aadhaar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:46:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cccf8106-4cdd-4881-9577-03b74e04730c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"uam_number\": \"UDYAM-MH-33-0006866\",\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/udyam_aadhaar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:46:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"bc1297d6-863e-4f36-87c6-740f0c28904d"},{"name":"Get task","id":"2f48c66f-e709-4194-8830-f0846d906fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Should be a valid string. Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (ISO 8601)</td>\n<td>The timestamp when the task was completed</td>\n<td>Should be a valid ISO 8601 date-time string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (ISO 8601)</td>\n<td>The timestamp when the task was created</td>\n<td>Should be a valid ISO 8601 date-time string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The output details from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID found</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details</td>\n<td>Object</td>\n<td>General details of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.enterprise_name</td>\n<td>String</td>\n<td>The name of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.major_activity</td>\n<td>String</td>\n<td>The major activity of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.social_category</td>\n<td>String</td>\n<td>The social category of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.organization_type</td>\n<td>String</td>\n<td>The type of organization</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.date_of_inc</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of incorporation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.commencement_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of commencement</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.dic_name</td>\n<td>String</td>\n<td>The name of the DIC</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.msme-di</td>\n<td>String</td>\n<td>The MSME-DI</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.state</td>\n<td>String</td>\n<td>The state of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.enterprise_type</td>\n<td>String</td>\n<td>The type of enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.general_details.applied_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The applied date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_type</td>\n<td>Array</td>\n<td>The types of enterprise classifications</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_type[].enterprise_type_*</td>\n<td>Object</td>\n<td>Details of the enterprise type classifications</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_type[].enterprise_type_*.classification_year</td>\n<td>String (YYYY-YY)</td>\n<td>The classification year</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_type[].enterprise_type_*.enterprise_type</td>\n<td>String</td>\n<td>The type of enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_type[].enterprise_type_*.classification_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The classification date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details</td>\n<td>Array</td>\n<td>The NIC details of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*</td>\n<td>Object</td>\n<td>Details of the NIC</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*.nic_2_digit</td>\n<td>String</td>\n<td>The 2-digit NIC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*.nic_4_digit</td>\n<td>String</td>\n<td>The 4-digit NIC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*.nic_6_digit</td>\n<td>String</td>\n<td>The 6-digit NIC code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*.activity_type</td>\n<td>String</td>\n<td>The type of activity</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nic_details[].nic_details_*.date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of the NIC</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details</td>\n<td>Array</td>\n<td>The unit details of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*</td>\n<td>Object</td>\n<td>Details of the unit</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.unit_name</td>\n<td>String</td>\n<td>The name of the unit</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.flat</td>\n<td>String</td>\n<td>The flat number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.building</td>\n<td>String</td>\n<td>The building name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.village</td>\n<td>String</td>\n<td>The village name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.block</td>\n<td>String</td>\n<td>The block name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.road</td>\n<td>String</td>\n<td>The road name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.city</td>\n<td>String</td>\n<td>The city name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.pin</td>\n<td>String</td>\n<td>The PIN code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.state</td>\n<td>String</td>\n<td>The state name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.unit_details[].unit_*.district</td>\n<td>String</td>\n<td>The district name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address</td>\n<td>Object</td>\n<td>The official address of the enterprise</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.door</td>\n<td>String</td>\n<td>The door number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.name_of_premises</td>\n<td>String</td>\n<td>The name of the premises</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.road</td>\n<td>String</td>\n<td>The road name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.area</td>\n<td>String</td>\n<td>The area name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.city</td>\n<td>String</td>\n<td>The city name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.pin</td>\n<td>String</td>\n<td>The PIN code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.state</td>\n<td>String</td>\n<td>The state name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.district</td>\n<td>String</td>\n<td>The district name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.mobile</td>\n<td>String</td>\n<td>The mobile number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.offical_address.email</td>\n<td>String</td>\n<td>The email address</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task</td>\n<td>Value: “udyam_aadhaar”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"bc26ae9c-2523-49ff-835d-98525d3607c4","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1289"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:07:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n   \"action\":\"verify_with_source\",\n   \"completed_at\":\"2021-05-31T14:14:25+05:30\",\n   \"created_at\":\"2021-05-31T14:14:22+05:30\",\n   \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"request_id\":\"4b1c114f-ffbe-4e7f-8461-76c9e797f0dc\",\n   \"result\":{\n      \"source_output\":{\n         \"status\":\"id_found\",\n         \"general_details\":{\n            \"enterprise_name\":\"ATXXXXI EXXXXXT LLP\",\n            \"major_activity\":\"Manufacturing\",\n            \"social_category\":\"general\",\n            \"organization_type\":\"Limited Liability Partnership\",\n            \"date_of_inc\": \"YYYY-MM-DD\",\n            \"commencement_date\":\"2016-08-15\",\n            \"dic_name\":\"Mumbai Suburban\",\n            \"msme-di\": \"Mumbai\",\n            \"state\":\"Maharashtra\",\n            \"enterprise_type\":\"Micro\",\n            \"applied_date\":\"2015-12-28\"\n         },\n         \"enterprise_type\":[\n            {\n               \"enterprise_type_1\":{\n                  \"classification_year\":\"2023-24\", // format yyyy-yy\n                  \"enterprise_type\":\"small\",\n                  \"classification_date\":\"2023-05-09\" // format yyyy-mm-dd\n               }\n            },\n            {\n               \"enterprise_type_2\":{\n                  \"classification_year\":\"2022-23\", // format yyyy-yy\n                  \"enterprise_type\":\"small\",\n                  \"classification_date\":\"2022-06-26\" // format yyyy-mm-dd\n               }\n            },\n            {\n               \"enterprise_type_3\":{\n                  \"classification_year\":\"2021-22\", // format yyyy-yy\n                  \"enterprise_type\":\"small\",\n                  \"classification_date\":\"2021-05-16\" // format yyyy-mm-dd\n               }\n            },\n            {\n               \"enterprise_type_4\":{\n                  \"classification_year\":\"2020-21\", // format yyyy-yy\n                  \"enterprise_type\":\"medium\",\n                  \"classification_date\":\"2020-07-29\" // format yyyy-mm-dd\n               }\n            }\n         ],\n         \"nic_details\":[\n            {\n               \"nic_details_1\":{\n                  \"nic_2_digit\":\"14-Manufacture of wearing apparel\",\n                  \"nic_4_digit\":\"1410-Manufacture of wearing apparel, except fur apparel\",\n                  \"nic_6_digit\":\"14101-Manufacture of all types of textile garments and clothing accessories\",\n                  \"activity_type\":\"manufacturing\",\n                  \"date\":\"2020-02-28\"\n               }\n            },\n            {\n               \"nic_details_2\":{\n                  \"nic_2_digit\":\"14-Manufacture of wearing apparel\",\n                  \"nic_4_digit\":\"1410-Manufacture of wearing apparel, except fur apparel\",\n                  \"nic_6_digit\":\"14101-Manufacture of all types of textile garments and clothing accessories\",\n                  \"activity_type\":\"manufacturing\",\n                  \"date\":\"2020-02-28\"\n               }\n            }\n         ],\n         \"unit_details\":[\n            {\n               \"unit_1\":{\n                  \"unit_name\":\"ATSMI EQUIPMENT LLP\",\n                  \"flat\":\"202\",\n                  \"building\":\"Solitaire Wing A\",\n                  \"village\":\"Thane\",\n                  \"block\":\"-\",\n                  \"road\":\"Kolshet Road\",\n                  \"city\":\"Thane\",\n                  \"pin\":\"400012\",\n                  \"state\":\"Maharashtra\",\n                  \"district\":\"Thane\"\n               }\n            },\n            {\n               \"unit_2\":{\n                  \"unit_name\":\"ATXXX EQXXXXENT LLP\",\n                  \"flat\":\"202\",\n                  \"building\":\"Solitaire Wing A\",\n                  \"village\":\"Thane\",\n                  \"block\":\"-\",\n                  \"road\":\"Kolshet Road\",\n                  \"city\":\"Thane\",\n                  \"pin\":\"400012\",\n                  \"state\":\"Maharashtra\",\n                  \"district\":\"Thane\"\n               }\n            }\n         ],\n         \"official_address\":{\n            \"door\":\"SHOP NO. 3,\",\n            \"name_of_premises\":\"PARASRAMPURIA APT 2 CO HSG SOC,\",\n            \"road\":\"PLOT NO 65,TPS 6 1ST CROSS ROAD\",\n            \"area\":\"MILAN SUBWAY, SANTACRUZ (W)\",\n            \"city\":\"Mumbai\",\n            \"pin\":\"400054\",\n            \"state\":\"MAHARASHTRA\",\n            \"district\":\"MUMBAI SUBURBAN\",\n            \"mobile\":\"9XXXXXXX9\",\n            \"email\":\"aadxxxxxxxxent@gmail.com\"\n         }\n      }\n   },\n   \"status\":\"completed\",\n   \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"type\":\"udyam_aadhaar\"\n}"},{"id":"ec7cf4e1-2874-4212-a625-79cebaa588bc","name":"Err: Invalid UAM Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1289"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:07:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-26T15:07:40+05:30\",\n        \"created_at\": \"2024-08-26T15:07:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid UAM number\",\n        \"request_id\": \"9f8c711c-7238-4236-b68f-88dd3d813410\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"udyam_aadhaar\"\n    }\n]"},{"id":"60994dc0-08ad-4b30-8056-f78756543097","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:53:55 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a4cbd14a-70ed-4ee3-a8ae-887dcef65933","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:54:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"825ed721-3b1e-4796-a4d5-875965eda1c6","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ffe3f9fc-e55d-471e-ba3a-cf8669bf6a63k"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:55:12 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"2f48c66f-e709-4194-8830-f0846d906fc7"}],"id":"2c332c3d-345a-4779-8cb4-da499b9bcbae","_postman_id":"2c332c3d-345a-4779-8cb4-da499b9bcbae","description":""},{"name":"ind_roc_iec","item":[{"name":"ind_roc_iec async","id":"83069001-8c34-4835-a3b4-e8f09c6f5fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"import_export_code\": \"<IEC NUMBER>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/roc_iec","description":"<p>The Importer -Exporter Code (IEC) is a key business identification number which is mandatory for Exports or Imports. No person shall make any import or export except under an IEC Number granted by the DGFT. In case of import or export of services or technology, the IEC shall be required only when the service or technology provider is taking benefits under the Foreign Trade Policy or is dealing with specified services or technologies.</p>\n<p>IDfy’s IEC / ROC API allows you to verify the IEC Number of the importer / exporter</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.import_export_code</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Import export code</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","roc_iec"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"bd00ffb8-18a2-4dbe-8c27-fc7144dc7c1c","name":"Success: ind_roc_iec","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"import_export_code\": \"<IEC NUMBER>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/roc_iec"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"d9c75734-5817-4219-92f7-ce95420ec071","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"43211234","type":"text"},{"key":"account-id","value":"42312443","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"import_export_code\": \"<IEC NUMBER>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/roc_iec"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:24:43 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"15f73b37-7d8c-4754-9dba-3c4fdb31828a","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"import_export_code\": \"<IEC NUMBER>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/roc_iec"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:25:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e6e19fe7-5e5a-4e62-bb95-82643cb0d9e5","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\r\n  \"data\": {\r\n    \"import_export_code\": \"<IEC NUMBER>\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/roc_iec"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:25:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"83069001-8c34-4835-a3b4-e8f09c6f5fae"},{"name":"Get task","id":"bd58509c-f33a-4d69-9477-a66682f309a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<h5 id=\"case1-id_found-and-no-branches\">Case1: id_found and No Branches</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed.</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed output from the source.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.import_export_code</td>\n<td>String</td>\n<td>The import-export code (IEC number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_name</td>\n<td>String</td>\n<td>The name of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_address</td>\n<td>String</td>\n<td>The address of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_pan</td>\n<td>String</td>\n<td>The PAN (Permanent Account Number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details</td>\n<td>Array of Objects</td>\n<td>Details of branches of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_number</td>\n<td>String</td>\n<td>The branch number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.gstin</td>\n<td>String</td>\n<td>The GST Identification Number (GSTIN) of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_address</td>\n<td>String</td>\n<td>The address of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.iec_status</td>\n<td>String</td>\n<td>The status of the IEC (Import Export Code).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_birth_or_incorporation</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of birth or incorporation of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issuance</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date when the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.del_status</td>\n<td>String</td>\n<td>The delivery status of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_cancellation</td>\n<td>String or null</td>\n<td>The date of cancellation of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_suspension</td>\n<td>String or null</td>\n<td>The date of suspension of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_number</td>\n<td>String</td>\n<td>The file number related to the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date when the file related to the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dgft_ra_office</td>\n<td>String</td>\n<td>The office of the Directorate General of Foreign Trade (DGFT).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nature_of_concern_or_firm</td>\n<td>String</td>\n<td>The nature of the concern or firm (e.g., Private Limited).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.category_of_exporters</td>\n<td>String</td>\n<td>The category of exporters (e.g., Manufacturer Exporter).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document, in this case, \"roc_iec\".</td>\n<td>Value: “roc_iec”</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"case2-id_found-and-1-branch\">Case2: id_found and 1 branch</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed.</td>\n<td>Value: “verigy_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed output from the source.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.import_export_code</td>\n<td>String</td>\n<td>The import-export code (IEC number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_name</td>\n<td>String</td>\n<td>The name of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_address</td>\n<td>String</td>\n<td>The address of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_pan</td>\n<td>String</td>\n<td>The PAN (Permanent Account Number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details</td>\n<td>Array of Objects</td>\n<td>Details of branches of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_number</td>\n<td>Integer</td>\n<td>The branch number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.gstin</td>\n<td>String</td>\n<td>The GST Identification Number (GSTIN) of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_address</td>\n<td>String</td>\n<td>The address of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.iec_status</td>\n<td>String</td>\n<td>The status of the IEC (Import Export Code).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_birth_or_incorporation</td>\n<td>String</td>\n<td>The date of birth or incorporation of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issuance</td>\n<td>String</td>\n<td>The date when the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.del_status</td>\n<td>String</td>\n<td>The delivery status of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_cancellation</td>\n<td>String or null</td>\n<td>The date of cancellation of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_suspension</td>\n<td>String or null</td>\n<td>The date of suspension of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_number</td>\n<td>String</td>\n<td>The file number related to the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_date</td>\n<td>String</td>\n<td>The date when the file related to the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dgft_ra_office</td>\n<td>String</td>\n<td>The office of the Directorate General of Foreign Trade (DGFT).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nature_of_concern_or_firm</td>\n<td>String</td>\n<td>The nature of the concern or firm</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.category_of_exporters</td>\n<td>String</td>\n<td>The category of exporters</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document, in this case, \"roc_iec\".</td>\n<td>Value: “roc_iec”</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"case3-id_found-and-more-than-2-branches\">Case3: id_found and More Than 2 Branches</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed.</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (ISO 8601)</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (ISO 8601)</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed output from the source.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.import_export_code</td>\n<td>String</td>\n<td>The import-export code (IEC number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_name</td>\n<td>String</td>\n<td>The name of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_address</td>\n<td>String</td>\n<td>The address of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.enterprise_pan</td>\n<td>String</td>\n<td>The PAN (Permanent Account Number) of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details</td>\n<td>Array of Objects</td>\n<td>Details of branches of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_number</td>\n<td>Integer</td>\n<td>The branch number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.gstin</td>\n<td>String</td>\n<td>The GST Identification Number (GSTIN) of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.branch_details.branch_address</td>\n<td>String</td>\n<td>The address of the branch.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.iec_status</td>\n<td>String</td>\n<td>The status of the IEC (Import Export Code).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_birth_or_incorporation</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date of birth or incorporation of the enterprise.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issuance</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date when the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.del_status</td>\n<td>String</td>\n<td>The delivery status of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_cancellation</td>\n<td>String or null</td>\n<td>The date of cancellation of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_suspension</td>\n<td>String or null</td>\n<td>The date of suspension of the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_number</td>\n<td>String</td>\n<td>The file number related to the IEC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_date</td>\n<td>String (YYYY-MM-DD)</td>\n<td>The date when the file related to the IEC was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dgft_ra_office</td>\n<td>String</td>\n<td>The office of the Directorate General of Foreign Trade (DGFT).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nature_of_concern_or_firm</td>\n<td>String</td>\n<td>The nature of the concern or firm (e.g., Private Limited).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.category_of_exporters</td>\n<td>String</td>\n<td>The category of exporters (e.g., Manufacturer Exporter).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document, in this case, \"roc_iec\".</td>\n<td>Value: “roc_iec””</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"case4-id_not_found\">Case4: id_not_found</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>public_id</td>\n<td>String</td>\n<td>The public identifier associated with the result.</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.import_export_code</td>\n<td>Null</td>\n<td>The import-export code (IEC number) of the enterprise.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.enterprise_name</td>\n<td>Null</td>\n<td>The name of the enterprise.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.enterprise_address</td>\n<td>Null</td>\n<td>The address of the enterprise.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.enterprise_pan</td>\n<td>Null</td>\n<td>The PAN (Permanent Account Number) of the enterprise.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.branch_details</td>\n<td>Array of Objects or Null</td>\n<td>Details of branches of the enterprise.</td>\n<td>Should be an array of valid JSON objects or null.</td>\n</tr>\n<tr>\n<td>result.branch_details.branch_number</td>\n<td>Null</td>\n<td>The branch number.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.branch_details.gstin</td>\n<td>Null</td>\n<td>The GST Identification Number (GSTIN) of the branch.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.branch_details.branch_address</td>\n<td>Null</td>\n<td>The address of the branch.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.iec_status</td>\n<td>Null</td>\n<td>The status of the IEC (Import Export Code).</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.date_of_birth_or_incorporation</td>\n<td>Null</td>\n<td>The date of birth or incorporation of the enterprise.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.date_of_issuance</td>\n<td>Null</td>\n<td>The date when the IEC was issued.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.del_status</td>\n<td>Null</td>\n<td>The delivery status of the IEC.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.date_of_cancellation</td>\n<td>Null or String</td>\n<td>The date of cancellation of the IEC.</td>\n<td>Should be null</td>\n</tr>\n<tr>\n<td>result.date_of_suspension</td>\n<td>Null or String</td>\n<td>The date of suspension of the IEC.</td>\n<td>Should be null</td>\n</tr>\n<tr>\n<td>result.file_number</td>\n<td>Null</td>\n<td>The file number related to the IEC.</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.file_date</td>\n<td>Null or String</td>\n<td>The date when the file related to the IEC was issued.</td>\n<td>Should be null</td>\n</tr>\n<tr>\n<td>result.dgft_ra_office</td>\n<td>Null</td>\n<td>The office of the Directorate General of Foreign Trade (DGFT).</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.nature_of_concern_or_firm</td>\n<td>Null</td>\n<td>The nature of the concern or firm (e.g., Private Limited).</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.category_of_exporters</td>\n<td>Null</td>\n<td>The category of exporters (e.g., Manufacturer Exporter).</td>\n<td>Should be null.</td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td>id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"57b5a069-b066-41c2-846d-d6f41bbd28c3","name":"Success: id_found & No Branches","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[    \r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\r\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"import_export_code\": \"0295016311\",\r\n                \"enterprise_name\": \"SMJ VENTURE PRIVATE LIMITED\",\r\n                \"enterprise_address\": \"57, CANAL CIRCULAR ROAD ,  KANKURGACHI ,  KOLKATA ,  KOLKATA ,  WEST BENGAL,  700054\",\r\n                \"enterprise_pan\": \"AACXXXXX9J\",\r\n                \"branch_details\": [{\"branch_number\": None,\"gstin\":None, \"branch_address\": None}]\r\n                \"iec_status\": \"Valid\",\r\n                \"date_of_birth_or_incorporation\":\"19XX-XX-09\",\r\n                \"date_of_issuance\":\"1995-11-15\",\r\n                \"del_status\":\"N\",\r\n                \"date_of_cancellation\":None, //YYYY-MM-DD\r\n                \"date_of_suspension\":None, //YYYY-MM-DD\r\n                \"file_number\":\"KOLIECPAMEND00014900AM24\",\r\n                \"file_date\":\"2023-07-20\",\r\n                \"dgft_ra_office\":\"RA KOLKATA\",\r\n                \"nature_of_concern_or_firm\":\"Private Limited\",\r\n                \"category_of_exporters\":\"Manufacturer Exporter\",\r\n                \"status\": \"id_found\"\r\n           }\r\n        },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"roc_iec\"\r\n    }\r\n]"},{"id":"0758c045-68e2-4ab1-acb8-e506d49bd445","name":"Success: id_found & 1 Branch","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n{\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\r\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"import_export_code\": \"1115000497\",\r\n                \"enterprise_name\": \"SHRI RAM PIPES\",\r\n                \"enterprise_address\": \"609, MILLENNIUM PLAZA, GOVIND PURI,  GWALIOR MADHYA PRADESH\",\r\n                \"enterprise_pan\": \"AACXXXXX9J\",\r\n                \"branch_details\": [\r\n                {\r\n        \"branch_number\": 1,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"E-25, NEW VIVEKANAND COLONY, BALWANT NAGAR, GWALIOR MADHYA PRADESH\"\r\n      }],\r\n    \"iec_status\": \"0 - NORMAL\",\r\n    \"date_of_birth_or_incorporation\":\"19XX-XX-09\",\r\n    \"date_of_issuance\":\"1995-11-15\",\r\n    \"del_status\":\"N\",\r\n    \"date_of_cancellation\":None, //YYYY-MM-DD\r\n    \"date_of_suspension\":None, //YYYY-MM-DD\r\n    \"file_number\":\"KOLIECPAMEND00014900AM24\",\r\n    \"file_date\":\"2023-07-20\",\r\n    \"dgft_ra_office\":\"RA KOLKATA\",\r\n    \"nature_of_concern_or_firm\":\"Private Limited\",\r\n    \"category_of_exporters\":\"Manufacturer Exporter\",\r\n    \"status\": \"id_found\"\r\n  },\r\n  \"status\": \"completed\",\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"type\": \"roc_iec\"\r\n}\r\n]"},{"id":"d67b9281-33d2-4d2f-bcc9-a328ebcab3b1","name":"Success: id_found & More Than 2 Branches","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n{\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\r\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"import_export_code\": \"0295016311\",\r\n                \"enterprise_name\": \"SMJ VENTURE PRIVATE LIMITED\",\r\n                \"enterprise_address\": \"57, CANAL CIRCULAR ROAD KANKURGACHI KOLKATA\",\r\n                \"enterprise_pan\": \"AACCA1429JFT001\",\r\n                \"branch_details\": [\r\n      {\r\n        \"branch_number\": 1,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"MAZUKSHETRA UNIT RANIHATI AMTA ROAD VILL. MAZUKSHETRA NEAR 10 NO.BRIDGE HOWRAH\"\r\n      },\r\n      {\r\n        \"branch_number\": 2,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"SHED NO - 7, 57 CANAL CIRCULAR ROAD, KOLKATA\"\r\n      },\r\n      {\r\n        \"branch_number\": 3,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"SHED NO - V3, 57 CANAL CIRCULAR ROAD, KOLKATA\"\r\n      },\r\n      {\r\n        \"branch_number\": 4,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"SHED NO - V4, 57 CANAL CIRCULAR ROAD, KOLKATA\"\r\n      },\r\n      {\r\n        \"branch_number\": 5,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"22G, SHIB KRISTO DAW LANE GROUND FLOOR KOLKATA\"\r\n      },\r\n      {\r\n        \"branch_number\": 6,\r\n        \"gstin\":\"1XXXXXXXXXXXXXR\",\r\n        \"branch_address\": \"VILLAGE - BORALI, P.O - CHAK BORALI P.S - BHANGAR, KOLKATA\"\r\n      }\r\n    ],\r\n    \"iec_status\": \"9 - AMENDMENT\",\r\n    \"date_of_birth_or_incorporation\":\"19XX-XX-09\",\r\n    \"date_of_issuance\":\"1995-11-15\",\r\n    \"del_status\":\"N\",\r\n    \"date_of_cancellation\":None, //YYYY-MM-DD\r\n    \"date_of_suspension\":None, //YYYY-MM-DD\r\n    \"file_number\":\"KOLIECPAMEND00014900AM24\",\r\n    \"file_date\":\"2023-07-20\",\r\n    \"dgft_ra_office\":\"RA KOLKATA\",\r\n    \"nature_of_concern_or_firm\":\"Private Limited\",\r\n    \"category_of_exporters\":\"Manufacturer Exporter\",\r\n    \"status\": \"id_found\"\r\n  },\r\n  \"status\": \"completed\",\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"type\": \"roc_iec\"\r\n}\r\n]"},{"id":"dd61773d-11b0-4fc0-834b-2a5a4dd6a117","name":"Success: id_not_found","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"public_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"result\": {\r\n            \"import_export_code\": null,\r\n            \"enterprise_name\": null,\r\n            \"enterprise_address\": null,\r\n            \"enterprise_pan\": null,\r\n            \"branch_details\": [\r\n                {\r\n                    \"branch_number\": \"None\",\r\n                    \"gstin\": \"None\",\r\n                    \"branch_address\": \"None\"\r\n                }\r\n            ],\r\n            \"iec_status\": null,\r\n            \"date_of_birth_or_incorporation\": null,\r\n            \"date_of_issuance\": null,\r\n            \"del_status\": null,\r\n            \"date_of_cancellation\": null,\r\n            \"date_of_suspension\": null,\r\n            \"file_number\": null,\r\n            \"file_date\": null,\r\n            \"dgft_ra_office\": null,\r\n            \"nature_of_concern_or_firm\": null,\r\n            \"category_of_exporters\": null,\r\n            \"status\": \"id_not_found\"\r\n        },\r\n        \"status\": \"completed\"\r\n    }\r\n]"},{"id":"e74a309f-7bd2-4366-8e05-03dbaaf11e6c","name":"Err: Invalid IEC Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2024-08-26T15:30:31+05:30\",\r\n        \"created_at\": \"2024-08-26T15:30:31+05:30\",\r\n        \"error\": \"BAD_REQUEST\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"message\": \"Please enter a valid import export code\",\r\n        \"request_id\": \"1996710a-a216-4447-b0d5-4f20970f0268\",\r\n        \"status\": \"failed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"roc_iec\"\r\n    }\r\n]"},{"id":"93fc2de2-7881-4f5f-a8d0-b18e1bfa8606","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:23:28 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"05ec9141-e044-4c2f-915e-def59cb231ff","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:23:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"981f3b41-0cd0-4b74-b9d3-d8a33ba85762","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-l-50276e849d9n9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-l-50276e849d9n9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:24:23 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"bd58509c-f33a-4d69-9477-a66682f309a9"}],"id":"b051c163-b5bc-438a-afd8-5a1c94114975","_postman_id":"b051c163-b5bc-438a-afd8-5a1c94114975","description":""},{"name":"ind_ibbi","item":[{"name":"ind_ibbi async","id":"3fd9c537-ff91-4f80-8e53-1089ee3c860b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"corporate_cin\": \"L21010MH1945PLC010337\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_ibbi","description":"<p>IBBI or Insolvency and Bankruptcy Board of India was established on 1st October, 2016 under the Insolvency and Bankruptcy Code, 2016 (Code). It is a key pillar that is responsible for implementation of the Code that consolidates and amends the laws relating to reorganization and insolvency resolution of corporate persons, partnership firms and individuals in a time bound manner. IDfy’s IBBI Verification API will enable you to understand if the corporation is under bankruptcy.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.corporate_cin</td>\n<td>string</td>\n<td>Yes</td>\n<td>CIN format (e.g., L21010MH1945PLC010337)</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_ibbi"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"5ea25511-183f-47c0-ba9a-9dcb3efee935","name":"Success: ind_ibbi_verify","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"corporate_cin\": \"L21010MH1945PLC010337\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_ibbi"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"16a50a20-73f8-4027-b24d-a0db96ff5fda","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"2112442","type":"text"},{"key":"account-id","value":"4312343","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"corporate_cin\": \"L21010MH1945PLC010337\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_ibbi"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:22:32 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c18cb834-bb90-4921-8fd6-1e4b183fab28","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"corporate_cin\": \"L21010MH1945PLC010337\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_ibbi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:22:47 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0904861f-8cb6-4929-872c-ef6bd8568efd","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n      \"corporate_cin\": \"L21010MH1945PLC010337\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_ibbi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"47"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:23:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"BAD_REQUEST\",\n    \"message\": \"Bad Request\"\n}"}],"_postman_id":"3fd9c537-ff91-4f80-8e53-1089ee3c860b"},{"name":"Get task","id":"014166db-4c90-4999-8d76-e41f3d067629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.applicant_name</td>\n<td>String</td>\n<td>The name of the applicant.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.cin_no</td>\n<td>String</td>\n<td>The CIN number of the corporate debtor.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].corporate_debtor</td>\n<td>String</td>\n<td>Name of the corporate debtor.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].amount_of_claim_not_admitted</td>\n<td>String</td>\n<td>Amount of claim not admitted.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].amount_of_claims_under_verification</td>\n<td>String</td>\n<td>Amount of claims under verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].amount_of_contingent_claims</td>\n<td>String</td>\n<td>Amount of contingent claims.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].category_of_creditor</td>\n<td>String</td>\n<td>Category of the creditor.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].details_of_annexure</td>\n<td>String</td>\n<td>Details of annexure associated with the claims.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].remarks</td>\n<td>String</td>\n<td>Any remarks associated with the claims.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].sr_no</td>\n<td>String</td>\n<td>Serial number of the claim.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].summary_of_claims.amount</td>\n<td>String</td>\n<td>Summary of the claim amount.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].summary_of_claims.no_of_claims</td>\n<td>String</td>\n<td>Number of claims in the summary.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].summary_of_claims_admitted.amount</td>\n<td>String</td>\n<td>Amount of claims admitted in the summary.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].summary_of_claims_admitted.no_of_claims</td>\n<td>String</td>\n<td>Number of claims admitted in the summary.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].details[].summary_of_claims_admitted.percent_share_in_of_claims</td>\n<td>String</td>\n<td>Percent share in claims admitted.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].irp_rp_liquidator_name</td>\n<td>String</td>\n<td>Name of the IRP/RP/Liquidator associated with the claims.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].latest_date</td>\n<td>String</td>\n<td>Latest date related to the claim process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.claims[].version</td>\n<td>String</td>\n<td>Version of the claim process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.orders[].Remarks</td>\n<td>String</td>\n<td>Remarks associated with the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.orders[].bench</td>\n<td>String</td>\n<td>Bench responsible for the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.orders[].court_tribunal</td>\n<td>String</td>\n<td>Court or tribunal responsible for the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.orders[].order_date</td>\n<td>String</td>\n<td>Date of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.orders[].subject</td>\n<td>String</td>\n<td>Subject or URL related to the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.process_initiated</td>\n<td>String</td>\n<td>The process initiated (e.g., Liquidator).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.professionals_associated[].appointed_as</td>\n<td>String</td>\n<td>The role of the professional associated with the process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.professionals_associated[].ip_name</td>\n<td>String</td>\n<td>Name of the insolvency professional.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.professionals_associated[].registration_no</td>\n<td>String</td>\n<td>Registration number of the insolvency professional.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].Remarks</td>\n<td>String</td>\n<td>Remarks associated with the public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].address_of_insolvency_professional</td>\n<td>String</td>\n<td>Address of the insolvency professional.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].date_of_announcement</td>\n<td>String</td>\n<td>Date of the public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].last_date_of_submission</td>\n<td>String</td>\n<td>Last date for submission of claims.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].name_of_applicant</td>\n<td>String</td>\n<td>Name of the applicant associated with the public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].name_of_insolvency_professional</td>\n<td>String</td>\n<td>Name of the insolvency professional associated with the public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].public_announcement</td>\n<td>String</td>\n<td>URL of the public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.public_announcement[].public_announcement_type</td>\n<td>String</td>\n<td>Type of public announcement.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].Remarks</td>\n<td>String</td>\n<td>Remarks associated with the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].corporate_debtor</td>\n<td>String</td>\n<td>Name of the corporate debtor associated with the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].date_of_eval_matrix</td>\n<td>String</td>\n<td>Date of evaluation matrix.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].date_of_invitation</td>\n<td>String</td>\n<td>Date of invitation for the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].form_g</td>\n<td>String</td>\n<td>URL of Form G related to the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].last_date_of_plan_submission</td>\n<td>String</td>\n<td>Last date for submission of the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cd_details.resolution_plan[].name_of_professional</td>\n<td>String</td>\n<td>Name of the professional associated with the resolution plan.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID retrieval process.</td>\n<td>e.g., id_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>e.g., completed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>Required, UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task being performed.</td>\n<td>Value: ind_ibbi</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"52dfdbc0-9b69-426f-a259-3937adf1911d","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2024-08-26T17:32:36+05:30\",\r\n        \"created_at\": \"2024-08-26T17:31:53+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"b52e4463-638b-4306-bdee-fe2bcb155fab\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"cd_details\": {\r\n                    \"applicant_name\": \"Finquest Financial Solutions Pvt. Ltd.\",\r\n                    \"cin_no\": \"L21010MH1945PLC010337\",\r\n                    \"claims\": [\r\n                        {\r\n                            \"corporate_debtor\": \"Ballarpur Industries Limited\",\r\n                            \"details\": [\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Secured financial creditors belonging to any class of creditors\",\r\n                                    \"details_of_annexure\": \"NA\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"1\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\",\r\n                                        \"percent_share_in_of_claims\": \"\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Unsecured financial creditors belonging to any class of creditors\",\r\n                                    \"details_of_annexure\": \"NA\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"2\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\",\r\n                                        \"percent_share_in_of_claims\": \"\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Secured financial creditors (other than financial creditors belonging to any class of creditors)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"3\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"21079630701\",\r\n                                        \"no_of_claims\": \"8\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"20821248231\",\r\n                                        \"no_of_claims\": \"8\",\r\n                                        \"percent_share_in_of_claims\": \"61.38\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"168296261\",\r\n                                    \"category_of_creditor\": \"Unsecured financial creditors (other than financial creditors belonging to any class of creditors)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"4\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"12825793830\",\r\n                                        \"no_of_claims\": \"11\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"10926105609\",\r\n                                        \"no_of_claims\": \"11\",\r\n                                        \"percent_share_in_of_claims\": \"32.21\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Operational creditors (Workmen)\",\r\n                                    \"details_of_annexure\": \"NA\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"5\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"\",\r\n                                        \"no_of_claims\": \"\",\r\n                                        \"percent_share_in_of_claims\": \"\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"926981803\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Operational creditors (Employees)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"6\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"1241041307\",\r\n                                        \"no_of_claims\": \"109\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"304448933\",\r\n                                        \"no_of_claims\": \"109\",\r\n                                        \"percent_share_in_of_claims\": \"0.90\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"156540193\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Operational creditors (Government Dues)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"7\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"318299123\",\r\n                                        \"no_of_claims\": \"6\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"147259964\",\r\n                                        \"no_of_claims\": \"6\",\r\n                                        \"percent_share_in_of_claims\": \"0.43\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"2485377457\",\r\n                                    \"amount_of_contingent_claims\": \"109982098\",\r\n                                    \"category_of_creditor\": \"Operational creditors (other than Workmen and Employees and Government Dues)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"8\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"14720594829\",\r\n                                        \"no_of_claims\": \"417\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"1725211806\",\r\n                                        \"no_of_claims\": \"417\",\r\n                                        \"percent_share_in_of_claims\": \"5.09\"\r\n                                    }\r\n                                },\r\n                                {\r\n                                    \"amount_of_claim_not_admitted\": \"0\",\r\n                                    \"amount_of_claims_under_verification\": \"\",\r\n                                    \"amount_of_contingent_claims\": \"\",\r\n                                    \"category_of_creditor\": \"Other creditors, if any, (other than financial creditors and operational creditors)\",\r\n                                    \"details_of_annexure\": \"View File\",\r\n                                    \"remarks\": \"\",\r\n                                    \"sr_no\": \"9\",\r\n                                    \"summary_of_claims\": {\r\n                                        \"amount\": \"1332405045\",\r\n                                        \"no_of_claims\": \"1\"\r\n                                    },\r\n                                    \"summary_of_claims_admitted\": {\r\n                                        \"amount\": \"1\",\r\n                                        \"no_of_claims\": \"1\",\r\n                                        \"percent_share_in_of_claims\": \"0.00\"\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"irp_rp_liquidator_name\": \"Mr. Anuj Jain\",\r\n                            \"latest_date\": \"2020-12-03\",\r\n                            \"version\": \"Version 1\"\r\n                        }\r\n                    ],\r\n                    \"corporate_debtor\": \"Ballarpur Industries Limited\",\r\n                    \"orders\": [\r\n                        {\r\n                            \"Remarks\": \"NAN\",\r\n                            \"bench\": \"N/A\",\r\n                            \"court_tribunal\": \"NCLAT\",\r\n                            \"order_date\": \"2024-07-01\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/d7398076011b4753e554a7999728b29d.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"DISMISSED\",\r\n                            \"bench\": \"N/A\",\r\n                            \"court_tribunal\": \"NCLAT\",\r\n                            \"order_date\": \"2023-07-04\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/4b9ea1b28d9af613c1c5fb540cd585eb.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"OTHERS\",\r\n                            \"bench\": \"Mumbai Bench\",\r\n                            \"court_tribunal\": \"NCLT\",\r\n                            \"order_date\": \"2023-03-31\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/7f22534ed5181ca5592da7deec801dcb.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"OTHERS\",\r\n                            \"bench\": \"Mumbai Bench\",\r\n                            \"court_tribunal\": \"NCLT\",\r\n                            \"order_date\": \"2023-03-31\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/a4f0d8ed5db528e9c2b052dff113dda5.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"APPROVAL OF RESOLUTION PLAN\",\r\n                            \"bench\": \"Mumbai Bench\",\r\n                            \"court_tribunal\": \"NCLT\",\r\n                            \"order_date\": \"2023-03-31\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/9f5ee8b4a1e01ddd4e3030bdbf15bd70.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"SET ASIDE\",\r\n                            \"bench\": \"N/A\",\r\n                            \"court_tribunal\": \"NCLAT\",\r\n                            \"order_date\": \"2022-04-19\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/e0a9caa2415a57a92c1a35c07f54b7be.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"STAY\",\r\n                            \"bench\": \"N/A\",\r\n                            \"court_tribunal\": \"NCLAT\",\r\n                            \"order_date\": \"2022-03-07\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/be3adb6b183a21a57c20d546dea1f9f1.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"LIQUIDATION\",\r\n                            \"bench\": \"Mumbai Bench\",\r\n                            \"court_tribunal\": \"NCLT\",\r\n                            \"order_date\": \"2022-01-25\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/4d3309936f9bf096bb3fcca73dfcb693.pdf\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"ADMITTED\",\r\n                            \"bench\": \"Kolkata Bench\",\r\n                            \"court_tribunal\": \"NCLT\",\r\n                            \"order_date\": \"2020-01-17\",\r\n                            \"subject\": \"https://ibbi.gov.in//uploads/order/3510232b01ec702a6d5fde738b5280f2.pdf\"\r\n                        }\r\n                    ],\r\n                    \"process_initiated\": \"LIQUIDATOR\",\r\n                    \"professionals_associated\": [\r\n                        {\r\n                            \"appointed_as\": \"Liquidator\",\r\n                            \"ip_name\": \"Mr. Ravi Sethia\",\r\n                            \"registration_no\": \"IBBI/IPA-001/IP-P01305/2018-2019/12052\"\r\n                        },\r\n                        {\r\n                            \"appointed_as\": \"RP\",\r\n                            \"ip_name\": \"Mr. Anuj Jain\",\r\n                            \"registration_no\": \"IBBI/IPA-001/IP-P00142/2017-2018/10306\"\r\n                        },\r\n                        {\r\n                            \"appointed_as\": \"RP\",\r\n                            \"ip_name\": \"Mr. Divyesh Desai\",\r\n                            \"registration_no\": \"IBBI/IPA-001/IP-P00169/2017-2018/10338\"\r\n                        },\r\n                        {\r\n                            \"appointed_as\": \"IRP\",\r\n                            \"ip_name\": \"Mr. Divyesh Desai\",\r\n                            \"registration_no\": \"IBBI/IPA-001/IP-P00169/2017-2018/10338\"\r\n                        }\r\n                    ],\r\n                    \"public_announcement\": [\r\n                        {\r\n                            \"Remarks\": \"\",\r\n                            \"address_of_insolvency_professional\": \"KPMG Restructuring Service LLP, \\r\\nBuilding No. 10, Tower C, 8th Floor,\\r\\nDLF Cyber City, Phase II, \\r\\n  , Gurgaon, Haryana, 122002\",\r\n                            \"date_of_announcement\": \"2022-02-28\",\r\n                            \"last_date_of_submission\": \"2022-03-25\",\r\n                            \"name_of_applicant\": \"Ravi Sethia\",\r\n                            \"name_of_insolvency_professional\": \"Mr. Ravi Sethia\",\r\n                            \"public_announcement\": \"https://ibbi.gov.in//uploads/announcement/ac347e689e2b930a871a5d1847ea0119.pdf\",\r\n                            \"public_announcement_type\": \"Public Announcement of Liquidation Process\"\r\n                        },\r\n                        {\r\n                            \"Remarks\": \"\",\r\n                            \"address_of_insolvency_professional\": \"Moore Stephens Singhi Advisors LLP, B2 - 402, Marathon Innova, 4th Floor,Off Ganpatrao Kadam Marg,Lower Parel  , Mumbai City, Maharashtra, 400013\",\r\n                            \"date_of_announcement\": \"2020-01-23\",\r\n                            \"last_date_of_submission\": \"2020-02-05\",\r\n                            \"name_of_applicant\": \"Finquest Financial Solutions Pvt. Ltd.\",\r\n                            \"name_of_insolvency_professional\": \"Divyesh Desai\",\r\n                            \"public_announcement\": \"https://ibbi.gov.in//uploads/announcement/2873d1b6b23c60234cd802c3ac15d792.pdf\",\r\n                            \"public_announcement_type\": \"Public Announcement of Corporate Insolvency Resolution Process\"\r\n                        }\r\n                    ],\r\n                    \"resolution_plan\": [\r\n                        {\r\n                            \"Remarks\": \"\",\r\n                            \"corporate_debtor\": \"Ballarpur Industries Limited\",\r\n                            \"date_of_eval_matrix\": null,\r\n                            \"date_of_invitation\": null,\r\n                            \"form_g\": \"https://ibbi.gov.in//uploads/resolution_plan/d9fe26607f22035eb7d8c9ace051904c.pdf\",\r\n                            \"last_date_of_plan_submission\": null,\r\n                            \"name_of_professional\": \"Mr. Anuj Jain\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"status\": \"id_found\"\r\n            }\r\n        },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_ibbi\"\r\n    }\r\n]"},{"id":"d26efe34-7f27-466f-a225-b45a8191874f","name":"Err: Invalid CIN","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2024-08-26T17:39:03+05:30\",\r\n        \"created_at\": \"2024-08-26T17:38:40+05:30\",\r\n        \"error\": \"BAD_REQUEST\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"message\": \"Please enter a valid CIN.\",\r\n        \"request_id\": \"3f3ad246-d3cb-4fb1-add7-6cb412bc7d99\",\r\n        \"status\": \"failed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_ibbi\"\r\n    }\r\n]"},{"id":"b4ed3926-0933-46f2-9f0f-e1af7bb75610","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"234123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"124321","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"35b832b5-33e2-431f-b67d-86147c0ddbe5","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"c452f9dd-9533-4295-bc15-6d321d2ef2f8","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"014166db-4c90-4999-8d76-e41f3d067629"}],"id":"b8df580e-adcb-4a3c-9b56-39e47f7a47c8","_postman_id":"b8df580e-adcb-4a3c-9b56-39e47f7a47c8","description":""},{"name":"ind_fssai","item":[{"name":"ind_fssai async","id":"2493eeb4-00de-41b4-8861-56626c9184df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"10823999000517\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai","description":"<p>This API accepts the FSSAI Registration number as an input and in return verifies if the certificate exists, and verifies the company and Product related details.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.registration_no</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The FBO (Food Business operators) registration number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_fssai"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f7e6e9a6-7cb9-4e97-b7a8-27184bf4d60a","name":"Success: ind_fssai","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"10823999000517\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"4d7dcf4a-a473-4c56-ac4c-9ff1fa4a294c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\",\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:18:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"6911e39a-71ef-467c-b63b-542c660f05d8","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"124321","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:18:56 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b61833b7-2777-407b-8080-91d66f555b63","name":"Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:19:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"2493eeb4-00de-41b4-8861-56626c9184df"},{"name":"Get task","id":"d7a4b6eb-af65-4f8b-8409-0056f3bc4db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.company_name</td>\n<td>String</td>\n<td>The name of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.license_no</td>\n<td>String</td>\n<td>The license number of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.license_type</td>\n<td>String</td>\n<td>The type of license held by the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.pincode</td>\n<td>String</td>\n<td>The pincode of the company's premises.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.premise_address</td>\n<td>String</td>\n<td>The address of the company's premises.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.state</td>\n<td>String</td>\n<td>The state where the company is located.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.company_details.validity</td>\n<td>String</td>\n<td>The validity status of the company's license.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.products</td>\n<td>Array of Strings</td>\n<td>The list of products associated with the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the source output.</td>\n<td>Value: id_found or id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The overall status of the task.</td>\n<td>Value: completed, or failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the task.</td>\n<td>Value: ind_fssai</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"45c8c0f9-6810-4b90-9a42-7d0122cc98d5","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"22819015001312\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_fssai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-09T12:29:05+05:30\",\n        \"created_at\": \"2024-07-09T12:29:05+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"6f447535-68cc-4f81-a061-9ef58f18a2ba\",\n        \"result\": {\n            \"source_output\": {\n                \"company_details\": {\n                    \"company_name\": \"KISAANSAY AGTECH PRIVATE LIMITED\",\n                    \"license_no\": \"10823999000517\",\n                    \"license_type\": \"Central License\",\n                    \"pincode\": \"122018\",\n                    \"premise_address\": \"Unit no. 205, SS Plaza, Plot no.1, Block A, Mayfield Garden, Sector-47\",\n                    \"state\": \"Haryana\",\n                    \"validity\": \"Active\"\n                },\n                \"products\": [\n                    \"06 - Cereals and cereal products, derived from cereal grains, from roots and tubers, pulses, legumes and pith or soft core of palm tree, excluding bakery wares of food category 7.0\",\n                    \"11 - Sweeteners, including honey\"\n                ],\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_fssai\"\n    }\n]"},{"id":"66bf142a-5e30-4d5e-ac72-ba39e9950b59","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"8a763edb-289a-4a11-aff8-fdfca0e4a2b7","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9025efc0-a8b8-4686-8fe4-3082e3d21906","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7067ef49-2001-4cd1-9fb2-3de604feb1c2","name":"Err: ID not found","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=29ef2523-1fcf-4c01-b6bf-cc47b75f85a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"522"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:20:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-10-31T09:49:52+05:30\",\n        \"created_at\": \"2022-10-31T09:49:50+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9\",\n        \"result\": {\n            \"source_output\": {\n                \"company_details\": {\n                    \"company_name\": null,\n                    \"license_no\": null,\n                    \"license_type\": null,\n                    \"pincode\": null,\n                    \"premise_address\": null,\n                    \"state\": null,\n                    \"validity\": null\n                },\n                \"products\": null,\n                \"status\": \"id_not_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_fssai\"\n    }\n]"}],"_postman_id":"d7a4b6eb-af65-4f8b-8409-0056f3bc4db6"}],"id":"53dd13e1-1b26-4f93-a050-2f2d519ec70c","_postman_id":"53dd13e1-1b26-4f93-a050-2f2d519ec70c","description":""},{"name":"ind_fssai download","item":[{"name":"ind_fssai_download async","id":"873e62b6-c679-4e4f-ac53-5dd78c35233a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"10823999000517\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_fssai_download","description":"<p>This API accepts the FSSAI Registration number as an input and in return provides the PDF document.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.registration_no</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The FBO (Food Business operators) registration number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","ind_fssai_download"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3916897d-a378-4b8a-8501-cfb0399d504c","name":"Success: ind_fssai","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"10823999000517\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_fssai_download"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"6dc9ff89-8cb7-4ba6-92d1-fca23551f671","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\",\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_fssai_download"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:18:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8bea5585-a807-4701-b6ba-be7600993878","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"124321","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_fssai_download"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:18:56 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7030ac89-f355-4be9-b226-2842d0f54973","name":"Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"registration_no\": \"12345678987654\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_fssai_download"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:19:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"873e62b6-c679-4e4f-ac53-5dd78c35233a"},{"name":"Get task","id":"294661cd-37a7-4247-9669-4013cc01e11e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate_url</td>\n<td>String</td>\n<td>Certificate URL</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registration_no</td>\n<td>String</td>\n<td>FSSAI License number provided in inout</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>status of source output</td>\n<td>Value: id_found or id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The overall status of the task.</td>\n<td>Value: completed, or failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the task.</td>\n<td>Value: ind_fssai</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"6d81865b-5d6a-4ed5-ae9e-2dd4ca641708","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2025-05-06T15:10:17+05:30\",\n        \"created_at\": \"2025-05-06T15:10:15+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"f8f0ab19-8042-4325-9d63-ad72bd338582\",\n        \"result\": {\n            \"source_output\": {\n                \"certificate_url\": \"<certifiate url>\",\n                \"registration_no\": \"2142XXXXXXX902\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_fssai_download\"\n    }\n]"},{"id":"70b009d4-d057-44ba-b019-0d8ff98a2f0f","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"ac89d700-eb56-4166-b3a3-2f4e2659a9ce","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e54d1a02-9e90-4b7e-97d6-a14992a0de36","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7a006a0a-d12d-4925-8341-806c8e03e781","name":"Err: ID not found","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=29ef2523-1fcf-4c01-b6bf-cc47b75f85a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"522"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 31 Oct 2022 04:20:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2025-05-06T15:11:42+05:30\",\n        \"created_at\": \"2025-05-06T15:11:42+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"631cc624-6a9c-4d5e-a358-ee42a6f33c2e\",\n        \"result\": {\n            \"source_output\": {\n                \"certificate_url\": null,\n                \"registration_no\": null,\n                \"status\": \"id_not_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_fssai_download\"\n    }\n]"}],"_postman_id":"294661cd-37a7-4247-9669-4013cc01e11e"}],"id":"28dd12ab-dfc7-4d87-aa02-4f1c6f41015c","_postman_id":"28dd12ab-dfc7-4d87-aa02-4f1c6f41015c","description":""},{"name":"ind_nclt","item":[{"name":"ind_nclt async","id":"95668e12-b0da-4f1c-88d3-96d461eef2a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"dairy_number\": \"2XXXXXXXXXXXXX1\",\r\n    \"bench_state\": \"Mumbai Bench\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nclt","description":"<p>Allows you to verify if a company is currently ongoing or has in the past, gone through NCLT Proceedings.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Contains the data related to the task</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.dairy_number</td>\n<td>string</td>\n<td>Dairy number of the case</td>\n<td>Yes</td>\n<td>Must be a valid format</td>\n</tr>\n<tr>\n<td>data.bench_state</td>\n<td>string</td>\n<td>The name of the bench where the case is filed</td>\n<td>Yes</td>\n<td>Must be a non-empty string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_nclt"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"bdcad08e-d5b7-4f8f-b0fe-27402aa73916","name":"Success: ind_nclt","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"dairy_number\": \"2709138003382021\",\r\n    \"bench_state\": \"Mumbai Bench\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nclt"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"ca400a20-3204-4bc4-861c-e0c136013543","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"dairy_number\": \"2709138003382021\",\r\n    \"bench_state\": \"Mumbai Bench\"\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nclt"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:08:27 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"10c7da5e-7532-4675-a00c-7ba70962c10e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"244211","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"dairy_number\": \"xxxxxxxxxxx\",\r\n        \"bench_state\": \"Mumbai bench\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nclt"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:08:41 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7fe7564e-c6b9-4224-ad75-c92d66c6a1a5","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"dairy_number\": \"2709138003382021\",\r\n    \"bench_state\": \"Mumbai Bench\",\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_nclt"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:20:23 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"95668e12-b0da-4f1c-88d3-96d461eef2a2"},{"name":"Get task","id":"1361af74-9008-4f0f-bda7-6ae4568cbb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action being performed</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Contains the output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the identification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.party_petitioner_name</td>\n<td>string</td>\n<td>Name of the petitioner</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.party_respondent_name</td>\n<td>string</td>\n<td>Name of the respondent</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dairy_number_year</td>\n<td>string</td>\n<td>Dairy number with year</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.filing_date</td>\n<td>string</td>\n<td>Date the case was filed</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.bench_nature</td>\n<td>string</td>\n<td>Nature of the bench</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.court</td>\n<td>string</td>\n<td>Court number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.bench_number</td>\n<td>string</td>\n<td>Number of the bench</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.listing_date</td>\n<td>string</td>\n<td>Date of listing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.listing_purpose</td>\n<td>string</td>\n<td>Purpose of the listing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.case_status</td>\n<td>string</td>\n<td>Current status of the case</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.main_dairy_number</td>\n<td>string</td>\n<td>Main dairy number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.main_case_no</td>\n<td>string</td>\n<td>Main case number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_disposable</td>\n<td>string</td>\n<td>Date of disposal</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.nature_of_disposal</td>\n<td>string</td>\n<td>Nature of disposal</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.proceeding_details</td>\n<td>object</td>\n<td>Details of proceedings</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Overall status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Must be \"ind_nclt\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"e0a7871b-f0da-4abf-b43b-4a7cdca47e97","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[    \r\n    {\r\n        \"action\": \"verify_with_source\",\r\n        \"completed_at\": \"2021-06-10T12:39:43+05:30\",\r\n        \"created_at\": \"2021-06-10T12:39:37+05:30\",\r\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n        \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                  \"status\": \"id_found\",\r\n                  \"party_petitioner_name\": \"M/S COLORBAND DYESTUFF\",\r\n                  \"party_respondent_name\":\"MINESH PRINTS LTD\",\r\n                  \"dairy_number_year\":\"2709138003382021\",\r\n                  \"filing_date\":\"YYYY-MM-DD\",\r\n                  \"bench_nature\":\"Division Bench\",\r\n                  \"court\":\"1\",\r\n                  \"bench_number\":\"1\",\r\n                  \"listing_date\":\"YYYY-MM-DD\",\r\n                  \"listing_purpose\":\"Admission\",\r\n                  \"case_status\":\"pending\",\r\n                  \"main_dairy_number\": \"null\",\r\n                  \"main_case_no\": \"null\",\r\n                  \"date_of_disposable\": \"null\",\r\n                  \"nature_of_disposal\": \"null\",\r\n                  \"proceeding_details\":null\r\n               }\r\n            },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n        \"type\": \"ind_nclt\"\r\n    }\r\n]"},{"id":"24974e69-6ced-4dd0-bb4d-a48ef97f9f07","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"423123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"421243","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"43941256-7670-4e73-951e-26356112546a","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:01:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"64a32194-8e53-4328-a952-a2fae024d0f4","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"1361af74-9008-4f0f-bda7-6ae4568cbb40"}],"id":"07f823d1-b949-46d8-9584-0a8b1003b7d6","_postman_id":"07f823d1-b949-46d8-9584-0a8b1003b7d6","description":""},{"name":"establishment_epfo","item":[{"name":"establishment_epfo async","id":"efbc2ac9-4b37-4913-9c3f-240d5f3b05bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": {\r\n        \"establishment_code_number\": \"ABCDE1234567000\",\r\n        \"establishment_name\": \"ABC PVT LTD.\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo","description":"<p>This API that takes the establishment code / establishment name as an input and returns the relevant information about the establishment.</p>\n<h4>Request Body Schema</h4><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td>task_id</td><td>string</td><td>The unique identifier of a requested task provided by you.</td><td>Yes</td></tr><tr><td>group_id</td><td>string</td><td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td><td>Yes</td></tr><tr><td>data</td><td>Object with below parameters</td><td>The details of the data required to perform the task.</td><td>Yes</td></tr><tr><td>establishment_name</td><td>string</td><td>Establishment name</td><td>Yes</td></tr><tr><td>establishment_code_number</td><td>string</td><td>Establishment code number</td><td>Yes</td></tr></tbody></table><h4>Output</h4><table><tbody><tr><td>Key</td><td>Type</td><td>Details</td></tr><tr><td>source_output</td><td>object</td><td>Output received from the source</td></tr><tr><td>status</td><td>string</td><td>\"id_found\", \"id_not_found\", \"source_down\"</td></tr><tr><td>details</td><td>object</td><td></td></tr><tr><td>establishment_name</td><td>string</td><td>Establishment name</td></tr><tr><td>date_of_establishment_setup</td><td>string</td><td>Date of establishment setup (YYYY-MM-DD)</td></tr><tr><td>establishment_code</td><td>string</td><td>Establishment code</td></tr><tr><td>working_status</td><td>string</td><td>Working status - \"live_establishment/CLOSED/ALL MEMBER EXCLUDED/CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED.\"</td></tr><tr><td>date_of_coverage</td><td>string</td><td>Date of coverage</td></tr><tr><td>last_updated_on_epfo</td><td>string</td><td>Last updated on EPFO</td></tr><tr><td>business_activity</td><td>string</td><td>Business activity</td></tr><tr><td>pan_status</td><td>string</td><td>PAN status</td></tr><tr><td>ownership_type</td><td>string</td><td>Ownership type</td></tr><tr><td>address</td><td>string</td><td>Address</td></tr><tr><td>pin_code</td><td>string</td><td>PIN code</td></tr><tr><td>city</td><td>string</td><td>City</td></tr><tr><td>district</td><td>string</td><td>District</td></tr><tr><td>state</td><td>string</td><td>State</td></tr><tr><td>country</td><td>string</td><td>Country</td></tr><tr><td>epfo_office_name</td><td>string</td><td>EPFO office name</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","establishment_epfo"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f9498de6-f9b6-4957-9298-1690ff11eb20","name":"establishment_epfo","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": \r\n    {\r\n      \"establishment_name\": \"ABC PVT LTD.\",\r\n      \"establishment_code_number\": \"ABCDE1234567000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"4583a28a-e877-43f3-8672-d90409096d74","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": {\r\n        \"establishment_code_number\": \"ABCDE1234567000\",\r\n        \"establishment_name\": \"ABC PVT LTD.\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:07:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"f24c58b9-dc08-4351-b37a-c78455b6a779","name":"Err: BAd Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": {\r\n        \"establishment_code_number\": \"ABCDE1234567000\",\r\n        \"establishment_name\": \"ABC PVT LTD.\",\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:07:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"930222a7-f361-44e6-bb0c-87a7793f20b6","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": {\r\n        \"establishment_code_number\": \"ABCDE1234567000\",\r\n        \"establishment_name\": \"ABC PVT LTD.\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:07:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"efbc2ac9-4b37-4913-9c3f-240d5f3b05bf"},{"name":"Get task","id":"89a8c38b-634d-4099-98ed-5286eb565de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"b0bfe5e5-2603-4323-bdd1-b8ad021f6252","name":"establishment_epfo","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"12a3b456-123c-12ca-1c23-123e45ceacd1\",\r\n    \"group_id\": \"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\r\n    \"data\": \r\n    {\r\n      \"establishment_name\": \"ABC PVT LTD.\",\r\n      \"establishment_code_number\": \"ABCDE1234567000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/establishment_epfo"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"action\":\"verify_with_source\",\n   \"status\":\"completed\",\n   \"request_id\":\"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n   \"group_id\":\"1234a567-12fc-12a3-ab12-1bc2e3c4c56e\",\n   \"created_at\":\"2021-04-28T11:19:51+05:30\",\n   \"completed_at\":\"2021-04-29T11:20:04+05:30\",\n   \"result\":{\n      \"source_output\":{\n         \"status\":\"id_found\",\n         \"details\":\n         [\n         {\n         \"establishment_name\":\"BALDOR TECHNOLOGIES PRIVATE LIMITED\",\n         \"date_of_establishment_setup\":\"YYYY-MM-DD\",\n         \"establishment_code\":\"EST_CODE\",\n         \"working_status\":\"live_establishment/CLOSED/ALL MEMBER EXCLUDED/CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED.\",\n         \"date_of_coverage\":\"YYYY-MM-DD\",\n         \"last_updated_on_epfo\":\"YYYY-MM-DD\",\n         \"business_activity\":\"EXPERT SERVICES\",\n         \"pan_status\":\"VERIFIED\",\n         \"ownership_type\":\"PRIVATE LIMITED\",\n         \"address\":\"OFF NO. x, xTH FLOOR, ABC CHAMB OFF XYZ RD NR PQR FIRE BRIG\",\n         \"pin_code\":\"400xxx\",\n         \"city\":\"MAROL ANDHERI E MUMBAI\",\n         \"district\":\"MUMBAI SUBURBAN\",\n         \"state\":\"MAHARASHTRA\",\n         \"country\":\"India\",\n         \"epfo_office_name\":\"MALAD KANDIVILI\"\n      }\n      {\n      }\n      ],\n      },\n   },\n   \"status\":\"completed\",\n   \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"type\":\"establishment_epfo\"\n}"},{"id":"bec40c00-029b-4060-b3c0-57d67f55da13","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"f5e0dee9-9a23-4b19-bb39-3d0a8dce9ed8","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:01:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"b63cfd7e-8124-41d0-afc7-129e1497877e","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"89a8c38b-634d-4099-98ed-5286eb565de1"}],"id":"574b723b-0634-448e-bd14-60ed8c0f467a","_postman_id":"574b723b-0634-448e-bd14-60ed8c0f467a","description":""},{"name":"ind_esic","item":[{"name":"ind_esic async","id":"07477b14-34f2-4e6b-bb48-0bf658f6e161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n \"data\": {\r\n   \"employer_state\": \"Maharashtra\",\r\n   \"employer_district\": \"Mumbai City\",\r\n   \"employer_code\": \"12345678901234567\",\r\n   \"employer_name\": \"ABC Technologies\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_esic","description":"<p>The ESIC Verify API helps to verify whether the employers &amp; employees are registered or not in the ESIC scheme</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.employer_state</td>\n<td>String</td>\n<td>Yes</td>\n<td>Employer state</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.employer_district</td>\n<td>String</td>\n<td>Yes</td>\n<td>Employer district</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.employer_code</td>\n<td>String</td>\n<td>Yes</td>\n<td>Employer Code</td>\n<td>Must be a valid 17 digit employer code</td>\n</tr>\n<tr>\n<td>data.employer_name</td>\n<td>String</td>\n<td>No</td>\n<td>Employer Name</td>\n<td>Must be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_esic"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7e625a0a-5580-48dc-aeb3-26133823b729","name":"Success: ind_esic","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"employer_state\": \"Maharashtra\",\r\n    \"employer_district\": \"Mumbai City\",\r\n    \"employer_code\": \"12345678901234567\",\r\n    \"employer_name\": \"ABC Technologies\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_esic"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}\n"},{"id":"968f44e5-727f-48ee-85cb-30ed020122b0","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"employer_state\": \"Maharashtra\",\r\n    \"employer_district\": \"Mumbai City\",\r\n    \"employer_code\": \"12345678901234567\",\r\n    \"employer_name\": \"ABC Technologies\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_esic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:03:58 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a3baa6c8-ea0d-4d86-9e92-81c5bf8ec730","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"fff","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"employer_state\": \"Maharashtra\",\r\n    \"employer_district\": \"Mumbai City\",\r\n    \"employer_code\": \"12345678901234567\",\r\n    \"employer_name\": \"ABC Technologies\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_esic"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:04:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"20f5fcf2-8b75-4796-952b-cae46f3a0dec","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\": {\r\n    \"employer_state\": \"Maharashtra\",\r\n    \"employer_district\": \"Mumbai City\",\r\n    \"employer_code\": \"12345678901234567\",\r\n    \"employer_name\": \"ABC Technologies\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_esic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:05:03 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"07477b14-34f2-4e6b-bb48-0bf658f6e161"},{"name":"Get task","id":"2cf4dc0c-70a7-4447-8bd4-0cfc9497eb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>A valid string, non-empty</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.employer_code</td>\n<td>String</td>\n<td>Employer code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.employer_name</td>\n<td>String</td>\n<td>Employer name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.employer_address</td>\n<td>String</td>\n<td>Employer address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.employee_count</td>\n<td>String</td>\n<td>Employee count</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.employee_data</td>\n<td>String</td>\n<td>Employee data</td>\n<td>URL containing list of employee data in the form of a JSON dictionary with keys: “empe_name”, and “father_name”</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>PAN number</td>\n<td>Status of action</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td>\"completed\" or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Task identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>\"ind_esic\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"3145bcf1-2172-488a-9b0b-9c22168ac35d","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-06-10T12:39:43+05:30\",\n    \"created_at\": \"2021-06-10T12:39:37+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"dfd78ff5-d7e9-4faf-8f47-b0edbd6cdb10\",\n    \"result\": {\n        \"source_output\": {\n            \"employer_code\": \"12345678901234567\",\n            \"employer_name\": \"ABC TECHNOLOGIES PRIVATE LIMITED\",\n            \"employer_address\": \"FOURTH FLOOR, ABC COMPLEX OFF PQR ROAD, NEAR FGH FIRE BRIGADE, City, District, Mumbai City\",\n            \"employee_count\": \"xxx\",\n            \"employee_data\": \"<URL>\",\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_esic\"\n}\n]"},{"id":"f119a2f4-a59c-491b-a058-f4f59ba6fdd8","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:01:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"7c75048d-6a94-46d7-803b-72cd546cbea7","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"bbe5ae88-a8db-4e5c-be0d-db34b746b761","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"2cf4dc0c-70a7-4447-8bd4-0cfc9497eb28"}],"id":"122da366-6883-4b71-933d-242d436b3627","_postman_id":"122da366-6883-4b71-933d-242d436b3627","description":""},{"name":"ind_shop_license","item":[{"name":"ind_shop_license async","id":"7bf06e0b-8800-4605-8279-b47de94ba678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        <EXACT REQUEST BODY IS SHOWN IN EACH STATE SCHEMAS>\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license","description":"<p>This API searches the database for shop certificate verification for every state and returns the valid information.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Haryana</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “haryana”</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop/establishment name</td>\n<td>A valid string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Delhi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “delhi”</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td>String</td>\n<td>No</td>\n<td>Shop/establishment name</td>\n<td>A valid string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TamilNadu</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “tamil_nadu”</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td>String</td>\n<td>No</td>\n<td>Shop/establishment name</td>\n<td>A valid string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Gujarat</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “gujarat”</td>\n</tr>\n<tr>\n<td>data.district</td>\n<td>String</td>\n<td>Yes</td>\n<td>District name</td>\n<td>A valid district name</td>\n</tr>\n<tr>\n<td>data.commencement_date</td>\n<td>String</td>\n<td>Yes</td>\n<td>Commencement date</td>\n<td>Date in yyyy-mm-dd format</td>\n</tr>\n<tr>\n<td>data.registration_date</td>\n<td>String</td>\n<td>Yes</td>\n<td>Registration date</td>\n<td>Date in yyyy-mm-dd format</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Kerala</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “kerala”</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Telangana</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “telangana”</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Rajasthan</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.certificate_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>Shop certificate number</td>\n<td>A valid shop certificate number</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code</td>\n<td>A valid state code: “rajasthan”</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_shop_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3ee90ee7-0ada-4360-9345-766f8416cb92","name":"haryana","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": \"KL03931N2021000006\",\r\n        \"state\": \"haryana\",\r\n        \"name\": \"XYZ\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"accaaa00-8d97-4060-83b1-b13f4932ca97","name":"delhi","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n   \"data\":\r\n   {\r\n       \"certificate_number\": \"2011012583\",\r\n       \"state\": \"delhi\",\r\n       \"name\": \"XYZ\"\r\n\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"b1a831f6-3107-4b4f-a4fb-698a5d8335ce","name":"tamil_nadu","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n   \"data\":\r\n   {\r\n       \"certificate_number\": \"2011012583\",\r\n       \"state\": \"tamil_nadu\",\r\n       \"name\": \"XYZ\"\r\n\r\n   }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"35564f38-bb7f-40f8-8f13-80404a740c41","name":"gujarat","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": \"119C0003214\",\r\n        \"state\": \"gujarat\",\r\n        \"district\": \"patan nagarpalika\",\r\n        \"commencement_date\": \"YYYY-MM-DD\",\r\n        \"registration_date\": \"YYYY-MM-DD\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"a07dbb85-e7ba-4402-b0d1-85324e8a9e06","name":"kerala","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": \"SH070220160125\",\r\n        \"state\": \"kerala\"\r\n    }\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"b9945ecd-7c88-4c13-bd64-419a8300dddb","name":"telangana","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": \"SEA/KAR/ALO/K1/0250385/2020\",\r\n        \"state\": \"telangana\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"c18f0ca8-d79d-44a2-8b5b-16576aabd084","name":"rajasthan","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": \"SCA/2019/14/142004\",\r\n        \"state\": \"rajasthan\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\r\n}\r\n"},{"id":"cc5855ff-07ed-4074-b62f-411faad18922","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        <EXACT REQUEST BODY IS SHOWN IN EACH STATE SCHEMAS>\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:00:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7ca6152d-0ed3-473c-a085-e0311868fb68","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"23413241","type":"text"},{"key":"account-id","value":"23432112","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"certificate_number\": <INSERT NUMBER HERE>,\r\n        \"state\": <STATE CODE HERE>\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license?api-key={{api-key}}","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_shop_license"],"query":[{"key":"api-key","value":"{{api-key}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:00:30 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7a1e98fa-0e4d-47c7-bbf1-f04e78b00160","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\r\n    \"data\": \r\n    {\r\n        <EXACT REQUEST BODY IS SHOWN IN EACH STATE SCHEMAS>\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_shop_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:00:55 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7bf06e0b-8800-4605-8279-b47de94ba678"},{"name":"Get task","id":"7548cd1c-928d-422d-8620-c98c4d795f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>“verify_with_source‘</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td>A valid datetime in ISO 8601 format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>A valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td>A valid string, non-empty.</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_shop_license”</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Haryana</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Container for source output</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the source output</td>\n<td>Can be: “id_found”, “id_not_found”, “source_down”</td>\n</tr>\n<tr>\n<td>result.source_output.details</td>\n<td>Object</td>\n<td>Container for output details</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.details.shop_id</td>\n<td>String</td>\n<td>Shop ID/certificate number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.shop_name</td>\n<td>String</td>\n<td>Shop name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address</td>\n<td>Object</td>\n<td>Container for address</td>\n<td>A valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.details.address.street</td>\n<td>String</td>\n<td>Street address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address.town</td>\n<td>String</td>\n<td>Town name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address.details.tehsil</td>\n<td>String</td>\n<td>Tehsil name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address.details.district</td>\n<td>String</td>\n<td>District name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.area_of_circle</td>\n<td>String</td>\n<td>Area of circle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.submission_date</td>\n<td>String</td>\n<td>Request for shop certification submission date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_status</td>\n<td>String</td>\n<td>Certificate status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_validity</td>\n<td>String</td>\n<td>Certificate validity</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Delhi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed output from the source.</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td>Should be either \"id_found\", \"id_not_found\", or \"source_down\".</td>\n</tr>\n<tr>\n<td>result.source_output.details</td>\n<td>Object</td>\n<td>Contains detailed information of the shop license.</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.details.registration_no</td>\n<td>String</td>\n<td>The registration number of the shop license.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.registration_date</td>\n<td>String</td>\n<td>The registration date of the shop license.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.shop_name</td>\n<td>String</td>\n<td>The name of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.category</td>\n<td>String</td>\n<td>The category of the establishment.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.date_of_commencement</td>\n<td>String</td>\n<td>The date of commencement of the shop in yyyy-mm-dd format</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address</td>\n<td>Object</td>\n<td>The address of the shop.</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.details.address.house_number</td>\n<td>String</td>\n<td>The house number and street name.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address.pin</td>\n<td>String</td>\n<td>The postal code.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address.contact_number</td>\n<td>String</td>\n<td>The contact number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address.fax</td>\n<td>String or null</td>\n<td>The fax number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.email</td>\n<td>String or null</td>\n<td>The email address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.website</td>\n<td>String or null</td>\n<td>The website URL.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.occupier</td>\n<td>String</td>\n<td>The name of the occupier.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.occupiers_father</td>\n<td>String</td>\n<td>The name of the occupier's father.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.manager</td>\n<td>String</td>\n<td>The name of the manager.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.managers_father</td>\n<td>String</td>\n<td>The name of the manager's father.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.nature</td>\n<td>String</td>\n<td>The nature of the establishment.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.male_workers</td>\n<td>String</td>\n<td>The number of male workers.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.female_workers</td>\n<td>String</td>\n<td>The number of female workers.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.young_workers</td>\n<td>String</td>\n<td>The number of young workers.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.total_workers</td>\n<td>String</td>\n<td>The total number of workers.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.family_workers</td>\n<td>String</td>\n<td>The number of family workers.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.confidential_employees</td>\n<td>String</td>\n<td>The number of confidential employees.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_no</td>\n<td>String</td>\n<td>The certificate number of the shop license.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_date</td>\n<td>String</td>\n<td>The certificate issue date in yyyy-mm-dd format.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TamilNadu</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed output from the source.</td>\n<td>Should be a valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the ID verification.</td>\n<td>Should be either \"id_found\", \"id_not_found\", or \"source_down\".</td>\n</tr>\n<tr>\n<td>result.source_output.business_name</td>\n<td>String</td>\n<td>The name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>The address of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.owner_name</td>\n<td>String</td>\n<td>The name of the owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.expiry_date</td>\n<td>String</td>\n<td>The expiry date of the license in yyyy-mm-dd format</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate_status</td>\n<td>String</td>\n<td>The status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.act_name</td>\n<td>String</td>\n<td>The name of the act under which the license is issued.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Gujarat</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td>Must be a valid object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>result.source_output.business_name</td>\n<td>string</td>\n<td>Name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate_status</td>\n<td>string</td>\n<td>The status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.previous_certificate_status</td>\n<td>string</td>\n<td>The previous status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.act_name</td>\n<td>string</td>\n<td>Name of the act related to the certificate.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Kerala</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td>Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>result.source_output.details</td>\n<td>Object</td>\n<td>Container for output details</td>\n<td>Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.details.business_name</td>\n<td>string</td>\n<td>Name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address</td>\n<td>string</td>\n<td>Address of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_status</td>\n<td>string</td>\n<td>The status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.employer_name</td>\n<td>string</td>\n<td>Name of the employer.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.number_of_employee</td>\n<td>string</td>\n<td>The number of employees in the business.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Telangana</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>result.source_output.business_name</td>\n<td>string</td>\n<td>Name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate_status</td>\n<td>string</td>\n<td>The status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.previous_certificate_status</td>\n<td>string</td>\n<td>The previous status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>string</td>\n<td>Address of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.act_name</td>\n<td>string</td>\n<td>Name of the act related to the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.owner_name</td>\n<td>string</td>\n<td>Name of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate</td>\n<td>string</td>\n<td>Certificate details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.expiry_date</td>\n<td>string</td>\n<td>Expiry date of the certificate in yyyy-mm-dd format.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Rajasthan</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>result.source_output.details</td>\n<td>Object</td>\n<td>Container for source output details</td>\n<td>A valid JSON object.</td>\n</tr>\n<tr>\n<td>result.source_output.details.act_name</td>\n<td>string</td>\n<td>Name of the act related to the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.address</td>\n<td>string</td>\n<td>Address of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.business_name</td>\n<td>string</td>\n<td>Name of the business.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate</td>\n<td>String</td>\n<td>URL for certificate</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.certificate_status</td>\n<td>string</td>\n<td>The status of the certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.owner_name</td>\n<td>string</td>\n<td>Name of the business owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.details.valid_upto</td>\n<td>string (date)</td>\n<td>The validity date of the certificate in yyyy-mm-dd format.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.certificate</td>\n<td>string</td>\n<td>Certificate details or link.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"1903699b-a86b-499c-bf91-fb707ee351f7","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:01:26 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"9aaa6540-fbcd-4032-a4b5-d626d1630d3c","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1232","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"3211","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"65828e57-6aba-4b7c-af2d-d8a9fb2f45f5","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99l","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99l"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:02:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f330d66d-01f4-43a7-9479-7800fa06b722","name":"haryana","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n    \"created_at\": \"2021-08-01T22:38:05+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n    \"result\": {\n        \"source_output\": {\n            \"status\": \"id_found\",\n            \"details\": {\n                \"shop_id\": \"1815\",\n                \"shop_name\": \"M/s Bobby Sweet House\",\n                \"address\": {\n                    \"street\": \"Near Paper Mill Gate, Jagadhri Road\",\n                    \"town\": \"Yamunanagar\",\n                    \"tehsil\": \"Jagadhri\",\n                    \"district\": \"Yamunanagar\"\n                },\n                \"area_of_circle\": \"Ajit Singh (LI-Y.Ngr-I)\",\n                \"submission_date\": \"yyyy-mm-dd\",\n                \"certificate_status\": \"Approved\",\n                \"certificate_validity\": \"2013\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_shop_license\"\n    }\n}\n]"},{"id":"cd44a718-4c92-4905-9b9a-c1bd7717cd8c","name":"delhi","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n    \"created_at\": \"2021-08-01T22:38:05+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n    \"result\": {\n         \"source_output\": {\n           \"status\": \"id_found\", //\"id_not_found\", \"source_down\",\n           \"details\": {\n            \"registration_no\": \"2011046135\",\n            \"registration_date\": \"22/12/2011\"\n            \"shop_name\": \"Nonu Singh Sweets\",\n            \"category\": \"Commercial Establishment\",\n            \"date_of_commencement\": \"22-12-2011\"\n            \"address\": {\n            \"house_number\": \"86/4 Gurgaon Delhi\",\n            \"pin\": \"122001\",\n            \"contact_number\": \"67878723\",\n            \"fax\":\" \",\n            }\n            \"email\":\"\",\n            \"website\":\"\",\n            \"occupier\":\"Titu Singh\",\n            \"occupiers_father\":\"S/o Nami Singh\",\n            \"manager\":\"Ravi Prasad\",\n            \"managers_father\":\"S/o Ravinder Prasad\",\n            \"nature\":\"Sweets Shop\",\n            \"male_workers\":\"1\",\n            \"female_workers\":\"0\",\n            \"young_workers\":\"0\",\n            \"total_workers\":\"1\",\n            \"family_workers\":\"0\",\n            \"confidential_employees\":\"0\",\n            \"certificate_no\":\"2011046135\",\n            \"certificate_date\":\"22-12-2011\",\n            }\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_shop_license\"\n}\n]"},{"id":"0a20a222-22fd-47d7-b270-2aabe51cc729","name":"tamil_nadu","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n        \"created_at\": \"2021-08-01T22:38:05+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"id_found\",\n                \"business_name\": \"Kumaran Sweets\",\n                \"address\": \"19/3Gandhiji street, Erode ward no.24 Town, Erode Taluk, Erode District, Tamil Nadu, 638001\",\n                \"owner_name\": \"RAMACHANDRAN K\",\n                \"expiry_date\": \"2023-12-31\",\n                \"certificate_status\": \"Appove\",\n                \"act_name\": \"Tamilnadu catering establishment rules, 1959\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_shop_license\"\n    }\n]"},{"id":"f5697acc-ee3d-4eba-b815-dfdcea269ed5","name":"gujarat","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n    \"created_at\": \"2021-08-01T22:38:05+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n    \"result\": {\n         \"source_output\": {\n           \"status\": \"id_found\", //\"id_not_found\", \"source_down\",\n           \"business_name\": \"\",\n           \"certificate_status\": \"\",\n           \"previous_certificate_status\": \"\",\n           \"act_name\": \"\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_shop_license\"\n    }\n\n]"},{"id":"13d27ba4-c91c-4193-a0e0-4fd1e09e02fd","name":"kerala","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-11T13:58:56+05:30\",\n        \"created_at\": \"2024-07-11T13:58:55+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"3f229979-4968-4fbd-8d86-ba04941eb902\",\n        \"result\": {\n            \"source_output\": {\n                \"details\": {\n                    \"address\": \"Vyttila ,P B NO 1951, DOOR NO 29/940A, VYTTILA, COCHIN - 682019\",\n                    \"business_name\": \"SCIENTIFIC ENTERPRISES\",\n                    \"certificate_status\": \"Approved\",\n                    \"employer_name\": \"P.N.BALASUBRAMANIAN ,\",\n                    \"number_of_employee\": \"7\"\n                },\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_shop_license\"\n    }\n]"},{"id":"50ff93d2-edec-454f-820c-fe54dd8cc3f4","name":"telangana","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n    \"created_at\": \"2021-08-01T22:38:05+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n    \"result\": {\n         \"source_output\": {\n           \"status\": \"id_found\", //\"id_not_found\", \"source_down\",\n           \"business_name\": \"\",\n           \"certificate_status\": \"\",\n           \"previous_certificate_status\": \"\",\n           \"address\": \"SAROJA DAIRY,H NO 8-3-275/11/1RAMCHANDRAPUR COLONY, H NO 8-3- 275/11/1 RAMCHANDRAPUR COLONY, WARD NO.13, WARD NO.13,KARIMNAGAR\",\n           \"act_name\": \"\",\n           \"owner_name\": \"MANDALA SAROJA\",\n           \"certificate\": \"\",\n           \"expiry_date\": \"2023-01-01\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_shop_license\"\n    }\n]"},{"id":"761ca82b-881e-4898-8919-0db31464564d","name":"rajasthan","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Aug 2024 12:28:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-11T14:07:16+05:30\",\n        \"created_at\": \"2024-07-11T14:07:10+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"dac61882-8679-488b-8b23-dbecbc7d2efb\",\n        \"result\": {\n            \"source_output\": {\n                \"details\": {\n                    \"act_name\": \"The Shops and Commercial Establishments Act, 1958\",\n                    \"address\": \"147, BAAJDARON KI MORI, CHANDI KI TAKSAL, JAIPUR,Jaipur, Rajasthan\",\n                    \"business_name\": \"JAI SHIV GURUJI TRANSPORT\",\n                    \"certificate\": \"https://storage.idfy.com/shop_est_certificates_rj/certificate_dac61882-8679-488b-8b23-dbecbc7d2efb.pdf?Expires=1720773439&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=W1qaD0UM5edq8aVsdhIq0EFad%2BCFE%2B2UJVvCXTAof95X6QNb%2F%2BnUb7MJXaI98ccjaJQ5zDzchkzq7rB6ZbqWRmStRFhmrt7OSUzL7MbNENbEipPcnxy90PEQ3LzvBgyDaqmOFnxIddxy70dPAaoIwI%2F7H089duqMCu%2BC225BeaecJwhaTmc5ed9sg1Z9urkj%2F4v4S6PcXK5%2FxotlJuG%2FSZL%2BtWdiDtVymVvIKiPLW204%2Fei8AGRFi%2BlA%2FxhX%2Fromc3KzkySuP9qHn268eZFKp0FdQrodNe66iaO9776Voj3MekvZ1zK%2Fl5aTTC1DKbc1u0rty3tXB9cag%2Ftvl15o0w%3D%3D\",\n                    \"certificate_status\": \"Valid\",\n                    \"owner_name\": \"Rajeev Maru\",\n                    \"valid_upto\": \"2023-12-31\"\n                },\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_shop_license\"\n    }\n]"}],"_postman_id":"7548cd1c-928d-422d-8620-c98c4d795f4f"}],"id":"a10fbb2b-81ea-4011-9e41-cceda49a6bfe","_postman_id":"a10fbb2b-81ea-4011-9e41-cceda49a6bfe","description":""},{"name":"pan_gst link","item":[{"name":"pan_gst_link","id":"16b6a0a6-328a-457f-86bd-41627e2e3a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"default"},{"key":"account-id","value":"{{account-id}}","type":"default"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n    \"pan_number\": \"<PAN NUMBER>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_gst_link","description":"<p>This API accepts a PAN number as an input and returns a list of GST numbers linked to that specific PAN number.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.pan_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>PAN Card number</td>\n<td>Must be a valid PAN number</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","pan_gst_link"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"862c7294-35d9-4499-a515-15e1f5c9973b","name":"Success: pan_gst_link","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"default"},{"key":"account-id","value":"{{account-id}}","type":"default"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n    \"pan_number\": \"<PAN NUMBER>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/pan_gst_link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"f2d62b93-06cb-4c28-8edc-e668bf152937","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"default"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n    \"pan_number\": \"<PAN NUMBER>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_gst_link"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:56:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cca64eea-238a-4a24-b3b8-84e0fa026156","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"532234","type":"default"},{"key":"account-id","value":"322434","type":"default"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n    \"pan_number\": \"<PAN NUMBER>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_gst_link"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:56:51 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8f4ff40c-679d-4a19-ad8a-126d2dbc66be","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"default"},{"key":"account-id","value":"{{account-id}}","type":"default"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n    \"pan_number\": \"<PAN NUMBER>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/pan_gst_link"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:57:08 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"16b6a0a6-328a-457f-86bd-41627e2e3a78"},{"name":"Get task","id":"0202c358-4890-4ed1-895b-7335d0eeee26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Container for details of output</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gst_associated_with_pan</td>\n<td>Bool</td>\n<td>Response of whether given PAN has any GST associated with it</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gst_details</td>\n<td>Array</td>\n<td>Array of GST details associated with given PAN</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gst_details.gst_number</td>\n<td>String</td>\n<td>GST number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gst_details.gstin_status</td>\n<td>String</td>\n<td>Activity status of respective GST identification number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.gst_details.state</td>\n<td>String</td>\n<td>State where the GSTIN is registered</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>PAN validation status</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “pan_gst_link”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"8c80492b-9060-4882-8703-a28ba54902b3","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-09T12:11:32+05:30\",\n    \"created_at\": \"2024-07-09T12:11:32+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"d2c9bb06-f400-439f-9245-bd8a63c13720\",\n    \"result\": {\n        \"source_output\": {\n            \"gst_associated_with_pan\": true,\n            \"gst_details\": [\n                {\n                    \"gst_number\": \"07XXXXXXXXXXXXXT\",\n                    \"gstin_status\": \"Inactive\",\n                    \"state\": \"Delhi\"\n                }\n            ],\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"pan_gst_link\"\n}"},{"id":"4e5cfb50-2d08-48f1-b9fa-e23dc3e213bb","name":"Err: Invalid PAN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-28T11:45:55+05:30\",\n        \"created_at\": \"2024-08-28T11:45:55+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid PAN.\",\n        \"request_id\": \"3cbe4663-8fb7-4530-ae84-a787ddf688bb\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"pan_gst_link\"\n    }\n]"},{"id":"c30c3841-cae9-46c5-9dfd-6597eada012d","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"12345"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"758bb307-ae7a-47ae-a39a-26de3b389113","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b4cf0efa-a15f-46e9-be3e-1671a65e6092","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"543234","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"323424","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"0202c358-4890-4ed1-895b-7335d0eeee26"}],"id":"dbcd764c-7cb9-4e0a-b5d4-6a866221e1c8","_postman_id":"dbcd764c-7cb9-4e0a-b5d4-6a866221e1c8","description":""},{"name":"ind_tin","item":[{"name":"ind_tin","id":"353616cc-dd00-4448-a4eb-ebbb20a92021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin","description":"<p>This async API verifies a given TIN number from government database.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>TIN number</td>\n<td>Must be a valid 11-digit TIN number</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_tin"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"fc0b1734-4cac-489c-9e86-db7684391893","name":"Success: ind_tin","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"132cc866-80bf-46df-bd43-723b25dbfdeb","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"4242443","type":"text"},{"key":"account-id","value":"3211344","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:01 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f1953791-a483-482d-97a6-629b85b40a70","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8dcd1f7d-1fb1-42ae-9992-8d1b3271dc40","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\",\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"353616cc-dd00-4448-a4eb-ebbb20a92021"},{"name":"Get task","id":"93b0b4f6-5672-4fdf-8b02-f05a67638f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.cst_number</td>\n<td>String</td>\n<td>CST number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_registration_under_cst</td>\n<td>String</td>\n<td>Date of registration under CST</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dealer_address</td>\n<td>String</td>\n<td>Dealer address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dealer_name</td>\n<td>String</td>\n<td>Dealer name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dealer_registration_status</td>\n<td>String</td>\n<td>Dealer registration status</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.pan</td>\n<td>String</td>\n<td>PAN number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.record_validity</td>\n<td>String</td>\n<td>Record validity date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.state_name</td>\n<td>String</td>\n<td>State name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID check</td>\n<td>\"id_found\", \"id_not_found\", \"source_down\"</td>\n</tr>\n<tr>\n<td>result.source_output.tin_number</td>\n<td>String</td>\n<td>TIN number</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td>“Completed”, or “failed”</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Task identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>\"ind_tin\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0cdd3863-1737-48b7-b84d-f22ad2d523d8","name":"Success: get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-05T08:53:00+05:30\",\n        \"created_at\": \"2024-08-05T08:53:00+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"4ed9ede2-56ab-4a70-a53d-cad8174afa32\",\n        \"result\": {\n            \"source_output\": {\n                \"cst_number\": \"29750311018\",\n                \"date_of_registration_under_cst\": \"2005-04-01\",\n                \"dealer_address\": \"AIRPORT ROADKODIHALLIBANGALORE 560017\",\n                \"dealer_name\": \"NATIONAL AEROSPACE LABORATORIES\",\n                \"dealer_registration_status\": \"Active\",\n                \"pan\": \"AAATC2716R\",\n                \"record_validity\": \"2014-01-02\",\n                \"state_name\": \"Karnataka\",\n                \"status\": \"id_found\",\n                \"tin_number\": \"29750311018\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_tin\"\n    }\n]"},{"id":"5a1a41f7-e093-474e-a33c-418fa9d3c2a2","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"321123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"207a16bc-56ae-4be6-9d4b-64700a813db2","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d46ef010-d39a-4b56-93d1-bee03acd5e92","name":"Err: ID not found","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=29ef2523-1fcf-4c01-b6bf-cc47b75f85a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"522"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:20:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2022-10-31T09:49:52+05:30\",\n        \"created_at\": \"2022-10-31T09:49:50+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9\",\n        \"result\": {\n            \"source_output\": {\n                \"company_details\": {\n                    \"company_name\": null,\n                    \"license_no\": null,\n                    \"license_type\": null,\n                    \"pincode\": null,\n                    \"premise_address\": null,\n                    \"state\": null,\n                    \"validity\": null\n                },\n                \"products\": null,\n                \"status\": \"id_not_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_fssai\"\n    }\n]"},{"id":"d1d9b9b6-9d05-46da-b81c-152d570faebd","name":"Err: Invalid TIN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=29ef2523-1fcf-4c01-b6bf-cc47b75f85a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"29ef2523-1fcf-4c01-b6bf-cc47b75f85a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"522"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:20:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-02T17:53:12+05:30\",\n        \"created_at\": \"2024-09-02T17:53:11+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid TIN Number\",\n        \"request_id\": \"3fd86d8c-70ff-45f9-9cd4-f008e8e80cb6\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_tin\"\n    }\n]"},{"id":"267f5b68-e2fb-48fe-85f7-f1cd1755e806","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"93b0b4f6-5672-4fdf-8b02-f05a67638f45"}],"id":"3dd9dca4-5542-4b37-ad62-b7f36c09a982","_postman_id":"3dd9dca4-5542-4b37-ad62-b7f36c09a982","description":""},{"name":"GST Analysis API","item":[{"name":"Generate OTP","item":[{"name":"Generate OTP","id":"56921791-b5e4-4a87-952d-4a327b62f571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"username\":\"<username of the GST Portal>\",\n       \"email\":\"<Email of the user>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_otp","description":"<p>GSTR Analysis API captures and analyzes the raw data available on the GSTN server and gives you detailed, intuitive insights from a defined period on the various sale &amp; purchase transactions to the lender. This tool not just captures the sales and purchase data of the borrower, but also the defected, returned products, routine transactions, etc., or in general the transaction trends (Business v/s In-house) giving you the complete 360-degree view of the borrower.</p>\n<h3 id=\"step1-generate-otp\">Step1: <strong>Generate OTP</strong></h3>\n<p>In this step, the OTP is generated and shared on the registered mobile number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Data object containing details</td>\n<td>Yes</td>\n<td>Must be a valid object</td>\n</tr>\n<tr>\n<td>data.gstin</td>\n<td>string</td>\n<td>GST number</td>\n<td>Yes</td>\n<td>Must be a valid GST number format</td>\n</tr>\n<tr>\n<td>data.username</td>\n<td>string</td>\n<td>Username of the GST Portal</td>\n<td>Yes</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td>string</td>\n<td>Email of the user</td>\n<td>Yes</td>\n<td>Must be a valid email format</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","ind_gst_analysis_otp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7e16f881-ad31-4a5d-b2f2-cd5eb487f0a0","name":"Generate OTP","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"username\":\"<username of the GST Portal>\",\n       \"email\":\"<Email of the user>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_otp"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"2f2086e3-75d7-4a27-833b-dfae9999acdd","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"523234"},{"key":"account-id","value":"422322"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"username\":\"<username of the GST Portal>\",\n       \"email\":\"<Email of the user>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_otp"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:01 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f8622a1e-c079-43b4-82b7-0dc9cf5d3cb4","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"username\":\"<username of the GST Portal>\",\n       \"email\":\"<Email of the user>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_otp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"42dcee17-7f27-4007-88a9-e32be9b0e8b5","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"username\":\"<username of the GST Portal>\",\n       \"email\":\"<Email of the user>\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_report"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"56921791-b5e4-4a87-952d-4a327b62f571"},{"name":"Get task","id":"2952b184-fd56-48b2-b9b4-124ac709d475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of request</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the request</td>\n<td>Must be one of [\"completed\", \"failed\", \"pending\"]</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the request was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.response_message</td>\n<td>string</td>\n<td>Message regarding OTP generation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the OTP generation</td>\n<td>Must be one of [\"success\", \"failure\"]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"f6530962-5e3c-41a7-b609-c57250319fb3","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[ \n {\n \t\"action\": \"verify_with_source\",\n \t\"type\": \"ind_gst_analysis_generate_otp\",\n \t\"status\": \"completed\",\n \t\"request_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n \t\"task_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n \t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n \t\"created_at\": \"2020-02-19T11:19:51+05:30\",\n \t\"completed_at\": \"2020-02-19T11:20:04+05:30\",\n \t\"result\": {\n            \"source_output\": {\n                \"response_message\": \"GST OTP generation successful.\",\n                \"status\": \"success\"\n      }\n\t}\n }\n]"},{"id":"960917a4-9f26-46af-91e7-8a21f0aef3ef","name":"In Progress","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"created_at\": \"2024-09-03T07:09:22+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"e6147dd1-fbbb-44d1-9754-c688f4a3869a\",\n        \"status\": \"in_progress\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_gst_analysis_otp\"\n    }\n]"},{"id":"367e1ad0-093f-4147-b3c6-a3a52faa891b","name":"Err: Invalid GSTIN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-09-03T12:39:46+05:30\",\n        \"created_at\": \"2024-09-03T12:39:22+05:30\",\n        \"error\": \"PE_INVALID_GSTIN\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid GSTIN Number.\",\n        \"request_id\": \"e6147dd1-fbbb-44d1-9754-c688f4a3869a\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_gst_analysis_otp\"\n    }\n]"},{"id":"ca86fb1b-96ab-462d-a608-f695d030fd71","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"3123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"4123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8eb7f4da-db70-4192-9a9a-40f552da556e","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"605271bb-cb14-4269-8613-b50c65d9f367","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"2952b184-fd56-48b2-b9b4-124ac709d475"}],"id":"5ffbed43-87a9-49e7-aa65-2f44040b64f6","_postman_id":"5ffbed43-87a9-49e7-aa65-2f44040b64f6","description":""},{"name":"Validate OTP","item":[{"name":"Validate OTP","id":"4b6db2c8-518e-4e83-99a7-5c0f64abaef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"otp\":\"<OTP From the previous call>\",\n       \"from\":\"MMYYYY\",\n       \"to\":\"MMYYYY\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_report","description":"<p>GSTR Analysis API captures and analyzes the raw data available on the GSTN server and gives you detailed, intuitive insights from a defined period on the various sale &amp; purchase transactions to the lender. This tool not just captures the sales and purchase data of the borrower, but also the defected, returned products, routine transactions, etc., or in general the transaction trends (Business v/s In-house) giving you the complete 360-degree view of the borrower.</p>\n<h3 id=\"step2-validate-otp\">Step2: <strong>Validate OTP</strong></h3>\n<p>To verify the OTP with limited time validity</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Data object containing details</td>\n<td>Yes</td>\n<td>Must be a valid object</td>\n</tr>\n<tr>\n<td>data.gstin</td>\n<td>string</td>\n<td>GST Number</td>\n<td>Yes</td>\n<td>Must be a valid GST number format</td>\n</tr>\n<tr>\n<td>data.otp</td>\n<td>string</td>\n<td>OTP from the previous call</td>\n<td>Yes</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.from</td>\n<td>string</td>\n<td>Starting month and year in MMYYYY format</td>\n<td>Yes</td>\n<td>Must be in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>data.to</td>\n<td>string</td>\n<td>Ending month and year in MMYYYY format</td>\n<td>Yes</td>\n<td>Must be in YYYY-MM-DD format</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","ind_gst_analysis_report"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4cbcb542-8b56-4ce0-a33e-20e82b7e53f7","name":"ind_gst_analysis_report","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"otp\":\"<OTP From the previous call>\",\n       \"from\":\"MMYYYY\",\n       \"to\":\"MMYYYY\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_report"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"f78cdbaa-1f49-4692-ac82-1349f43ef521","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123412","type":"text"},{"key":"account-id","value":"431342","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_tin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:01 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"97a86761-9702-41aa-8075-2f05a96ab0be","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n       \"gstin\":\"<GST Number>\",\n       \"otp\":\"<OTP From the previous call>\",\n       \"from\":\"MMYYYY\",\n       \"to\":\"MMYYYY\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_report"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5929d97b-7da2-49a9-8de2-09d8076de7cc","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"<11 Digit TIN Number>\"l\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/ind_gst_analysis_report"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 18:55:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"4b6db2c8-518e-4e83-99a7-5c0f64abaef7"},{"name":"Get task","id":"d39e7481-0a79-4835-9f09-c91830d6e8d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of request</td>\n<td>Value: “ind_gst_analysis_validate_otp”</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the request</td>\n<td>Must be one of [\"completed\", \"failed\", \"pending\"]</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the request was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.excel_url</td>\n<td>string</td>\n<td>URL for the Excel file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.json_url</td>\n<td>string</td>\n<td>URL for the JSON file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.response_message</td>\n<td>string</td>\n<td>Message regarding OTP validation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the OTP validation</td>\n<td>Must be one of [\"success\", \"failure\"]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"6c273973-d5aa-4c86-b2c9-35d112df34af","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n {\n \t\"action\": \"verify_with_source\",\n \t\"type\": \"ind_gst_analysis_validate_otp\",\n \t\"status\": \"completed\",\n \t\"request_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n \t\"task_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n \t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n \t\"created_at\": \"2020-02-19T11:19:51+05:30\",\n \t\"completed_at\": \"2020-02-19T11:20:04+05:30\",\n \t\"result\": {\n        \"source_output\": {\n            \"excel_url\": \"\",\n            \"json_url\": \"\",\n            \"response_message\": \"GST OTP generation successful.\",\n            \"status\": \"success\"\n      }\n\t}\n }\n]"},{"id":"6d3b32a7-b0ad-4241-94fa-7e5932f15ee4","name":"Err: Invalid GSTIN","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-09-03T13:45:33+05:30\",\n        \"created_at\": \"2024-09-03T13:44:59+05:30\",\n        \"error\": \"PE_INVALID_GSTIN\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid GSTIN Number.\",\n        \"request_id\": \"33a204c5-547b-4f94-bbae-1f4ba47d6fae\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_gst_analysis_report\"\n    }\n]"},{"id":"fdbe6c11-c4bb-46b1-8ec8-cbef161a421d","name":"In Progress","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"created_at\": \"2024-09-03T07:09:22+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"e6147dd1-fbbb-44d1-9754-c688f4a3869a\",\n        \"status\": \"in_progress\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_gst_analysis_report\"\n    }\n]"},{"id":"b1290e41-b31f-4449-8f96-38a959356ba6","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"43223","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"23432","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"2cb831db-3399-4833-a0b5-1ec0169a99f5","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7abfb4d7-2835-44d7-9b4c-d9d968d8e102","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"d39e7481-0a79-4835-9f09-c91830d6e8d0"}],"id":"12e302f5-62a9-4e69-98c3-b81027e9d7d4","_postman_id":"12e302f5-62a9-4e69-98c3-b81027e9d7d4","description":""}],"id":"ffad3c3b-514c-476d-8e33-37928f61dc3d","_postman_id":"ffad3c3b-514c-476d-8e33-37928f61dc3d","description":""}],"id":"86de1be8-afd3-441b-922e-5377ef7b905a","_postman_id":"86de1be8-afd3-441b-922e-5377ef7b905a","description":""}],"id":"67258afd-99f7-4104-aa1c-d8dea907f50d","description":"<p>This section contains all the checks that are relevant from a merchant's perspective.</p>\n","_postman_id":"67258afd-99f7-4104-aa1c-d8dea907f50d"},{"name":"Asset","item":[{"name":"Async","item":[{"name":"ind_rc_basic","item":[{"name":"ind_rc_basic async","id":"fc01ccde-62f4-481b-97ae-d08cc5a19661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"DL8XXXXX54\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_basic","description":"<p>This API is used to verify Vehicle Registration Certificate (RC) number against Vahan vehicle database. The API allows you to -</p>\n<ul><li><div>Fetch vehicle details registered against an RC number<br /></div></li><li><div>Find the name of the vehicle’s owner<br /></div></li><li><div>Check class of vehicle<br /></div></li><li><div>Verify registration date of the vehicle<br /></div></li></ul>\n\n<p>The API also provides the option to match the name of vehicle owner that has been captured in a use-case against the name of vehicle owner on the database</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier of a requested task provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with below parameters</td>\n<td>The details of the data required to perform the task.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.rc_number</td>\n<td>string</td>\n<td>Vehicle Registration Certificate (RC) Number. Must contain only 10 characters.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_rc_basic"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"abb166df-da35-4402-91de-ed57118c5cb9","name":"Success: ind_rc_basic","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"DL8XXXXX54\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_basic"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"d3d9772b-40d0-4286-831f-14eb8de8fd98","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"234124","type":"text"},{"key":"account-id","value":"212132","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"BD12341234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_basic"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:21:18 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3cfb6d79-331c-4f8f-bccc-7564abc8c199","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"DL8XXXXX54\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_basic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:21:35 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b5b84390-95dd-4bc8-8c1a-40c28abffadc","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n        \"rc_number\": \"DL8XXXXX54\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_basic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:21:53 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"fc01ccde-62f4-481b-97ae-d08cc5a19661"},{"name":"Get task","id":"ca6f6665-3768-44ee-99f7-6acbcadf94e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action taken.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Details of the extraction output.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.avg_gross_vehicle_weight</td>\n<td>String</td>\n<td>The average gross vehicle weight.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.axle_configuration</td>\n<td>String</td>\n<td>The axle configuration of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.chassis_number</td>\n<td>String</td>\n<td>The chassis number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.color</td>\n<td>String</td>\n<td>The color of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.emission_norms</td>\n<td>String</td>\n<td>The emission norms of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.engine_number</td>\n<td>String</td>\n<td>The engine number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.fitness_upto</td>\n<td>String</td>\n<td>The fitness validity of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.fuel_type</td>\n<td>String</td>\n<td>The type of fuel the vehicle uses.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.insurance_details</td>\n<td>String</td>\n<td>The details of the vehicle's insurance.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.insurance_validity</td>\n<td>String</td>\n<td>The validity period of the vehicle's insurance.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.maker_model</td>\n<td>String</td>\n<td>The maker model of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.manufacturer</td>\n<td>String</td>\n<td>The manufacturer of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mv_tax_upto</td>\n<td>String</td>\n<td>The motor vehicle tax validity period.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.owner_name</td>\n<td>String</td>\n<td>The name of the vehicle's owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.owner_number</td>\n<td>String</td>\n<td>The number of the vehicle's owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_issue_date</td>\n<td>String</td>\n<td>The date the permit was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_number</td>\n<td>String</td>\n<td>The permit number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_type</td>\n<td>String</td>\n<td>The type of permit the vehicle has.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_validity</td>\n<td>String</td>\n<td>The validity period of the vehicle's permit.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.puc_number_upto</td>\n<td>String</td>\n<td>The validity period of the Pollution Under Control (PUC).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registration_date</td>\n<td>String</td>\n<td>The registration date of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registration_number</td>\n<td>String</td>\n<td>The registration number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.rto_name</td>\n<td>String</td>\n<td>The name of the Regional Transport Office (RTO).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status</td>\n<td>String</td>\n<td>Status of the extraction output, indicating the source status.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.unladen_weight</td>\n<td>String</td>\n<td>The unladen weight of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.vehicle_class</td>\n<td>String</td>\n<td>The class of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.vehicle_financier</td>\n<td>String</td>\n<td>The financier of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>Value: completed or failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the verification task.</td>\n<td>Value: ind_rc_basic</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"80cc32ba-a204-4acd-ab1d-2399f90fba60","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-04T16:07:23+05:30\",\n        \"created_at\": \"2024-09-04T16:07:22+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"d9d26855-d9cc-4f08-9b9f-1b66078a7c39\",\n        \"result\": {\n            \"extraction_output\": {\n                \"avg_gross_vehicle_weight\": \"281\",\n                \"axle_configuration\": null,\n                \"chassis_number\": \"MEXXXXXXXXXXXXXX3\",\n                \"color\": \"WHITE\",\n                \"emission_norms\": null,\n                \"engine_number\": \"JFXXXXXXXXXX3\",\n                \"fitness_upto\": \"2031-08-18\",\n                \"fuel_type\": \"PETROL\",\n                \"insurance_details\": null,\n                \"insurance_validity\": \"2025-07-23\",\n                \"maker_model\": \"ACTIVA 3G\",\n                \"manufacturer\": \"HONDA CARS INDIA LTD\",\n                \"mv_tax_upto\": \"2031-08-18\",\n                \"owner_name\": \"VIXXXXX XXXXOD\",\n                \"owner_number\": \"\",\n                \"permit_issue_date\": null,\n                \"permit_number\": \"\",\n                \"permit_type\": \"\",\n                \"permit_validity\": null,\n                \"puc_number_upto\": \"2025-01-22\",\n                \"registration_date\": \"2016-08-19\",\n                \"registration_number\": \"MHXXXXXX43\",\n                \"rto_name\": null,\n                \"status\": \"id_found\",\n                \"unladen_weight\": \"112\",\n                \"vehicle_class\": \"2WN\",\n                \"vehicle_financier\": \"\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc_basic\"\n    }\n]"},{"id":"e3c28cab-e3e5-4d22-992e-7ee279e4260d","name":"Err: Invalid RC Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-04T16:21:54+05:30\",\n        \"created_at\": \"2024-09-04T16:21:54+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid parameter: RC number should be between 7 to 11 characters long\",\n        \"request_id\": \"70885b3f-0497-42cb-abbe-adcc3d4642e8\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc_basic\"\n    }\n]"},{"id":"d71f2890-1e37-4675-b88d-b19df347a8fd","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"c26ccd27-a7a9-42cb-8925-22f0813eafad","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"6f7690ed-75f4-4aab-a5d6-b803d3982be8","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12341","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12332","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"ca6f6665-3768-44ee-99f7-6acbcadf94e0"}],"id":"4b424fcc-7876-4736-a321-a5c46d24f6a7","_postman_id":"4b424fcc-7876-4736-a321-a5c46d24f6a7","description":""},{"name":"ind_rc_plus","item":[{"name":"ind_rc_plus async","id":"91b0e2cc-fb02-4e59-8760-4229263c69f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX4\",\n        \"chassis_number\": \"<Chassis Number>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_plus","description":"<p>This API is used to verify Vehicle Registration Certificate (RC) number against Vahan vehicle database. The API allows you to -</p>\n<ul><li><div>Fetch vehicle details registered against an RC number<br /></div></li><li><div>Find the name of the vehicle’s owner<br /></div></li><li><div>Check class of vehicle<br /></div></li><li><div>Verify registration date of the vehicle<br /></div></li></ul>\n\n<p>The API also provides the option to match the name of vehicle owner that has been captured in a use-case against the name of vehicle owner on the database</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.rc_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vehicle Registration Certificate (RC) Number. Must contain only 10 characters.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.chasis_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>chasis number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No (Mandatory only in case of Telangana state rc_number)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_rc_plus"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"72a8e1cc-bec6-4332-a579-bf925847026b","name":"Success: ind_rc_plus","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX4\",\n        \"chassis_number\": \"<Chassis Number>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_plus"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"ad2a02f3-f84d-44aa-b9d9-679797cbc260","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"account-id","value":"212123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX4\",\n        \"chassis_number\": \"<Chassis Number>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:22:42 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"eedd498c-6bd3-4992-90da-96f016a75a29","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX4\",\n        \"chassis_number\": \"<Chassis Number>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"659f98fc-20b2-4633-926d-211ddccd291b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX4\",\n        \"chassis_number\": \"<Chassis Number>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"91b0e2cc-fb02-4e59-8760-4229263c69f9"},{"name":"Get task","id":"56daacda-7b82-46b8-bf95-99a25a8c7052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action taken.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>Object</td>\n<td>Details of the extraction output.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.noc_valid_upto</td>\n<td>Null</td>\n<td>Validity of the NOC (No Objection Certificate) up to.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.seating_capacity</td>\n<td>String</td>\n<td>The seating capacity of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.fitness_upto</td>\n<td>Date</td>\n<td>Fitness validity date of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.variant</td>\n<td>Null</td>\n<td>The variant of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registration_number</td>\n<td>String</td>\n<td>The registration number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.npermit_upto</td>\n<td>Null</td>\n<td>Validity of the national permit up to.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.manufacturer_model</td>\n<td>String</td>\n<td>The model of the vehicle's manufacturer.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.standing_capacity</td>\n<td>String</td>\n<td>The standing capacity of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status</td>\n<td>String</td>\n<td>Status of the extraction output, indicating ID presence.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.is_financed</td>\n<td>Boolean</td>\n<td>Indicates if the vehicle is financed.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status_message</td>\n<td>Null</td>\n<td>Additional status message.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.number_of_cylinder</td>\n<td>String</td>\n<td>Number of cylinders in the vehicle's engine.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.colour</td>\n<td>String</td>\n<td>The color of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.puc_valid_upto</td>\n<td>Null</td>\n<td>Validity of the Pollution Under Control (PUC) certificate.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.vehicle_class</td>\n<td>String</td>\n<td>The class of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permanent_address</td>\n<td>String</td>\n<td>The permanent address of the vehicle owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_no</td>\n<td>String</td>\n<td>The permit number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.father_name</td>\n<td>String</td>\n<td>The father's name of the vehicle owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status_verfy_date</td>\n<td>Date</td>\n<td>Date of status verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.m_y_manufacturing</td>\n<td>String</td>\n<td>The manufacturing month and year of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registration_date</td>\n<td>Date</td>\n<td>The registration date of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.gross_vehicle_weight</td>\n<td>String</td>\n<td>The gross weight of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.registered_place</td>\n<td>String</td>\n<td>The place where the vehicle is registered.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_validity_upto</td>\n<td>Null</td>\n<td>Validity of the permit up to.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.insurance_policy_no</td>\n<td>String</td>\n<td>Insurance policy number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.noc_details</td>\n<td>Null</td>\n<td>Details of the No Objection Certificate (NOC).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.npermit_issued_by</td>\n<td>Null</td>\n<td>The authority that issued the national permit.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.sleeper_capacity</td>\n<td>String</td>\n<td>The sleeper capacity of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.current_address</td>\n<td>String</td>\n<td>The current address of the vehicle owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.status_verification</td>\n<td>String</td>\n<td>Verification status of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_type</td>\n<td>String</td>\n<td>The type of permit for the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.noc_status</td>\n<td>Null</td>\n<td>Status of the No Objection Certificate (NOC).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.masked_name</td>\n<td>Boolean</td>\n<td>Indicates if the owner's name is masked.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.fuel_type</td>\n<td>String</td>\n<td>The type of fuel used by the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_validity_from</td>\n<td>Null</td>\n<td>Start date of permit validity.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.owner_name</td>\n<td>String</td>\n<td>The name of the vehicle owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.puc_number</td>\n<td>String</td>\n<td>The Pollution Under Control (PUC) number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.owner_mobile_no</td>\n<td>String</td>\n<td>The mobile number of the vehicle owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.blacklist_status</td>\n<td>Null</td>\n<td>The blacklist status of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.manufacturer</td>\n<td>String</td>\n<td>The manufacturer of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.permit_issue_date</td>\n<td>Null</td>\n<td>The date the permit was issued.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.engine_number</td>\n<td>String</td>\n<td>The engine number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.chassis_number</td>\n<td>String</td>\n<td>The chassis number of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.mv_tax_upto</td>\n<td>Date</td>\n<td>The motor vehicle tax validity period.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.body_type</td>\n<td>String</td>\n<td>The body type of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.unladden_weight</td>\n<td>String</td>\n<td>The unladen weight of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.insurance_name</td>\n<td>String</td>\n<td>The name of the insurance company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.owner_serial_number</td>\n<td>String</td>\n<td>The serial number of the owner.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.vehicle_category</td>\n<td>String</td>\n<td>The category of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.noc_issue_date</td>\n<td>Null</td>\n<td>The issue date of the No Objection Certificate (NOC).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.npermit_no</td>\n<td>Null</td>\n<td>The national permit number.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.cubic_capacity</td>\n<td>String</td>\n<td>The cubic capacity of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.norms_type</td>\n<td>String</td>\n<td>The norms type (e.g., Bharat Stage IV).</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.state</td>\n<td>String</td>\n<td>The state where the vehicle is registered.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.insurance_validity</td>\n<td>Date</td>\n<td>The validity period of the vehicle's insurance.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.financer</td>\n<td>String</td>\n<td>The financier of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.extraction_output.wheelbase</td>\n<td>String</td>\n<td>The wheelbase of the vehicle.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the verification task.</td>\n<td>Value: ind_rc_plus</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"257268ab-9e5e-4d59-947b-d23c7bd71c5f","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-04T17:26:51+05:30\",\n        \"created_at\": \"2024-09-04T17:26:51+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"2583edc7-af73-4359-88b7-53b93d60cf28\",\n        \"result\": {\n            \"extraction_output\": {\n                \"noc_valid_upto\": null,\n                \"seating_capacity\": \"2\",\n                \"fitness_upto\": \"2034-08-28\",\n                \"variant\": null,\n                \"registration_number\": \"KA53HC8324\",\n                \"npermit_upto\": null,\n                \"manufacturer_model\": \"TVS APACHE RTR 160 4V\",\n                \"standing_capacity\": \"0\",\n                \"status\": \"id_found\",\n                \"is_financed\": false,\n                \"status_message\": null,\n                \"number_of_cylinder\": \"1\",\n                \"colour\": \"RED\",\n                \"puc_valid_upto\": null,\n                \"vehicle_class\": \"2WN\",\n                \"permanent_address\": \"#154 JADIGENAHALLI, BANGALORE RURAL, , Bangalore, Karnataka, 562114\",\n                \"permit_no\": \"\",\n                \"father_name\": \"LAKSHMAIAH\",\n                \"status_verfy_date\": \"2024-09-04\",\n                \"m_y_manufacturing\": \"2019-06\",\n                \"registration_date\": \"2019-08-29\",\n                \"gross_vehicle_weight\": \"277\",\n                \"registered_place\": \"KRISHNARAJAPURAM  RTO\",\n                \"permit_validity_upto\": null,\n                \"insurance_policy_no\": \"DWDW97D98781\",\n                \"noc_details\": null,\n                \"npermit_issued_by\": null,\n                \"sleeper_capacity\": \"0\",\n                \"current_address\": \"#154 JADIGENAHALLI, BANGALORE RURAL, , Bangalore, Karnataka, 562114\",\n                \"status_verification\": \"ACTIVE\",\n                \"permit_type\": \"\",\n                \"noc_status\": null,\n                \"masked_name\": false,\n                \"fuel_type\": \"PETROL\",\n                \"permit_validity_from\": null,\n                \"owner_name\": \"MANJUNATH\",\n                \"puc_number\": \"\",\n                \"owner_mobile_no\": \"\",\n                \"blacklist_status\": null,\n                \"manufacturer\": \"TVS MOTOR COMPANY LTD\",\n                \"permit_issue_date\": null,\n                \"engine_number\": \"CE7FK2101254\",\n                \"chassis_number\": \"MD637CE73K2F01497\",\n                \"mv_tax_upto\": \"2034-08-28\",\n                \"body_type\": \"SOLO\",\n                \"unladden_weight\": \"147\",\n                \"insurance_name\": \"ICICI Lombard General Insurance Co. Ltd.\",\n                \"owner_serial_number\": \"1\",\n                \"vehicle_category\": \"2WN\",\n                \"noc_issue_date\": null,\n                \"npermit_no\": null,\n                \"cubic_capacity\": \"159\",\n                \"norms_type\": \"BHARAT STAGE IV\",\n                \"state\": \"Karnataka\",\n                \"insurance_validity\": \"2024-08-28\",\n                \"financer\": \"\",\n                \"wheelbase\": \"1357\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc_plus\"\n    }\n]"},{"id":"1884ee8f-8fb7-4dcd-9b60-a8d6c85505bc","name":"Err: Invalid RC Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-04T17:37:02+05:30\",\n        \"created_at\": \"2024-09-04T17:37:02+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid parameter: RC number should be between 7 to 11 characters long\",\n        \"request_id\": \"b07fcc94-648e-4f9b-90d4-71bdfcd4059d\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc_plus\"\n    }\n]"},{"id":"0b87bb82-d76a-4c59-bfbf-74fb5e8b7e1d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"23123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12312","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"52e94d23-424c-44a2-acdc-8a9b92f9415b","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"03e78cc9-fe61-45c4-ae29-21ba6b0ccb3e","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"56daacda-7b82-46b8-bf95-99a25a8c7052"}],"id":"483b4cac-b4ef-4f7a-b07f-3e1edb08aacb","_postman_id":"483b4cac-b4ef-4f7a-b07f-3e1edb08aacb","description":""},{"name":"RC Challan","item":[{"name":"ind_rc_challan async","id":"cf1e9e4b-f9d1-4694-bf56-f115dc2127a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n       \"rc_number\": \"KA53HC8324\", //mandatory field \n       \"chassis_number\": \"00364\" //mandatory field\n    }       \n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_rc_challan","description":"<p>The RC Challan API is a service that provides access to traffic violation challan information associated with vehicle registration numbers. It enables clients to retrieve detailed information about traffic violations, including the accuser's name, violation type, fine amount, location, and more.</p>\n<p>The primary objectives of this API are to:</p>\n<ul>\n<li><p>Provide you with real-time access to traffic violation data.</p>\n</li>\n<li><p>Assist you in assessing the traffic violation history of drivers they are onboarding.</p>\n</li>\n</ul>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.rc_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vehicle Registration Certificate (RC) Number. Must contain only 10 characters.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.chassis_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>last 5 digits of chassis number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_rc_challan"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3465a6bb-0344-4ab4-b0cc-8a3573e656ce","name":"Success: ind_rc_challan","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KA53HC8324\", //mandatory field \n        \"chassis_number\": \"00364\" //mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"67ae76ef-5b32-4f7b-803a-05e938552918","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KA53HC8324\", //mandatory field \n        \"chassis_number\": \"00364\" //mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:22:42 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"38e925b2-7cb8-4191-8163-505c758f2e77","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KA53HC8324\", //mandatory field \n        \"chassis_number\": \"00364\" //mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a62194e2-2c84-4316-a27d-a2973d67165e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KA53HC8324\", //mandatory field \n        \"chassis_number\": \"00364\", //mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"cf1e9e4b-f9d1-4694-bf56-f115dc2127a5"},{"name":"Get task","id":"844afcca-b5a1-4a20-bf3b-473b43037be8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The date and time when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date and time when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains detailed information from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.rc_number</td>\n<td>String</td>\n<td>The registration certificate number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_5_digit_chassis</td>\n<td>String</td>\n<td>The last 5 digits of the chassis number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_summary</td>\n<td>Object</td>\n<td>Contains summary of the challans</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_summary.total_challan_number</td>\n<td>String</td>\n<td>Total number of challans</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_summary.total_pending_challan</td>\n<td>String</td>\n<td>Total number of pending challans</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_summary.total_paid_challan</td>\n<td>String</td>\n<td>Total number of paid challans</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details</td>\n<td>Array</td>\n<td>Contains details of each challan</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].number</td>\n<td>String</td>\n<td>The number of the challan in the list</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].challan_number</td>\n<td>String</td>\n<td>The challan number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].offense_details</td>\n<td>String</td>\n<td>Details of the offense</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].date_of_challan</td>\n<td>String</td>\n<td>The date the challan was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].timestamp_of_challan</td>\n<td>String</td>\n<td>The time the challan was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].image_url</td>\n<td>String</td>\n<td>URL to the image of the offense</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].accused_name</td>\n<td>String</td>\n<td>Name of the accused</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].accused_father_name</td>\n<td>String</td>\n<td>Father's name of the accused</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].challan_status</td>\n<td>String</td>\n<td>Status of the challan</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].challan_place</td>\n<td>String</td>\n<td>Place where the challan was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].payment_url</td>\n<td>String</td>\n<td>URL to pay the challan</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].amount</td>\n<td>Number</td>\n<td>Amount of the challan</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].state</td>\n<td>String</td>\n<td>State where the challan was issued</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].rto</td>\n<td>String</td>\n<td>Regional Transport Office code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].court_challan</td>\n<td>String</td>\n<td>Indicates if the challan has been sent to court</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.challan_details[].court_status</td>\n<td>String</td>\n<td>Status message regarding the court challan</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification</td>\n<td>Value: “ind_rc_challan”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"4f35393a-1044-4e55-bf53-8ccbeca9c34f","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"action\": \"verify_with_source\",\n  \"completed_at\": \"2021-10-01T14:34:39+05:30\",\n  \"created_at\": \"2021-10-01T14:34:36+05:30\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"request_id\": \"f4357ff4-c485-43ec-bd59-ef0e52ad6853\",\n  \"result\": {\n    \"source_output\": {\n      \"rc_number\": \"HR5XXXXXX8\", // from request body\n      \"last_5_digit_chassis\": \"5XXX4\", // from request body\n      \"challan_summary\":\n      {\n        \"total_challan_number\" : \"3\",\n        \"total_pending_challan\" : \"2\", // number of challan where status is \"pending\"\n        \"total_paid_challan\": \"1\" // number of challan where status is \"disposed\"\n      },\n      \"challan_details\": [\n      {\n          \"number\": \"1\",\n          \"challan_number\": \"DL21289230528125044\",\n          \"offense_details\": \"54. Pillion Rider w/o Helmet\",\n          \"date_of_challan\": \"2023-05-28\",\n          \"timestamp_of_challan\": \"12:50:44\",\n          \"image_url\": \"https://itmschallan.parivahan.gov.in/pushPhoto/UP/RDLN/NOIDA253258.1.jpg\",\n          \"accused_name\" : \"\",\n          \"accused_father_name\": \"KRISHAN GOPAL SINGH\",\n          \"challan_status\": \"pending\",\n          \"challan_place\": \"TGS\",\n          \"payment_url\": \"https://echallan.parivahan.gov.in/index/accused-challan\",\n          \"amount\": 500,\n          \"state\": \"DL\",\n          \"rto\": \"Central\",\n          \"court_challan\": \"true\",\n          \"court_status\": \"The challan has been sent to court udyog vihar ps area - ggm on  2023-02-17. But as your contact number is invalid and sent to court, online payment is not allowed. Please contact the Gurgaon - GCB to dispose the challan.\",\n        },\n        {\n          \"number\": \"2\",\n          \"challan_number\": \"DL21289230528125044\",\n          \"offense_details\": \"54. Pillion Rider w/o Helmet\",\n          \"date_of_challan\": \"2023-05-28\",\n          \"timestamp_of_challan\": \"12:50:44\",\n          \"challan_place\": \"TGS\",\n          \"image_url\": \"https://itmschallan.parivahan.gov.in/pushPhoto/UP/RDLN/NOIDA253258.1.jpg\",\n          \"accused_name\" : \"\",\n          \"accused_father_name\": \"KRISHAN GOPAL SINGH\",\n          \"challan_status\": \"cash\",\n          \"payment_url\": \"https://echallan.parivahan.gov.in/index/accused-challan\",\n          \"amount\": 500,\n          \"state\": \"DL\",\n          \"rto\": \"Central\",\n          \"court_challan\": \"false\",\n          \"court_status\": \"Online payment service is not available for this State or RTO. Kindly Contact Ghaziabad - TRG for further process.\",\n        }\n      ],\n      \"status\": \"id_found\"\n    }\n  },\n  \"status\": \"completed\",\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"type\": \"ind_rc_challan\"\n}\n"},{"id":"81fe7dd3-f25b-40c2-8ced-0b3a442fc4d1","name":"Err: Invalid RC Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-05T10:43:36+05:30\",\n        \"created_at\": \"2024-09-05T10:43:36+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid parameter: RC number should be between 7 to 11 characters long\",\n        \"request_id\": \"cbf1e3a1-5a8f-42bd-bbf1-8d0ef0ed8170\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_rc_challan\"\n    }\n]"},{"id":"0d7f605c-0093-45f7-9d60-33afefdb60f6","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1234","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1234","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"263c449c-387f-493f-9b10-e4df3320547b","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"3a9c3d0a-1b0b-44a7-8cc9-a081c21609fd","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"844afcca-b5a1-4a20-bf3b-473b43037be8"}],"id":"14d9bf8e-f38b-4872-84ad-2a59a9dc4bd2","_postman_id":"14d9bf8e-f38b-4872-84ad-2a59a9dc4bd2","description":""},{"name":"ind_vahan_connector","item":[{"name":"ind_vahan_connector_async","id":"4d3e8a20-239b-47e2-81f8-93a647c78f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"user-name","value":"abcd","type":"text"},{"key":"password","value":"password@567","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX324\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_vahan_connector","description":"<p>This API is used to verify Vehicle Registration Certificate (RC) number against Vahan vehicle database. The API allows you to -</p>\n<ul><li><div>Fetch vehicle details registered against an RC number<br /></div></li><li><div>Find the name of the vehicle’s owner<br /></div></li><li><div>Check class of vehicle<br /></div></li><li><div>Verify registration date of the vehicle<br /></div></li></ul>\n\n<p>The API also provides the option to match the name of vehicle owner that has been captured in a use-case against the name of vehicle owner on the database</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.rc_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vehicle Registration Certificate (RC) Number. Must contain only 10 characters.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_vahan_connector"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7ed75157-cd43-446c-8b40-0ef65acadab7","name":"Success: ind_vahan_connector","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX324\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_vahan_connector"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"b41cd625-f0c7-46ac-a099-8e15238a16b3","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX324\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:22:42 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"33ba7ba5-3e3f-4e1a-96da-8d721a41e073","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX324\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_rc_plus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4f4d2167-3410-4a47-91de-25b88e1729bb","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"rc_number\": \"KAXXXXXX324\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_vahan_connector"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:23:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"4d3e8a20-239b-47e2-81f8-93a647c78f01"},{"name":"Get task","id":"40e2e9ed-2524-4d52-a8bb-c2af53f3eaf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing the result of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fitness_upto</td>\n<td>string</td>\n<td>Fitness validity date of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registration_number</td>\n<td>string</td>\n<td>Vehicle registration number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.manufacturer_model</td>\n<td>string</td>\n<td>Model of the vehicle manufacturer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_financed</td>\n<td>boolean</td>\n<td>Indicates if the vehicle is financed</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status_message</td>\n<td>string</td>\n<td>Message indicating the status last replicated date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.permanent_address</td>\n<td>string</td>\n<td>Permanent address of the vehicle owner</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.father_name</td>\n<td>string</td>\n<td>Name of the vehicle owner's father</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status_verfy_date</td>\n<td>string</td>\n<td>Date when the status was verified</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registration_date</td>\n<td>string</td>\n<td>Registration date of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.insurance_policy_no</td>\n<td>string</td>\n<td>Insurance policy number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.current_address</td>\n<td>string</td>\n<td>Current address of the vehicle owner</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status_verification</td>\n<td>string</td>\n<td>Status verification of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.permit_type</td>\n<td>string</td>\n<td>Type of permit the vehicle holds</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.owner_name</td>\n<td>string</td>\n<td>Name of the vehicle owner</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.blacklist_status</td>\n<td>string</td>\n<td>Blacklist status and reason</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.manufacturer</td>\n<td>string</td>\n<td>Manufacturer of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.engine_number</td>\n<td>string</td>\n<td>Engine number of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.chassis_number</td>\n<td>string</td>\n<td>Chassis number of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.body_type</td>\n<td>string</td>\n<td>Body type of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.insurance_name</td>\n<td>string</td>\n<td>Name of the insurance company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.insurance_validity</td>\n<td>string</td>\n<td>Validity date of the insurance</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.financer</td>\n<td>string</td>\n<td>Name of the financer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.financer_address</td>\n<td>string</td>\n<td>Address of the financer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.financer_effect_from</td>\n<td>string</td>\n<td>Effect date from which the financer is applicable</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.vehicle_class</td>\n<td>string</td>\n<td>Class of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.registered_place</td>\n<td>string</td>\n<td>Registered place of the vehicle</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dealer</td>\n<td>string</td>\n<td>Dealer information</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.owner_serial_number</td>\n<td>string</td>\n<td>Serial number of the owner</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Value: ind_vahan_connector</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"d4f6f0a2-703a-4972-af34-0f2bb697ab29","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2023-06-22T16:38:38+05:30\",\n        \"created_at\": \"2023-06-22T16:38:30+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"ef7e8a32-59f4-4c92-b8c7-fb799d8d68ed\",\n        \"result\": {\n            \"source_output\": {\n                \"fitness_upto\": \"2024-03-19\",\n                \"registration_number\": \"RJ11GB2340\",\n                \"manufacturer_model\": \"TATA SIGNA 4923.S CR BS-IV\",\n                \"status\": \"id_found\",\n                \"is_financed\": true,\n                \"status_message\": \"status last replicated on 2023-06-09 11.29\", \n                \"permanent_address\": \"WARD NO.15, TALAIYA MOHALLA, JAGARN TAKIJ KE PAAS, , Dhaulpur, Rajasthan, 328001\",            \"father_name\": \"NASIR AHAMAD\",\n                \"status_verfy_date\": \"2023-06-22\",\n                \"registration_date\": \"2018-03-20\",\n                \"insurance_policy_no\": \"1414013122P112451851\",\n                \"current_address\": \"WARD NO.15, TALAIYA MOHALLA, JAGARN TAKIJ KE PAAS, , Dhaulpur, Rajasthan, 328001\",\n                \"status_verification\": \"ACTIVE\",\n                \"permit_type\": \"NATIONAL PERMIT\",,\n                \"owner_name\": \"KADEER AHMAD\",\n                \"blacklist_status\": \"Locked by HATHRAS,Uttar Pradesh due to reason Enforcement, ECHALLAN PENDINGH DATE 09-12-2022 dated 19-Jan-2023\",\n                \"manufacturer\": \"TATA MOTORS LTD\",\n                \"engine_number\": \"81A84446478\",\n                \"chassis_number\": \"MAT704121JAB03727\",\n                \"body_type\": \"SALOON\",\n                \"insurance_name\": \"United India Insurance Co. Ltd.\",\n                \"insurance_validity\": \"2024-02-27\",\n                \"financer\": \"\",\n                \"financer_address\": \"\".,\n                \"financer_effect_from\": \"\",\n                \"father_name\": \"MANJUR HUSSAIN\",\n                \"vehicle_class\": \"Motor Car\",\n                \"registered_place\": \"WAZIRPUR, Delhi\",\n                \"dealer\": \"OTHER STATE\",\n                \"owner_serial_number\": \"2\"\n                \n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_vahan_connector\"\n    }\n]"},{"id":"5b6b8b9f-c971-417d-8a93-2b7f9b3f8766","name":"Err: Invalid RC Number","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-05T10:59:39+05:30\",\n        \"created_at\": \"2024-09-05T10:59:37+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid RC number.\",\n        \"request_id\": \"095cacb5-19f9-4dd6-85f2-bcf5f23b9cf9\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_vahan_connector\"\n    }\n]"},{"id":"5ee4c99f-b183-4b2b-aac9-e70b0d74fc6b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12313","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12312","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ea12fef9-64a7-45d3-be37-92564cfcbb16","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"58de5de9-2c57-4ccd-9222-79f133a1ecc2","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"40e2e9ed-2524-4d52-a8bb-c2af53f3eaf2"}],"id":"9369137e-5552-4952-b1f4-2d49383bb9e6","_postman_id":"9369137e-5552-4952-b1f4-2d49383bb9e6","description":""}],"id":"2c25eb1d-80c5-4e20-8fd5-6bb38b6992eb","_postman_id":"2c25eb1d-80c5-4e20-8fd5-6bb38b6992eb","description":""}],"id":"60a38119-d36b-4399-9c5f-6b114c4c39c6","_postman_id":"60a38119-d36b-4399-9c5f-6b114c4c39c6","description":""}],"id":"811a9c75-26cd-4344-934f-d68b55bb0940","_postman_id":"811a9c75-26cd-4344-934f-d68b55bb0940","description":""},{"name":"Philippines","item":[{"name":"Async","item":[{"name":"phl_nbi async","item":[{"name":"phl_nbi async","id":"1d79a59c-f70a-4445-87e1-87c59a862afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-d","type":"text","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"nbi_id\": \"NBI ID\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_nbi","description":"<p>This API allows you to verify an end user’s NBI document using the NBI id number.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.nbi_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>NBI ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_nbi"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"6952ef69-39c5-48d8-8da4-a4b5832e924f","name":"Success: phl_nbi","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"nbi_id\": \"NBI ID\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_nbi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"f5e2704f-ddc3-41a5-866d-266810265407","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"321123","type":"text"},{"key":"api-key","value":"431232","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"nbi_id\": \"NBI ID\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_nbi"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"70a88236-58af-48f3-8951-da06d631194d","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"nbi_id\": \"NBI ID\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_nbi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c6c6387f-cc99-40a5-85ce-474780a6b360","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"nbi_id\": \"NBI ID\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_nbi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"1d79a59c-f70a-4445-87e1-87c59a862afa"},{"name":"Get task","id":"db1bbb6f-9b7c-4d13-b8ec-436905fb8014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request associated with the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.clearance_expiry</td>\n<td>Date</td>\n<td>The expiry date of the clearance.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.first_name</td>\n<td>String</td>\n<td>The first name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.full_name</td>\n<td>String</td>\n<td>The full name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.id_number</td>\n<td>String</td>\n<td>The ID number of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_expired</td>\n<td>Boolean</td>\n<td>Indicates whether the clearance is expired.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_name</td>\n<td>String</td>\n<td>The last name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.middle_name</td>\n<td>String</td>\n<td>The middle name of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.occupation</td>\n<td>String</td>\n<td>The occupation of the individual.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.photo</td>\n<td>String (URL)</td>\n<td>The URL of the individual's photo.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the source output.</td>\n<td>Value: id_found/id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The overall status of the task.</td>\n<td>Value: completed/failed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task.</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the task.</td>\n<td>Value: phl_nbi</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"525bf73c-72c0-42be-8866-f4a69580ef9f","name":"Success: phl_nbi","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-28T10:15:41+05:30\",\n        \"created_at\": \"2024-08-28T10:15:19+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"3b8e82a4-eea7-49b5-912c-035086060da9\",\n        \"result\": {\n            \"source_output\": {\n                \"clearance_expiry\": \"2023-04-25\",\n                \"first_name\": \"JUAN CARLOS\",\n                \"full_name\": \"JUAN CARLOS SIMBULAN BAUTISTA\",\n                \"id_number\": \"B32XXXX-XXXXX99\",\n                \"is_expired\": true,\n                \"last_name\": \"BAUTISTA\",\n                \"middle_name\": \"SIMBULAN\",\n                \"occupation\": \"N/A\",\n                \"photo\": \"<URL for photo>\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_nbi\"\n    }\n]"},{"id":"1d862b0c-9a34-41c7-acc5-fd03fe59ddfd","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2abf279c-e246-4736-8910-f00189ba7d43","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1d3c3e05-f7ef-4ab6-9f18-d4bb3114cd15","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"324321","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"432344","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"db1bbb6f-9b7c-4d13-b8ec-436905fb8014"}],"id":"2fcb8ce0-8065-4a41-8644-6eac626a395c","_postman_id":"2fcb8ce0-8065-4a41-8644-6eac626a395c","description":""},{"name":"phl_sec async","item":[{"name":"phl_sec async","id":"16a22b1f-f9e8-439b-8ed4-ebce169952ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-d","type":"text","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sec_name\":\"idfy\",\n        \"sec_number\":\"2022100072003-06\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sec","description":"<p>This API can be used to verify an SEC number in the Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td>Must be a valid UUID string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the data related to the task</td>\n<td>Must be a valid JSON object</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.sec_name</td>\n<td>String</td>\n<td>The name of the security (e.g., organization or entity name)</td>\n<td>Must be a valid non-empty string</td>\n<td>No (either send sec_name, or sec_number)</td>\n</tr>\n<tr>\n<td>data.sec_number</td>\n<td>String</td>\n<td>The security number or identifier</td>\n<td>Must be a valid string, alphanumeric format</td>\n<td>No (either send sec_name, or sec_number)</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_sec"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"eb608c36-7e1c-4220-adab-8ee33f21a946","name":"Success: phl_sec","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sec_name\":\"idfy\", //example\n        \"sec_number\":\"<sec_number>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sec"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"368d8886-788b-4a8e-b166-8ca89d675d84","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"12124","type":"text"},{"key":"api-key","value":"12332","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sec_name\":\"idfy\", //example\n        \"sec_number\":\"<sec_number>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sec"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"e2ad5177-9ab0-43bc-afe2-e4a9ce9759c0","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sec_name\":\"idfy\", //example\n        \"sec_number\":\"<sec_number>\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sec"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b3ca69c9-aae2-4fc4-97bd-16ac09f8aca9","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sec_name\":\"idfy\", //example\n        \"sec_number\":\"<sec_number>\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sec"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"16a22b1f-f9e8-439b-8ed4-ebce169952ad"},{"name":"Get task","id":"06c7e43b-0931-4bf5-a3e5-4faa608f8ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action performed</td>\n<td>Value: \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>Timestamp indicating when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>Timestamp indicating when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.sec_details</td>\n<td>String</td>\n<td>Security details with number and company name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.sec_status_message</td>\n<td>String</td>\n<td>Message indicating the status of SEC details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task performed</td>\n<td>Value: \"phl_sec\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"8c288c3b-750d-4a61-b3b8-7f56bf046499","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=6aa2637e-7ad6-4c5b-954d-38367c24184a","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"6aa2637e-7ad6-4c5b-954d-38367c24184a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T13:53:17+05:30\",\n        \"created_at\": \"2024-09-11T13:53:17+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"769ce9f0-4885-4144-b1a3-e6a85d8bc674\",\n        \"result\": {\n            \"source_output\": {\n                \"sec_details\": \"2022100072003-06 - IDfy Technologies (Philippines)  Inc.\",\n                \"sec_status_message\": \"SEC details found\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_sec\"\n    }\n]"},{"id":"a6104b16-1bb0-4ba1-8c3a-bfed85221997","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=6aa2637e-7ad6-4c5b-954d-38367c24184a","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"6aa2637e-7ad6-4c5b-954d-38367c24184a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T12:44:27+05:30\",\n        \"created_at\": \"2024-09-13T12:44:27+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"93037f4c-fd40-4d56-9d51-38bdfa548444\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_sec\"\n    }\n]"},{"id":"af3b2263-6b1e-47a2-aba1-bc8753773df9","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"7b69509d-a65c-4670-b1c3-560f7ff28b4a","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"95fffaa4-8ebe-47d3-9de3-3f288aa4cd4c","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"06c7e43b-0931-4bf5-a3e5-4faa608f8ded"}],"id":"4130f7bd-d222-4875-bc6d-16145b2047d0","_postman_id":"4130f7bd-d222-4875-bc6d-16145b2047d0","description":""},{"name":"phl_dti async","item":[{"name":"phl_dti async","id":"46ece686-3721-462a-9d50-e1f8a38c624c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"business_name\": \"EVERYTHING ABOUT SANTA\"\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_business_name_search","description":"<p>This API can be used to verify a DTI number in the Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains details relevant to the task</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.business_name</td>\n<td>String</td>\n<td>Business name provided in the data</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_business_name_search"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"cbccfa70-85de-40bb-bfd9-2ef0769adfee","name":"Success: phl_dti","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"business_name\": \"EVERYTHING ABOUT SANTA\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_business_name_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"a38b9142-b77c-47ab-8bd2-e383196b9d29","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"12313","type":"text"},{"key":"api-key","value":"12233","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"business_name\": \"EVERYTHING ABOUT SANTA\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_business_name_search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"df92e27b-ff6b-4b69-bc0b-b56ebcb0cefb","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"business_name\": \"AAA BBB\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_business_name_search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"1320985b-19d4-4b3a-a9a2-c1042935e265","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"business_name\": \"EVERYTHING ABOUT SANTA\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_business_name_search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"46ece686-3721-462a-9d50-e1f8a38c624c"},{"name":"Get task","id":"e846d37b-0e0b-4cc6-8d74-c3719162a52d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type of the request</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains details from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details</td>\n<td>Array</td>\n<td>List of business details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.business_name</td>\n<td>String</td>\n<td>Name of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.business_scope</td>\n<td>String</td>\n<td>Scope of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.business_territory</td>\n<td>String</td>\n<td>Territory of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.certificate_number</td>\n<td>String</td>\n<td>Certificate number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.owner_name</td>\n<td>String</td>\n<td>Name of the owner of the business</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.business_details.registration_date</td>\n<td>String</td>\n<td>Date when the business was registered</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the source verification</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task</td>\n<td>Value: “phl_business_name_search”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"2f404320-37c3-4b73-8011-abcb18f0a03a","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T14:51:08+05:30\",\n        \"created_at\": \"2024-09-11T14:50:38+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"c3b24d26-1264-4d94-8d16-da963b7ad8f1\",\n        \"result\": {\n            \"source_output\": {\n                \"business_details\": [\n                    {\n                        \"business_name\": \"EVERYTHING ABOUT SANTA\",\n                        \"business_scope\": \"BARANGAY\",\n                        \"business_territory\": \"BARANGAY - NCR - NATIONAL CAPITAL REGION , CITY OF MARIKINA - TAÑONG\",\n                        \"certificate_number\": \"3778583\",\n                        \"owner_name\": \"RODERICK GONZALES USMAN\",\n                        \"registration_date\": \"2022-04-05\",\n                        \"status\": \"REGISTERED\"\n                    }\n                ],\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_business_name_search\"\n    }\n]"},{"id":"e22483f6-7385-4b26-97b6-a6cd2e8c9c0e","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T12:50:21+05:30\",\n        \"created_at\": \"2024-09-13T12:50:21+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1bf5f973-3565-42c1-94fd-32ecaa4ebeaa\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_business_name_search\"\n    }\n]"},{"id":"5bac4772-8acd-45f3-852d-290e04034196","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"49baf625-8861-4157-8fd9-3668616968d4","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2341a5ce-0e53-458c-9997-9947f6941ec0","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12313","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12313","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"e846d37b-0e0b-4cc6-8d74-c3719162a52d"}],"id":"1f54499d-4c2f-46ed-8b28-06cfe87d072a","description":"<p>This async API helps to fetch the requestid in the response.</p>\n<p>The requestid is used to fetch the user's details by making a call to the Get Task API.</p>\n","_postman_id":"1f54499d-4c2f-46ed-8b28-06cfe87d072a"},{"name":"phl_sss async","item":[{"name":"phl_sss async","id":"b00e154c-4d76-4a31-a0d7-4738a815becd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sss_number\": \"3400378180\",\n        \"last_name\": \"Guzman\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sss","description":"<p>This API can be used to verify an SSS number in the Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.sss_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>SSS number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_sss"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9f86e74f-3305-4d53-a1b7-2d72d0e4076d","name":"Success: phl_sss","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sss_number\": \"3400378180\",\n        \"last_name\": \"Guzman\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"b1b3d396-8d50-44ac-a968-c02375add070","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123123"},{"key":"api-key","value":"123123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sss_number\": \"3400378180\",\n        \"last_name\": \"Guzman\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sss"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8afa9484-f029-4173-b0c4-c718ddec3555","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sss_number\": \"3400378180\",\n        \"last_name\": \"Guzman\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sss"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"131d2f62-f43f-46ce-ae64-1611f7fb264c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"sss_number\": \"3400378180\",\n        \"last_name\": \"Guzman\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_sss"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"b00e154c-4d76-4a31-a0d7-4738a815becd"},{"name":"Get task","id":"58949e74-7153-41b8-b1ae-edb6a7a1d132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action being performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_valid</td>\n<td>Boolean</td>\n<td>true if given sss is valid, else false</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.first_name</td>\n<td>String</td>\n<td>The first name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.full_name</td>\n<td>String</td>\n<td>The full name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_name</td>\n<td>String</td>\n<td>The last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.mid_name</td>\n<td>String</td>\n<td>The middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of verification being performed</td>\n<td>Value: “phl_sss”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0f312562-ed6a-4d3a-ba79-59e8f29d20f7","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T12:43:15+05:30\",\n        \"created_at\": \"2024-09-11T12:43:14+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"b34db4aa-f2dc-495c-9532-123eb89843bf\",\n        \"result\": {\n            \"source_output\": {\n                \"is_valid\": true,\n                \"first_name\": \"FRANCIS IRIS CARSON\",\n                \"full_name\": \"FRANCIS IRIS CARSON DE GUZMAN\",\n                \"last_name\": \"GUZMAN\",\n                \"mid_name\": \"DE\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_sss\"\n    }\n]"},{"id":"91f7dbd6-5d39-4a15-9ba7-bf0810f48eee","name":"Err: Invalid PHL SSS ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T14:07:05+05:30\",\n        \"created_at\": \"2024-09-13T14:07:05+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid phl_sss_id.\",\n        \"request_id\": \"7442bbb8-631a-4cb3-b049-f55c20295c34\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_sss\"\n    }\n]"},{"id":"35d03507-8ba4-4f2e-a1f5-e56adc041266","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T13:49:12+05:30\",\n        \"created_at\": \"2024-09-13T13:49:12+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"5633acd4-fc95-4901-8189-5afe666a90f7\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_sss\"\n    }\n]"},{"id":"db1acfb9-9197-4a2f-90fa-fd9935b78bec","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"5097d32c-28b2-4cad-8d18-53ce677ffbcb","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e71d3e53-01b6-4b55-b4b8-2c1425c4e0b0","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"58949e74-7153-41b8-b1ae-edb6a7a1d132"}],"id":"01a36040-7ec1-4cc5-887b-944e1257dfc7","_postman_id":"01a36040-7ec1-4cc5-887b-944e1257dfc7","description":""},{"name":"phl_ibig async","item":[{"name":"phl_ibig async","id":"5dd8ce5b-0b1b-46c6-a02d-db4dccc9d51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"ibig_number\":\"1212-0585-7083\"\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_ibig","description":"<p>This API can be used to verify an IBIG number in the Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.ibig_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>IBIG number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_ibig"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"10867318-501e-4301-bf89-afdc4ad3de0f","name":"Success: phl_ibig","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"ibig_number\":\"1212-0585-7083\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_ibig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"c0a59634-ab45-4ea0-916b-c89a469c45f8","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"123123","type":"text"},{"key":"api-key","value":"123132","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"ibig_number\":\"1212-0585-7083\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_ibig"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"73b7ef92-37f9-496f-b052-6a9254cb4913","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"ibig_number\":\"1212-0585-7083\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_ibig"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b9da8336-1b20-4f17-8fb4-dc08e23722d4","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"ibig_number\":\"1212-0585-7083\",,,\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_ibig"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"5dd8ce5b-0b1b-46c6-a02d-db4dccc9d51f"},{"name":"Get task","id":"214042ef-c3f0-430b-8c63-cb968630a512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed on the task</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ibig_number</td>\n<td>String</td>\n<td>Pag-IBIG membership number extracted from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.masked_name</td>\n<td>String</td>\n<td>Masked name extracted from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Value: “phl_ibig”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a48227f5-4fb3-4783-97bc-5ed27c6a83a4","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T14:18:36+05:30\",\n        \"created_at\": \"2024-09-11T14:18:34+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"daadd90c-07b0-47c3-ab4d-f70681703902\",\n        \"result\": {\n            \"source_output\": {\n                \"ibig_number\": \"121205857083\",\n                \"masked_name\": \"YA**, LEON***\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_ibig\"\n    }\n]"},{"id":"9a3afc6b-870c-47a2-9d2c-624c9c657ada","name":"Err: Invalid IBIG Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T13:57:56+05:30\",\n        \"created_at\": \"2024-09-13T13:57:56+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid IBIG number.\",\n        \"request_id\": \"51c5f5bc-0144-4dc1-bc22-d7ac1779b233\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_ibig\"\n    }\n]"},{"id":"94fd5e29-18d9-4a47-891e-8352f507f5bb","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T13:58:27+05:30\",\n        \"created_at\": \"2024-09-13T13:58:27+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1b358ef6-3b3b-41fb-b201-9e9e1ee72fdb\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_ibig\"\n    }\n]"},{"id":"0fdd3608-cf48-4201-ac04-3b134e366116","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"a29b6b19-669c-499b-9bc4-0d24e7c89699","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cd3ea22c-b87f-454e-9cb5-91d07fb1f603","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"214042ef-c3f0-430b-8c63-cb968630a512"}],"id":"8d3f03c7-5a2b-4d69-b91e-888227d27072","_postman_id":"8d3f03c7-5a2b-4d69-b91e-888227d27072","description":""},{"name":"phl_tin async","item":[{"name":"phl_tin async","id":"017d911c-0c95-44bc-9812-aaaa43d4ad09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"tin_number\": \"399654742\"\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_tin","description":"<p>This API can be used to verify a TIN in Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.tin_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>TIN number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_tin"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"5f45d353-a0f8-45bd-9990-865d09159f64","name":"Success: phl_tin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"tin_number\": \"399654742\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_tin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"7065ee38-3bd7-4af1-8a9f-7051a821aed7","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"3132123","type":"text"},{"key":"api-key","value":"1233212","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"tin_number\": \"399654742\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_tin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"14f439d8-40a1-4179-bc81-b4597f331358","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"tin_number\": \"399654742\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_tin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"adfec218-1cda-4623-ae23-2bc0426a821f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"tin_number\": \"399654742\"\n    }\n},,,,,","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_tin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"017d911c-0c95-44bc-9812-aaaa43d4ad09"},{"name":"Get task","id":"3a6ecafa-c029-466e-8df1-500bedf157dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action to be performed</td>\n<td>Value: \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains the output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID validation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.tin_number</td>\n<td>String</td>\n<td>Tax Identification Number (TIN)</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Current status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Value: “phl_tin”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"1f6bc646-9e66-42dc-816e-589737e56e78","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T12:11:22+05:30\",\n        \"created_at\": \"2024-09-11T12:10:41+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"8d4c4908-82fd-4109-ac97-5c2f926565b3\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"id_found\",\n                \"tin_number\": \"399654742\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_tin\"\n    }\n]"},{"id":"db1eea3e-1b1a-4bde-bf71-900804cbc70e","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T14:03:26+05:30\",\n        \"created_at\": \"2024-09-13T14:03:26+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"7717ff9e-7c47-4f10-ba54-d774789329c7\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_tin\"\n    }\n]"},{"id":"b0e962f6-fd43-45ed-8f96-4dfbcd2dca94","name":"Err: Invalid TIN Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T14:04:29+05:30\",\n        \"created_at\": \"2024-09-13T14:04:29+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid tin_number and try again.\",\n        \"request_id\": \"aebc312f-b604-4b95-8cd7-fe08fbd74f99\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_tin\"\n    }\n]"},{"id":"0fd244ec-08bc-4cac-9c05-323f5d7485e8","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"19bcd33b-b9ff-4a32-9ec3-c08cb32fd582","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"98b11eb0-a691-4cc2-942c-3b6a6bf61b54","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"3a6ecafa-c029-466e-8df1-500bedf157dd"}],"id":"bbdcc299-a5bc-471e-b89c-3ea5970d8835","_postman_id":"bbdcc299-a5bc-471e-b89c-3ea5970d8835","description":""},{"name":"phl_prc async","item":[{"name":"phl_prc async","id":"bd11534e-6242-46eb-88e6-692ddc799167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_name\",\n        \"profession\": \"PROFESSIONAL TEACHER\",\n        \"first_name\": \"JOBELLE MAE\",\n        \"last_name\": \"VICENTE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc","description":"<p>PRC verification is used to verify individual details with a government database. PRC verification can be done in two modes.</p>\n<h4>Request Body Schema (Mode: verify_using_name)</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.prc_verification_mode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>PRC Mode -<br />verify_using_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.profession</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Profession on ID card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name on ID card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name on ID card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"request-body-schema-mode-verify_using_license\">Request Body Schema (Mode: verify_using_license)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>The unique identifier for the task, e.g., \"74f4c926-250c-43ca-9c53-453e87ceacd1\".</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>The unique identifier for the group, e.g., \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\".</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Contains the data needed for PRC verification.</td>\n</tr>\n<tr>\n<td>data.prc_verification_mode</td>\n<td>String</td>\n<td>Yes</td>\n<td>The mode of PRC verification, e.g., \"verify_using_license\".</td>\n</tr>\n<tr>\n<td>data.license_number</td>\n<td>String</td>\n<td>Yes</td>\n<td>The PRC license number for verification, e.g., \"1085496\".</td>\n</tr>\n<tr>\n<td>data.dob</td>\n<td>String</td>\n<td>Yes</td>\n<td>The date of birth of the individual, e.g., \"1991-01-05\".</td>\n</tr>\n<tr>\n<td>data.profession</td>\n<td>String</td>\n<td>Yes</td>\n<td>The profession of the individual, e.g., \"PROFESSIONAL TEACHER\".</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_prc"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b6bca611-9ed2-4553-8f9e-8459579b76db","name":"Success: phl_prc (verify_using_name)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_name\",\n        \"profession\": \"REGISTERED ELECTRICAL ENGINEER\",\n        \"first_name\": \"ANGELITO\",\n        \"last_name\": \"ROQUE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"b07c05ce-e025-497d-be4c-c41765c7560b","name":"Success: phl_prc (verify_using_license)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_license\",\n        \"license_number\": \"1085496\",\n        \"dob\": \"1991-01-05\",\n        \"profession\": \"PROFESSIONAL TEACHER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"73799cff-14ad-4b69-a4d7-6e2586f79d91","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"121232","type":"text"},{"key":"api-key","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_name\",\n        \"profession\": \"REGISTERED ELECTRICAL ENGINEER\",\n        \"first_name\": \"ANGELITO\",\n        \"last_name\": \"ROQUE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b8d1a40b-8dc9-4c6f-b488-4cfc2ed4ef27","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_name\",\n        \"profession\": \"REGISTERED ELECTRICAL ENGINEER\",\n        \"first_name\": \"ANGELITO\",\n        \"last_name\": \"ROQUE\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"588c7c67-0009-40ed-81b2-90688c2708b1","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"prc_verification_mode\": \"verify_using_name\",\n        \"profession\": \"REGISTERED ELECTRICAL ENGINEER\",\n        \"first_name\": \"ANGELITO\",\n        \"last_name\": \"ROQUE\"\n    }\n},,,,,","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_prc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"bd11534e-6242-46eb-88e6-692ddc799167"},{"name":"Get task","id":"0f1d4d64-e990-4aee-8460-9a140e36e238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema-mode-verify_using_name\">Response Body Schema (Mode: verify_using_name)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed, \"verify_with_source\".</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed, e.g., \"2024-08-09T13:57:38+05:30\".</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created, e.g., \"2024-08-09T13:57:36+05:30\".</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the verification.</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The output data from the source verification.</td>\n</tr>\n<tr>\n<td>result.source_output.full_name</td>\n<td>String</td>\n<td>The full name of the individual, e.g., \"VICENTE, JOBELLE MAE VILLAR\".</td>\n</tr>\n<tr>\n<td>result.source_output.initial_registration_date</td>\n<td>String</td>\n<td>The initial registration date, if available, otherwise null. This will always be null in case of “verify_using_name” verification type</td>\n</tr>\n<tr>\n<td>result.source_output.license_expiration_date</td>\n<td>String</td>\n<td>The license expiration date, if available, otherwise null. This will always be null in case of “verify_using_name” verification type</td>\n</tr>\n<tr>\n<td>result.source_output.prc_status</td>\n<td>String</td>\n<td>The status of the PRC license, e.g., \"Valid\". You can ignore this key.</td>\n</tr>\n<tr>\n<td>result.source_output.prc_verification_mode</td>\n<td>String</td>\n<td>The mode of PRC verification, e.g., \"verify_using_name\".</td>\n</tr>\n<tr>\n<td>result.source_output.profession</td>\n<td>String</td>\n<td>The profession of the individual, e.g., \"PROFESSIONAL TEACHER\".</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the verification, e.g., \"id_found\".</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task, e.g., \"completed\".</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification, \"phl_prc\".</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema-mode-verify_using_license\">Response Body Schema (Mode: verify_using_license)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed, \"verify_with_source\".</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed, e.g., \"2024-08-09T14:06:27+05:30\".</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created, e.g., \"2024-08-09T14:06:24+05:30\".</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The unique identifier for the group, e.g., \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\".</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The unique identifier for the request, e.g., \"e2cf8484-7fbd-4573-bfbb-ffe0c23f3e76\".</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The main result object containing the output of the verification process.</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Contains the source output details.</td>\n</tr>\n<tr>\n<td>result.source_output.full_name</td>\n<td>String</td>\n<td>The full name of the individual, e.g., \"VICENTE, JOBELLE MAE VILLAR\".</td>\n</tr>\n<tr>\n<td>result.source_output.initial_registration_date</td>\n<td>String</td>\n<td>The initial registration date of the PRC license, e.g., \"2011-02-16\".</td>\n</tr>\n<tr>\n<td>result.source_output.license_expiration_date</td>\n<td>String</td>\n<td>The expiration date of the PRC license, e.g., \"2026-01-05\".</td>\n</tr>\n<tr>\n<td>result.source_output.prc_status</td>\n<td>String</td>\n<td>The status of the PRC verification, e.g., \"Valid\" (can be null). You can ignore this key.</td>\n</tr>\n<tr>\n<td>result.source_output.prc_verification_mode</td>\n<td>String</td>\n<td>The mode used for PRC verification, e.g., \"verify_using_license\".</td>\n</tr>\n<tr>\n<td>result.source_output.profession</td>\n<td>String</td>\n<td>The profession of the individual, e.g., \"PROFESSIONAL TEACHER\".</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status indicating if the ID was found in government records, e.g., \"id_found\". If not found in government records</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The overall status of the task, e.g., \"completed\".</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier for the task, e.g., \"74f4c926-250c-43ca-9c53-453e87ceacd1\".</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of verification, \"phl_prc\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"04cf8786-2c3d-4d5f-9cd7-333960e02601","name":"Success: Get task (verify_using_name)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[    \n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-09T13:57:38+05:30\",\n        \"created_at\": \"2024-08-09T13:57:36+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"e44b7cda-bf13-450a-8638-db7d514515f5\",\n        \"result\": {\n            \"source_output\": {\n                \"full_name\": \"VICENTE, JOBELLE MAE VILLAR\",\n                \"initial_registration_date\": null,\n                \"license_expiration_date\": null,\n                \"prc_status\": \"Valid\",\n                \"prc_verification_mode\": \"verify_using_name\",\n                \"profession\": \"PROFESSIONAL TEACHER\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_prc\"\n    }\n]"},{"id":"8cb64350-b956-4d29-acc2-4c83d2792371","name":"Success: Get task (verify_using_license)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-09T14:06:27+05:30\",\n    \"created_at\": \"2024-08-09T14:06:24+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"e2cf8484-7fbd-4573-bfbb-ffe0c23f3e76\",\n    \"result\": {\n        \"source_output\": {\n            \"full_name\": \"VICENTE, JOBELLE MAE VILLAR\",\n            \"initial_registration_date\": \"2011-02-16\",\n            \"license_expiration_date\": \"2026-01-05\",\n            \"prc_status\": null,\n            \"prc_verification_mode\": \"verify_using_license\",\n            \"profession\": \"PROFESSIONAL TEACHER\",\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"phl_prc\"\n    }\n]"},{"id":"6f7bbf69-7dba-4ea8-9a21-7c7f48537999","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"a426da15-3de9-406a-a49c-a8168c6811b7","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e9d64379-0dc6-4e1a-b1bf-01a4248c2aff","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"2342","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1231","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"0f1d4d64-e990-4aee-8460-9a140e36e238"}],"id":"d904d7ec-e6b7-435a-bf82-a0fcf24a4ec5","description":"<p>This async API helps to fetch the requestid in the response.</p>\n<p>The requestid is used to fetch the user's details by making a call to the Get Task API.</p>\n","_postman_id":"d904d7ec-e6b7-435a-bf82-a0fcf24a4ec5"},{"name":"phl_dl async","item":[{"name":"phl_dl async","id":"2b33e582-617c-4993-97a8-94d599cf8ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"license_number\": \"D04-11-002151\",\n        \"expiry_date\": \"2024-04-16\",\n        \"serial_number\": \"101984284\"\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_driving_license","description":"<p>This API can be used to verify a driving license issued in the Philippines.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.license_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>License number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.expiry_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Expiration date on the card yyyy-mm-dd format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.serial_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Serial number on the card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_driving_license"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a960ee5f-1d7a-46ed-a36d-fdfadb2025a9","name":"Success: phl_dl","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"license_number\": \"B06-95013358\",\n        \"expiry_date\": \"2023-01-01\",\n        \"serial_number\": \"078592995\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_driving_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"80f4bb52-8875-49ec-96e5-cac515bf8993","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"123123","type":"text"},{"key":"api-key","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"license_number\": \"B06-95013358\",\n        \"expiry_date\": \"2023-01-01\",\n        \"serial_number\": \"078592995\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_driving_license"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"697d9cd0-82c0-4983-bda2-cfaa99c21cc0","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"license_number\": \"B06-95013358\",\n        \"expiry_date\": \"2023-01-01\",\n        \"serial_number\": \"078592995\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_driving_license"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"73df5594-173e-4740-9613-a32fc1958bb7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"license_number\": \"B06-95013358\",\n        \"expiry_date\": \"2023-01-01\",\n        \"serial_number\": \"078592995\",,,,,\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_driving_license"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"2b33e582-617c-4993-97a8-94d599cf8ef4"},{"name":"Get task","id":"17ffd62b-9c67-4d00-a620-deb4db27a619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the verification results</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The output from the source verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status_message</td>\n<td>String</td>\n<td>Message describing the result</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the verification process</td>\n<td>Value: “phl_driving_license”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"3aa0a03c-9ae9-4cb6-8e0b-c311f26a0773","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T11:41:16+05:30\",\n        \"created_at\": \"2024-09-11T11:40:53+05:30\",\n        \"group_id\": \"140146dd-0f46-4b64-8f27-43c8827df873\",\n        \"request_id\": \"79e992e8-d63a-4917-ba9f-5527d5f934d6\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"id_found\",\n                \"status_message\": \"The Professional Driver's License you have entered is a valid license.\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"88fd5718-32ac-45d6-8fac-2d70e63ed569\",\n        \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"9b0c65c7-a043-429b-a5d5-1a535967a6b5","name":"Success: No Details Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T15:53:18+05:30\",\n        \"created_at\": \"2024-09-13T15:53:16+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"e2c5a89d-22d8-41af-aa7c-4a24f0f5bdc0\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"id_not_found\",\n                \"status_message\": \"The Driver's License details do not match.\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"4a01e7ce-b512-4eaa-a83f-cd595dc683db","name":"Err: Invalid DL number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T15:53:55+05:30\",\n        \"created_at\": \"2024-09-13T15:53:55+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please enter a valid driving license number and try again.\",\n        \"request_id\": \"66350123-6493-46e0-9208-d112968f3dbd\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"8046de7d-c70f-41c9-929a-87dde0bc2bf3","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T15:54:40+05:30\",\n        \"created_at\": \"2024-09-13T15:54:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"fb869ed5-b2df-4dcf-9f71-cde7aa2b1170\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_driving_license\"\n    }\n]"},{"id":"c410b662-57a7-4b2a-8f20-e2d9de25bb5a","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"3cfb3364-d082-402b-90d8-911abe94bab4","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"60d80f2d-ac94-461c-8a5a-324ebf659d8f","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"17ffd62b-9c67-4d00-a620-deb4db27a619"}],"id":"570e4c39-155f-466c-915d-4b4e1d223994","_postman_id":"570e4c39-155f-466c-915d-4b4e1d223994","description":""},{"name":"phl_philsys async","item":[{"name":"phl_philsys async","id":"1975c9e8-8d45-4e68-a82e-a6af0628ac09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-d","type":"text","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_philsys","description":"<p>This API validates if a philsys card uploaded is valid or invalid</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base64/string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>image in base64 format OR URL of image of voter ID. These URL could either be expiring shortly or publicly accessible. You can also send us URLs hosted on your servers but accessible to us via protected mechanisms.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","phl_philsys"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3ea67af6-1ad4-49de-aaa6-d79c1c29abb7","name":"Success: phl_philsys","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123/123456","type":"text"},{"key":"api-key","value":"12345","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_philsys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"c92b8991-fd54-47f0-9ae3-14ec6e86f138","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"123123","type":"text"},{"key":"api-key","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_philsys"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c83e7bc1-3f5d-4d71-8f98-e61b758e1c9f","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_philsys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"825846e6-a0c7-4f29-9e92-0fb0630a83e0","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\" : \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\" : \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\" : {\n        \"document1\" : \"URL / BASE64\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/phl_philsys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"1975c9e8-8d45-4e68-a82e-a6af0628ac09"},{"name":"Get task","id":"78d93c4c-5de3-4c01-a658-b0ea0a9af9a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Specifies the action to be performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the results of the verification task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Detailed output from the source containing verification details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.best_capture_finger</td>\n<td>Array</td>\n<td>List of the best capture finger(s)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.card_status</td>\n<td>String</td>\n<td>Status of the PhilSys card (e.g., activated)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.date_of_insurance</td>\n<td>String</td>\n<td>Date of insurance issuance</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dob</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.first_name</td>\n<td>String</td>\n<td>First name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.full_name</td>\n<td>String</td>\n<td>Full name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.last_name</td>\n<td>String</td>\n<td>Last name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.middle_name</td>\n<td>String</td>\n<td>Middle name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.philsys_card_number</td>\n<td>String</td>\n<td>PhilSys card number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.philsys_qr_code_status</td>\n<td>String</td>\n<td>Status of the PhilSys QR code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.place_of_birth</td>\n<td>String</td>\n<td>Place of birth of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.sex</td>\n<td>String</td>\n<td>Gender of the individual (e.g., Male, Female)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID verification process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.suffix</td>\n<td>String</td>\n<td>Suffix of the individual's name</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the verification task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Specifies the type of task performed</td>\n<td>Value: “phl_philsys”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a3b59b39-111c-4f5f-972b-1c43eb6f9384","name":"Success: phl_philsys","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-09T14:33:15+05:30\",\n        \"created_at\": \"2024-09-09T14:33:13+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"6c35584b-bb0f-4543-bdf3-566b6b9f66df\",\n        \"result\": {\n            \"source_output\": {\n                \"best_capture_finger\": [],\n                \"card_status\": \"activated\",\n                \"date_of_insurance\": \"2024-08-07\",\n                \"dob\": \"1992-09-25\",\n                \"first_name\": \"VENICE REINAFER\",\n                \"full_name\": \"VENICE REINAFER BOJOS ABLEN\",\n                \"last_name\": \"ABLEN\",\n                \"middle_name\": \"BOJOS\",\n                \"philsys_card_number\": \"6408205280416974\",\n                \"philsys_qr_code_status\": \"valid\",\n                \"place_of_birth\": \"ISABEL, LEYTE\",\n                \"sex\": \"Female\",\n                \"status\": \"id_found\",\n                \"suffix\": null\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_philsys\"\n    }\n]"},{"id":"41716242-c3ef-416e-b3d4-92951bf3b8fc","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:02:26+05:30\",\n        \"created_at\": \"2024-09-13T16:02:24+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"34015130-23c5-4c2d-8048-757d8da52811\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"phl_philsys\"\n    }\n]"},{"id":"f2a90046-e810-4f87-9823-6932ed5ca318","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"4466c8d1-abe1-4aab-b036-522fc0c63113","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"fe4a148f-5198-4e4e-8607-8aa81e633268","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"332123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"78d93c4c-5de3-4c01-a658-b0ea0a9af9a4"}],"id":"847f3598-24a7-4c68-bc15-81502d46d6da","_postman_id":"847f3598-24a7-4c68-bc15-81502d46d6da","description":""},{"name":"International Passport","item":[{"name":"intl_passport","id":"28582c93-e90a-4b0d-8ec2-57907edccd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"6b9aef5d00d6/0cd3284e-56f3-4e6a-ae75-a9f600fda34c","type":"text"},{"key":"api-key","value":"743abdb4-a9db-11ee-91ee-e63943ba1c32","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n   \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n   \"data\": {\n       \"name\": \"VENZ CHARLES PARAISO\",\n       \"gender\": \"M\",\n       \"date_of_birth\": \"2001-10-12\",\n       \"date_of_expiry\": \"2034-09-19\",\n       \"id_number\": \"P8020390C\",\n       \"nationality\": \"PHL\",\n       \"place_of_issue\": \"DFA P PRINCESA\",\n       \"mrz_line1\": \"P<PHLPARAISO<<VENZ<CHARLES<<<<<<<<<<<<<<<<<<\",\n       \"mrz_line2\": \"P8020390C1PHL0110129M3409198<<<<<<<<<<<<<<00\"\n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/intl_passport","description":"<p>This API allows you to verify the passport details of a international user.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the task</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td>String</td>\n<td>Name of passport holder</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.last_name</td>\n<td>String</td>\n<td>Surname of passport holder</td>\n<td>No (Should be given only if surname is explicitly mentioned on the passport)</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.gender</td>\n<td>String</td>\n<td>Gender of passport holder</td>\n<td>Yes</td>\n<td>m/f/u/male/female/unspecified\"</td>\n</tr>\n<tr>\n<td>data.date_of_birth</td>\n<td>String</td>\n<td>DOB in YYYY-MM-DD format</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.date_of_expiry</td>\n<td>String</td>\n<td>Passport expiry date in YYYY-MM-DD format</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>Passport number</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.nationality</td>\n<td>String</td>\n<td>Nationality of passport holder</td>\n<td>Yes</td>\n<td>“IDN”, or “PHL”</td>\n</tr>\n<tr>\n<td>data.place_of_issue</td>\n<td>String</td>\n<td>Place of Issue</td>\n<td>Yes</td>\n<td>“IDN”, or “PHL”</td>\n</tr>\n<tr>\n<td>data.mrz_line1</td>\n<td>String</td>\n<td>MRZ line 1 on passport</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.mrz_line2</td>\n<td>String</td>\n<td>MRZ line 2 on passport</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.extra_info</td>\n<td>String</td>\n<td>Extra info (if available)</td>\n<td>No</td>\n<td>Should be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","intl_passport"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"324090a1-fc75-4725-8654-bacddd7a6fe1","name":"Success: intl_passport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n   \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n   \"data\": {\n       \"name\": \"<given name>\",\n       \"last_name\": \"<surname>\",\n       \"gender\": \"Male\",\n       \"date_of_birth\": \"1966-07-22\",\n       \"date_of_expiry\": \"2033-03-09\",\n       \"id_number\": \"P3530988C\",\n       \"nationality\": \"PHL\",\n       \"place_of_issue\": \"PHL\",\n       \"mrz_line1\": \"P<PHLZAMUDIO<<JULIO<<<<<<<<<<<<<<<<<<<<<<<<<\",\n       \"mrz_line2\": \"P3530988C1PHL6607227M3303090<<<<<<<<<<<<<<04\",\n       \"extra_info\": \"<extra_info>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/intl_passport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"d813b01b-75f3-4668-b065-861762e79d6f","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"231231"},{"key":"api-key","value":"123321"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n   \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n   \"data\": {\n       \"name\": \"<given name>\",\n       \"last_name\": \"<surname>\",\n       \"gender\": \"Male\",\n       \"date_of_birth\": \"1966-07-22\",\n       \"date_of_expiry\": \"2033-03-09\",\n       \"id_number\": \"P3530988C\",\n       \"nationality\": \"PHL\",\n       \"place_of_issue\": \"PHL\",\n       \"mrz_line1\": \"P<PHLZAMUDIO<<JULIO<<<<<<<<<<<<<<<<<<<<<<<<<\",\n       \"mrz_line2\": \"P3530988C1PHL6607227M3303090<<<<<<<<<<<<<<04\",\n       \"extra_info\": \"<extra_info>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/intl_passport"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c0e3d701-bfbe-4af4-86c2-895c22e94d19","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n   \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n   \"data\": {\n       \"name\": \"<given name>\",\n       \"last_name\": \"<surname>\",\n       \"gender\": \"Male\",\n       \"date_of_birth\": \"1966-07-22\",\n       \"date_of_expiry\": \"2033-03-09\",\n       \"id_number\": \"P3530988C\",\n       \"nationality\": \"PHL\",\n       \"place_of_issue\": \"PHL\",\n       \"mrz_line1\": \"P<PHLZAMUDIO<<JULIO<<<<<<<<<<<<<<<<<<<<<<<<<\",\n       \"mrz_line2\": \"P3530988C1PHL6607227M3303090<<<<<<<<<<<<<<04\",\n       \"extra_info\": \"<extra_info>\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/intl_passport"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"588336bb-5cbc-48d0-9507-7cd47292d84b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n   \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n   \"data\": {\n       \"name\": \"<given name>\",\n       \"last_name\": \"<surname>\",\n       \"gender\": \"Male\",\n       \"date_of_birth\": \"1966-07-22\",\n       \"date_of_expiry\": \"2033-03-09\",\n       \"id_number\": \"P3530988C\",\n       \"nationality\": \"PHL\",\n       \"place_of_issue\": \"PHL\",\n       \"mrz_line1\": \"P<PHLZAMUDIO<<JULIO<<<<<<<<<<<<<<<<<<<<<<<<<\",\n       \"mrz_line2\": \"P3530988C1PHL6607227M3303090<<<<<<<<<<<<<<04\",\n       \"extra_info\": \"<extra_info>\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/intl_passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"28582c93-e90a-4b0d-8ec2-57907edccd6b"},{"name":"Get task","id":"b5cfbcfc-4d25-43b5-b663-36367250be7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key Path</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed, e.g., verify_with_source.</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (datetime)</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (datetime)</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The ID of the group to which this request belongs.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>The unique ID of the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_verified</td>\n<td>boolean</td>\n<td>Indicates if the source verification was successful.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The status of the request, e.g., completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique ID of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of the request, e.g., intl_passport.</td>\n<td>Value: “intl_passport”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"674619b8-a0c4-4573-b1b3-246b10059921","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-08-12T17:11:49+05:30\",\n    \"created_at\": \"2024-08-12T17:11:49+05:30\",\n    \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n    \"request_id\": \"9790ae22-b497-491a-87f5-45f8ad38a940\",\n    \"result\": {\n        \"source_output\": {\n            \"is_verified\": true\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n    \"type\": \"intl_passport\"\n}"},{"id":"1fb18d07-40b1-4236-8df8-2c58a03b47da","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:19:07+05:30\",\n        \"created_at\": \"2024-09-13T16:19:07+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"daf9d81b-5eba-4a1e-a4d9-330841ca19e0\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"f999576b-2285-477b-9032-7c778e887556","name":"Err: Invalid DOB","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:19:48+05:30\",\n        \"created_at\": \"2024-09-13T16:19:48+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Please enter a valid date of birth and try again.\",\n        \"request_id\": \"ed836a3c-ec2e-4164-ad26-abad66fb99ba\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"928a98f2-9a87-4a50-bde3-eea3a6d75915","name":"Err: Invalid DOE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:20:20+05:30\",\n        \"created_at\": \"2024-09-13T16:20:20+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Please enter a valid date of expiry.\",\n        \"request_id\": \"7a9a8f6d-e2d9-434d-ab67-1f0e9aba115f\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"b334ebd5-fd79-4054-a104-1b9899c1b96d","name":"Err: Invalid ID Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:20:49+05:30\",\n        \"created_at\": \"2024-09-13T16:20:49+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Please enter a valid ID Number.\",\n        \"request_id\": \"a42b07ef-3b2b-4fa7-ba2d-f4deabc5c987\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"d415c5c2-1b22-47fe-a229-12796ca84b34","name":"Err: Invalid MRZ Line1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:21:40+05:30\",\n        \"created_at\": \"2024-09-13T16:21:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Please enter a valid mrz line 1.\",\n        \"request_id\": \"b64b5e85-1a0e-43ca-846c-29b1d99d5853\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"661b980b-c657-48b0-89ba-683b11f5d1fe","name":"Err: Invalid MRZ Line2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-13T16:21:40+05:30\",\n        \"created_at\": \"2024-09-13T16:21:40+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"c72839a3-92ec-4b6f-8611-bbe5b3346f9f\",\n        \"message\": \"Please enter a valid mrz line 2.\",\n        \"request_id\": \"b64b5e85-1a0e-43ca-846c-29b1d99d5853\",\n        \"status\": \"failed\",\n        \"task_id\": \"a8f00fe5-0e1f-4664-bc28-663974e2dac6\",\n        \"type\": \"intl_passport\"\n    }\n]"},{"id":"04da5c41-bf7e-4a37-b82e-836d4401567b","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"2ab4c86f-1a22-484a-a211-5588b913a5b8","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c1a48e25-dd3f-40af-8655-8f865a5834e7","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"b5cfbcfc-4d25-43b5-b663-36367250be7d"}],"id":"d6c7a7b9-f885-4546-b3ee-87422ec0b3ed","_postman_id":"d6c7a7b9-f885-4546-b3ee-87422ec0b3ed","description":""}],"id":"0b96e1be-2a5f-4001-8ce3-f421dfc617ec","_postman_id":"0b96e1be-2a5f-4001-8ce3-f421dfc617ec","description":""}],"id":"3bac3548-788d-4708-a7cb-60775f37e7d3","_postman_id":"3bac3548-788d-4708-a7cb-60775f37e7d3","description":""},{"name":"Indonesia","item":[{"name":"Async","item":[{"name":"idn_ktp async","item":[{"name":"idn_ktp async","id":"40eddd6a-3059-4f66-837b-cdf901b42893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-d","type":"text","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"\",\n    \"group_id\": \"\",\n    \"data\": \n    {\n        \"ktp_card_number\":\"9999999999999999\", //MANDATORY must have a length of exactly 16\n        \"name\":\"AAAA BBBB CCCC\", //MANDATORY\n        \"birth_date\":\"1999-09-09\", //MANDATORY Format 'YYYY-MM-DD'\n        \"phone_number\":\"9999999999\", //OPTIONAL\n        \"email\":\"abc@bac.com\", //OPTIONAL\n        \"version\": \"1\",//MANDATORY\n        \"document1\":\"base64 or image url - SELFIE\", //MANDATORY Supported mime types: image/jpeg, image/png. Maximum file size: 2MB. Minimum file size: 100KB, 500x500 pixels\n        \"document2\":\"base64 or image url - KTP CARD\" //MANDATORY Supported mime types: image/jpeg, image/png. Maximum file size: 2MB. Minimum file size: 100KB, 500x500 pixels\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_ktp","description":"<p>This API validates the KTP details on a card.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.ktp_card_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>KTP Card Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.birth_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Birth Date in yyyy-mm-dd format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.phone_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.version</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Version - Set this value as 1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document_1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Selfie image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document_2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>KTP card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","idn_ktp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e9933b31-d472-4ffa-8bac-1762afebafb3","name":"Success: idn_ktp","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"\",\n    \"group_id\": \"\",\n    \"data\": \n    {\n        \"ktp_card_number\":\"9999999999999999\", \n        \"name\":\"AAAA BBBB CCCC\", \n        \"birth_date\":\"1999-09-09\", \n        \"phone_number\":\"9999999999\", \n        \"email\":\"abc@bac.com\", \n        \"version\": \"1\",\n        \"document1\":\"base64 or image url - SELFIE\", \n        \"document2\":\"base64 or image url - KTP CARD\" \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_ktp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"2474a174-5850-4833-88fc-3987a78ee160","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"123123"},{"key":"api-key","value":"123123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"\",\n    \"group_id\": \"\",\n    \"data\": \n    {\n        \"ktp_card_number\":\"9999999999999999\", \n        \"name\":\"AAAA BBBB CCCC\", \n        \"birth_date\":\"1999-09-09\", \n        \"phone_number\":\"9999999999\", \n        \"email\":\"abc@bac.com\", \n        \"version\": \"1\",\n        \"document1\":\"base64 or image url - SELFIE\", \n        \"document2\":\"base64 or image url - KTP CARD\" \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_ktp"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"18142d0d-faf0-424d-a305-1f254e4d2dc5","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"\",\n    \"group_id\": \"\",\n    \"data\": \n    {\n        \"ktp_card_number\":\"9999999999999999\", \n        \"name\":\"AAAA BBBB CCCC\", \n        \"birth_date\":\"1999-09-09\", \n        \"phone_number\":\"9999999999\", \n        \"email\":\"abc@bac.com\", \n        \"version\": \"1\",\n        \"document1\":\"base64 or image url - SELFIE\", \n        \"document2\":\"base64 or image url - KTP CARD\" \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_ktp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"81718a19-7c40-46cb-9879-b0a498000171","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"\",\n    \"group_id\": \"\",\n    \"data\": \n    {\n        \"ktp_card_number\":\"9999999999999999\", \n        \"name\":\"AAAA BBBB CCCC\", \n        \"birth_date\":\"1999-09-09\", \n        \"phone_number\":\"9999999999\", \n        \"email\":\"abc@bac.com\", \n        \"version\": \"1\",\n        \"document1\":\"base64 or image url - SELFIE\", \n        \"document2\":\"base64 or image url - KTP CARD\", \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_ktp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"40eddd6a-3059-4f66-837b-cdf901b42893"},{"name":"Get task","id":"cd6d2e5f-cd22-49bd-a514-75ca93bb3bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.birth_date</td>\n<td>String</td>\n<td>Birth date of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.email</td>\n<td>String</td>\n<td>Email address of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ktp_card_number</td>\n<td>String</td>\n<td>KTP card number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>String</td>\n<td>Full name of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.phone_number</td>\n<td>String</td>\n<td>Phone number of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of verification</td>\n<td>Value: “idn_ktp”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"572de438-6245-43c4-8e46-a0e53fbb5052","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T17:36:44+05:30\",\n        \"created_at\": \"2024-09-11T17:36:31+05:30\",\n        \"group_id\": \"group_id\",\n        \"request_id\": \"21d98971-a550-439d-87f4-57cb89f85602\",\n        \"result\": {\n            \"source_output\": {\n                \"birth_date\": \"1984-07-16\",\n                \"email\": \"shubhpipalia@gmail.com\",\n                \"ktp_card_number\": \"3404101607840001\",\n                \"name\": \"ARIF TEJA MUKTI\",\n                \"phone_number\": \"085234567890\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"task_id\",\n        \"type\": \"idn_ktp\"\n    }\n]"},{"id":"d2a1a31f-8a4a-482d-adca-2425dc8101bd","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-16T16:36:59+05:30\",\n        \"created_at\": \"2024-09-16T16:36:59+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"asd\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"c76031bd-4c72-4a45-a901-f687f8945f69\",\n        \"status\": \"failed\",\n        \"task_id\": \"aaa\",\n        \"type\": \"idn_ktp\"\n    }\n]"},{"id":"5904f283-1a7a-4438-a328-456c39581cae","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-16T16:38:05+05:30\",\n        \"created_at\": \"2024-09-16T16:38:05+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"asd\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"7cd8740b-1353-49dd-9a3d-2439013e622e\",\n        \"status\": \"failed\",\n        \"task_id\": \"aaa\",\n        \"type\": \"idn_ktp\"\n    }\n]"},{"id":"347011a6-95e7-4131-ac4e-913b2e2da101","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"a989172d-0cf1-4265-841a-1709a5379d6e","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"a85a4538-5696-4904-8c7d-f1ee84dd5135","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12213","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"23123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"cd6d2e5f-cd22-49bd-a514-75ca93bb3bcd"}],"id":"3a2a139f-853f-4902-b563-ef1989cbe311","_postman_id":"3a2a139f-853f-4902-b563-ef1989cbe311","description":""},{"name":"idn_skk async","item":[{"name":"idn_skk async","id":"93d42f34-e768-49d8-8491-48bd23ce1b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"12131\",\n    \"group_id\": \"1213\",\n    \"data\": {\n        \"document1\": \"<URL or base64>\", \n        \"additional_details\":{\n          \"company_name\": \"PT PUTRA MADU SEGARA\", \n          \"id_number\": \"AHU-0013827.AH.01.01\", \n          \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\", \n          \"date_of_deed\": \"2020-08-10\", \n          \"date_of_issue\": \"2020-08-10\", \n          \"date_of_printing\": \"2023-02-20\" \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_skk","description":"<p>This API verifies the SKK document of an entity from Indonesia.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Alphanumeric string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>Alphanumeric string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the task</td>\n<td>Valid JSON object</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>The document to be processed</td>\n<td>Valid URL or Base64 string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.additional_details</td>\n<td>Object</td>\n<td>Additional details about the document</td>\n<td>Valid JSON object</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.company_name</td>\n<td>String</td>\n<td>Name of the company</td>\n<td>Valid string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.id_number</td>\n<td>String</td>\n<td>AHU number on the document</td>\n<td>Alphanumeric string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.notary_name</td>\n<td>String</td>\n<td>Name of the notary who issued the document</td>\n<td>Alphanumeric string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.date_of_deed</td>\n<td>String</td>\n<td>Date when the deed was signed</td>\n<td>Date format (YYYY-MM-DD)</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.date_of_issue</td>\n<td>String</td>\n<td>Date when the document was issued</td>\n<td>Date format (YYYY-MM-DD)</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.additional_details.date_of_printing</td>\n<td>String</td>\n<td>Date when the document was printed</td>\n<td>Date format (YYYY-MM-DD)</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","idn_skk"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"4ffb2fc3-a4ac-48b7-9ef3-ebb0dc45002f","name":"Success: idn_ktp","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"12131\",\n    \"group_id\": \"1213\",\n    \"data\": {\n        \"document1\": \"<URL or base64>\", \n        \"additional_details\":{\n          \"company_name\": \"PT PUTRA MADU SEGARA\", \n          \"id_number\": \"AHU-0013827.AH.01.01\", \n          \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\", \n          \"date_of_deed\": \"2020-08-10\", \n          \"date_of_issue\": \"2020-08-10\", \n          \"date_of_printing\": \"2023-02-20\" \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_skk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a057d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"59359bff-09f9-40f5-91e4-319b2e2b06ae","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"234"},{"key":"account-id","value":"567"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"12131\",\n    \"group_id\": \"1213\",\n    \"data\": {\n        \"document1\": \"<URL or base64>\", \n        \"additional_details\":{\n          \"company_name\": \"PT PUTRA MADU SEGARA\", \n          \"id_number\": \"AHU-0013827.AH.01.01\", \n          \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\", \n          \"date_of_deed\": \"2020-08-10\", \n          \"date_of_issue\": \"2020-08-10\", \n          \"date_of_printing\": \"2023-02-20\" \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_skk"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"6544044d-e413-4432-98af-b9a122454508","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"12131\",\n    \"group_id\": \"1213\",\n    \"data\": {\n        \"document1\": \"<URL or base64>\", \n        \"additional_details\":{\n          \"company_name\": \"PT PUTRA MADU SEGARA\", \n          \"id_number\": \"AHU-0013827.AH.01.01\", \n          \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\", \n          \"date_of_deed\": \"2020-08-10\", \n          \"date_of_issue\": \"2020-08-10\", \n          \"date_of_printing\": \"2023-02-20\" \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_skk"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"768e4356-e6b9-4d23-b702-d93b01a08401","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"12131\",\n    \"group_id\": \"1213\",\n    \"data\": {\n        \"document1\": \"<URL or base64>\"\n        \"additional_details\":{\n          \"company_name\": \"PT PUTRA MADU SEGARA\", \n          \"id_number\": \"AHU-0013827.AH.01.01\", \n          \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\", \n          \"date_of_deed\": \"2020-08-10\", \n          \"date_of_issue\": \"2020-08-10\", \n          \"date_of_printing\": \"2023-02-20\" \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_skk"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"93d42f34-e768-49d8-8491-48bd23ce1b2d"},{"name":"Get task","id":"29376052-c0ed-4186-b732-11126a4f0700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the request ID obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action performed for the task</td>\n<td>Must be “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was completed</td>\n<td>Datetime string</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the task was created</td>\n<td>Datetime string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>Valid alphanumeric string</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the task</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Output from the source verification process</td>\n<td>Valid JSON object</td>\n</tr>\n<tr>\n<td>result.source_output.company_name</td>\n<td>String</td>\n<td>Name of the company being verified</td>\n<td>Valid alphanumeric string</td>\n</tr>\n<tr>\n<td>result.source_output.company_name_match</td>\n<td>Boolean</td>\n<td>Indicates if the company_name matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_deed</td>\n<td>String</td>\n<td>Date of the deed</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_deed_match</td>\n<td>Boolean</td>\n<td>Indicates if the date_of_deed matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issue</td>\n<td>String</td>\n<td>Date of issue of the document</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_issue_match</td>\n<td>Boolean</td>\n<td>Indicates if the date_of_issue matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_printing</td>\n<td>String</td>\n<td>Date of printing of the document</td>\n<td>Date format (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td>result.source_output.date_of_printing_match</td>\n<td>Boolean</td>\n<td>Indicates if the date_of_printing matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.id_number</td>\n<td>String</td>\n<td>Identification number of the document</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>result.source_output.id_number_match</td>\n<td>Boolean</td>\n<td>Indicates if the id_number matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.message</td>\n<td>String or Null</td>\n<td>Any additional message related to the verification</td>\n<td>1. Will be null for valid SKK documents  <br />  <br />  <br />1. Will be “Please enter SKK document with a valid and clear QR code.” in the following two cases  <br />  <br />  <br />a. Unclear QR  <br />  <br />b. No QR present on the document  <br />  <br />1. Will be “Provided document has an invalid QR code. Upload SKK document with valid and clear QR code.” when there is a clear, detectable non-SKK QR code on the document</td>\n</tr>\n<tr>\n<td>result.source_output.notary_name</td>\n<td>String</td>\n<td>Name of the notary responsible for the document</td>\n<td>String, up to 255 characters</td>\n</tr>\n<tr>\n<td>result.source_output.notary_name_match</td>\n<td>Boolean</td>\n<td>Indicates if the notary_name matches the provided input</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.qr_found</td>\n<td>Boolean</td>\n<td>Indicates if a QR code was found in the document</td>\n<td>Must be either true or false</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the document in the verification process</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Current status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the task being performed</td>\n<td>Must be “idn_skk”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"888d22ad-eeaf-4a38-88f5-d7f401c1bcf8","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-11-29T11:49:06+05:30\",\n    \"created_at\": \"2024-11-29T11:48:57+05:30\",\n    \"group_id\": \"1213\",\n    \"request_id\": \"86a5d6fb-d2a5-449c-941d-19e62b9a9b5a\",\n    \"result\": {\n        \"source_output\": {\n            \"company_name\": \"PT PUTRA MADU SEGARA\",\n            \"company_name_match\": true,\n            \"date_of_deed\": \"2020-08-10\",\n            \"date_of_deed_match\": true,\n            \"date_of_issue\": \"2020-08-10\",\n            \"date_of_issue_match\": true,\n            \"date_of_printing\": \"2020-08-10\",\n            \"date_of_printing_match\": false,\n            \"id_number\": \"AHU-AH.01.03-0339302\",\n            \"id_number_match\": false,\n            \"message\": null,\n            \"notary_name\": \"YULINA SIANIPAR, SH., M.KN\",\n            \"notary_name_match\": true,\n            \"qr_found\": true,\n            \"status\": \"id_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"12131\",\n    \"type\": \"idn_skk\"\n}"},{"id":"71ab092d-31a0-4dde-9b53-bf6b53471eb7","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-11-29T11:51:08+05:30\",\n    \"created_at\": \"2024-11-29T11:51:08+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"1213\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"dce016ec-3da3-486d-bfe6-2699330e2b79\",\n    \"status\": \"failed\",\n    \"task_id\": \"12131\",\n    \"type\": \"idn_skk\"\n}"},{"id":"a526d2d1-2096-4085-a62d-faf70969f9d1","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"80ea854d-e87c-4321-8441-105f8ed1cec4","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"142bdfb0-7609-442c-a48b-663e9d54ac5c","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12213","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"23123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"29376052-c0ed-4186-b732-11126a4f0700"}],"id":"1449dc6f-1f5d-4ab7-93e8-c4eeac164f18","_postman_id":"1449dc6f-1f5d-4ab7-93e8-c4eeac164f18","description":""},{"name":"idn_npwp async","item":[{"name":"idn_npwp async","id":"7e0366c8-2993-4f54-ac19-e189b2c13341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-d","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"task_id\",\n    \"group_id\": \"group_id\",\n    \"data\": {\n        \"ktp_number\": \"1234567890123456\" \n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_npwp","description":"<p>This API validates the NPWP details of a person from Indonesia.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.ktp_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>NPWP Card Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Request ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","idn_npwp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7e4a07a0-7141-42f8-8b25-055fde5344d3","name":"Success: idn_npwp","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"task_id\",\n    \"group_id\": \"group_id\",\n    \"data\": {\n        \"ktp_number\": \"1234567890123456\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_npwp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"b7fe586b-5fe0-4980-a75b-8fa508121b2f","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"23213"},{"key":"api-key","value":"12312"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"task_id\",\n    \"group_id\": \"group_id\",\n    \"data\": {\n        \"ktp_number\": \"1234567890123456\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_npwp"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c08cbf6c-a96d-4a30-bfdd-c8aec5484bb6","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"task_id\",\n    \"group_id\": \"group_id\",\n    \"data\": {\n        \"ktp_number\": \"1234567890123456\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_npwp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"630749ac-55d3-4046-92b7-5dc238b597d9","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-d","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"task_id\",\n    \"group_id\": \"group_id\",\n    \"data\": {\n        \"ktp_number\": \"1234567890123456\",\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_npwp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7e0366c8-2993-4f54-ac19-e189b2c13341"},{"name":"Get task","id":"61c7a556-7e21-453c-873c-6ec86b7146fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action performed in the process</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.name</td>\n<td>String</td>\n<td>Name of the person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ktp_number</td>\n<td>String</td>\n<td>NPWP number of the person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the result</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Current status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the document</td>\n<td>Value: “idn_npwp”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"0c9caaa6-c3a0-4700-ad07-c1680f96940c","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T18:02:26+05:30\",\n        \"created_at\": \"2024-09-11T18:02:00+05:30\",\n        \"group_id\": \"group_id\",\n        \"request_id\": \"91c6126a-9d91-4d25-b272-88c0af98d715\",\n        \"result\": {\n            \"source_output\": {\n                \"name\": \"NOREFENDI\",\n                \"ktp_number\": \"902923754732000\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"task_id\",\n        \"type\": \"idn_npwp\"\n    }\n]"},{"id":"71b88983-a383-497a-b7bc-666802938f78","name":"Err: Invalid ID Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123-1234-1234-12345","type":"text"},{"key":"api-key","value":"1234567-1234-123456-1234","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_pan?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks","async","verify_with_source","ind_pan"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-16T16:44:31+05:30\",\n        \"created_at\": \"2024-09-16T16:44:31+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid ID Number.\",\n        \"request_id\": \"6bdf7e0d-c4f4-4072-9959-030699b3bcb7\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_npwp\"\n    }\n]"},{"id":"4be575a0-08b2-4aae-aaf6-b767bd159c1e","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"d7ad0088-3d72-4322-bff7-8c3d5e355f0e","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2db9bbd5-47e0-4747-800c-5152ab08d87b","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"213123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12312","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"61c7a556-7e21-453c-873c-6ec86b7146fc"}],"id":"604123cf-5532-4a1d-b8f4-0bcd84d17641","_postman_id":"604123cf-5532-4a1d-b8f4-0bcd84d17641","description":""},{"name":"idn_nib async","item":[{"name":"idn_nib async","id":"3c687f76-5135-4ffe-8655-ace991aa6813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"NIB NUMBER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_nib","description":"<p>This API allows you to verify an end user’s NIB document using the NIB id number.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>NIB ID number</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","idn_nib"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1c471ff5-5e6e-4d28-80ca-24e72062527b","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"NIB NUMBER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_nib"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"50b63429-a455-47c4-a609-7f38ad2eea76","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"NIB NUMBER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_nib"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ecc86fdf-e033-40b3-b730-dd19120be03f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"NIB NUMBER\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_nib"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"a0b97086-55ad-432b-be17-3ef5dc65a407","name":"Success: idn_nib","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"id_number\": \"NIB NUMBER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/idn_nib"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 28 Aug 2024 05:57:58 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f4cdf97a-9a6f-4935-a7b6-7c98cf052277"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"f4cdf97a-9a6f-4935-a7b6-7c98cf052277\"\n}"}],"_postman_id":"3c687f76-5135-4ffe-8655-ace991aa6813"},{"name":"Get task","id":"4c8d5519-7646-4f22-8f23-775bd5069e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action taken.</td>\n<td>Value: verify_with_source</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Details of the source output.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.active_status</td>\n<td>String</td>\n<td>Status of the company.</td>\n<td>String (e.g., “Aktif” for active, “Tidak Aktif” for inactive)</td>\n</tr>\n<tr>\n<td>result.source_output.company_name</td>\n<td>String</td>\n<td>The name of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.id_number</td>\n<td>String</td>\n<td>The identification number of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.migration_status</td>\n<td>String</td>\n<td>The migration status of the company.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the source output, indicating if found.</td>\n<td>Value: id_found/id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td>Value: completed</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the verification task.</td>\n<td>Value: idn_nib</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"9e8e67ca-e98d-4997-a108-7fe606ca1ade","name":"Success: idn_nib","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-28T11:03:59+05:30\",\n        \"created_at\": \"2024-08-28T11:02:54+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"4c2061d3-ab1e-48a6-afaa-7c868ce85665\",\n        \"result\": {\n            \"source_output\": {\n                \"active_status\": \"Aktif\",\n                \"company_name\": \"PERMATA ARA TEX\",\n                \"id_number\": \"0233010210646\",\n                \"migration_status\": \"OSS RBA\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_nib\"\n    }\n]\n"},{"id":"65a5b3a9-89d7-46e9-b2c3-1906b37b770d","name":"Err: Invalid ID Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-28T11:35:15+05:30\",\n        \"created_at\": \"2024-08-28T11:35:15+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid ID Number.\",\n        \"request_id\": \"775e9ebf-d1f2-4a61-b069-d868e988cbed\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"idn_nib\"\n    }\n]"},{"id":"95641c54-f907-4cd9-94f4-281e9f6c3046","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"70ae9c96-689c-4786-903c-fe556d729128","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f6a72b3e-9b62-4c6c-8463-605bee5dc8c9","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"432234","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"542344","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"4c8d5519-7646-4f22-8f23-775bd5069e57"}],"id":"4341f1e9-ece7-4299-ac2f-5d855fa747a6","description":"<p>This async API helps to fetch the requestid in the response.</p>\n<p>The requestid is used to fetch the user's details by making a call to the Get Task API.</p>\n","_postman_id":"4341f1e9-ece7-4299-ac2f-5d855fa747a6"}],"id":"171422b0-55cc-43cd-86aa-03d991ca2b32","_postman_id":"171422b0-55cc-43cd-86aa-03d991ca2b32","description":""}],"id":"ad027d61-6cdf-4cfb-9773-887354bdf102","_postman_id":"ad027d61-6cdf-4cfb-9773-887354bdf102","description":""},{"name":"Singapore","item":[{"name":"Async","item":[{"name":"sgp_business_search_lite async","item":[{"name":"sgp_business_search_lite async","id":"31920dbe-6d85-4f57-871f-2aa205e5488c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_category\": \"1\",\n        \"uen\": \"xxxxxxxxxx\", \n        \"entity_name\": \"IDFY TECHNOLOGIES PTE. LTD.\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/sgp_business_search_lite","description":"<p>This API takes UEN and/or name of entity as input and returns information regarding the ACRA registered entity.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains data parameters for the task</td>\n<td>Required</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.search_category</td>\n<td>String</td>\n<td>Category of the search to be performed</td>\n<td>\"1\" or \"2\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.uen</td>\n<td>String</td>\n<td>Unique Entity Number for the entity, mandatory if search_category is \"1\"</td>\n<td>Alphanumeric, 10 characters</td>\n<td>Required if search_category = \"1\"</td>\n</tr>\n<tr>\n<td>data.entity_name</td>\n<td>String</td>\n<td>Name of the entity, mandatory if search_category is \"2\"</td>\n<td>Alphanumeric String</td>\n<td>Required if search_category = \"2\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","sgp_business_search_lite"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8c9993bf-44c0-4518-b491-409bda3edcae","name":"Success: sgp_business_search_lite","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123686"},{"key":"api-key","value":"12243425"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_category\": \"1\",\n        \"uen\": \"xxxxxxxxxx\", \n        \"entity_name\": \"IDFY TECHNOLOGIES PTE. LTD.\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/sgp_business_search_lite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 28 Aug 2024 05:57:58 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f4cdf97a-9a6f-4935-a7b6-7c98cf052277"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"f4cdf97a-9a6f-4935-a7b6-7c98cf052277\"\n}"},{"id":"e3d155bf-30e6-4a3c-8618-ebcc6386d6c4","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123686"},{"key":"api-key","value":"12243425"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_category\": \"1\",\n        \"uen\": \"xxxxxxxxxx\", \n        \"entity_name\": \"IDFY TECHNOLOGIES PTE. LTD.\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/sgp_business_search_lite"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"15b9308f-0310-42cc-8500-00dba6e7f428","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123686"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_category\": \"1\",\n        \"uen\": \"xxxxxxxxxx\", \n        \"entity_name\": \"IDFY TECHNOLOGIES PTE. LTD.\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/sgp_business_search_lite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0432d826-5028-455c-8ec5-1fe0698e9fad","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123686"},{"key":"api-key","value":"12243425"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_category\": \"1\",\n        \"uen\": \"xxxxxxxxxx\",,\n        \"entity_name\": \"IDFY TECHNOLOGIES PTE. LTD.\" \n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/sgp_business_search_lite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"31920dbe-6d85-4f57-871f-2aa205e5488c"},{"name":"Get task","id":"631fec9f-4960-4e4f-a6c4-e305dff593c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was initiated</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the verification process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Details of the entity and verification status from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>Physical address of the entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.entity_name</td>\n<td>String</td>\n<td>Name of the entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.entity_type</td>\n<td>String</td>\n<td>Type of entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.issuance_agency</td>\n<td>String</td>\n<td>Agency responsible for issuing the entity identifier</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.name_match</td>\n<td>Boolean</td>\n<td>Whether the entity name from the source matched with the provided name</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.source_output.previous_entity_acra_registration_number</td>\n<td>String</td>\n<td>Previous ACRA registration number if the entity was re-registered</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.previous_entity_crn</td>\n<td>String</td>\n<td>Previous company registration number (CRN)</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the entity search</td>\n<td>\"id_found\" or \"not_found\"</td>\n</tr>\n<tr>\n<td>result.source_output.uen</td>\n<td>String</td>\n<td>Unique Entity Number of the entity</td>\n<td>Alphanumeric, 10 characters</td>\n</tr>\n<tr>\n<td>result.source_output.uen_match</td>\n<td>Boolean</td>\n<td>Whether the UEN matched with the provided UEN</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.source_output.uen_status</td>\n<td>String</td>\n<td>Current status of the UEN</td>\n<td>Must be “REGISTERED” or “DEREGISTERED”</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Must be \"sgp_business_search_lite\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"929a4035-3342-472a-85ba-99e9876149f2","name":"Success: sgp_business_search_lite","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-11-06T12:37:01+05:30\",\n    \"created_at\": \"2024-11-06T12:36:46+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"d8f73c03-95b0-4385-a561-dd4e4a9876c7\",\n    \"result\": {\n        \"source_output\": {\n            \"address\": \"21, COLLYER QUAY, #14-01, HSBC BUILDING, SINGAPORE 049320\",\n            \"entity_name\": \"HSBC SECURITIES SERVICES (TRANSFER AGENCY) PTE. LIMITED f.k.a ASIA FUND SERVICES PTE. LTD.\",\n            \"entity_type\": \"LOCAL COMPANIES\",\n            \"issuance_agency\": \"Accounting and Corporate Regulatory Authority\",\n            \"name_match\": false,\n            \"previous_entity_acra_registration_number\": \"200305722Z\",\n            \"previous_entity_crn\": \"75722030000Z\",\n            \"status\": \"id_found\",\n            \"uen\": \"200305722Z\",\n            \"uen_match\": true,\n            \"uen_status\": \"DEREGISTERED\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"sgp_business_search_lite\"\n}"},{"id":"7002ab93-5d08-42c4-ae05-ae0da6c6e861","name":"Err: Invalid ID Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-11-06T18:27:38+05:30\",\n        \"created_at\": \"2024-11-06T18:27:11+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid UEN Number.\",\n        \"request_id\": \"29c4cf7e-0179-41ba-bff8-8e2efb4aed37\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"sgp_business_search_lite\"\n    }\n]"},{"id":"2348b4bf-455e-4a30-b4a7-3eeaaed5d6b0","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"1cf7fd6f-f77d-4a19-b61e-5415eb521a93","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"af356590-3f0c-42b3-9263-c069078807ec","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"432233","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"542344","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"631fec9f-4960-4e4f-a6c4-e305dff593c8"}],"id":"70dc78a0-fbb9-4ba8-b5ee-94e2182ff037","_postman_id":"70dc78a0-fbb9-4ba8-b5ee-94e2182ff037","description":""}],"id":"12a03674-2a52-4122-b4f4-0ea3d2e15446","_postman_id":"12a03674-2a52-4122-b4f4-0ea3d2e15446","description":""}],"id":"9825444a-4a77-4a9a-8b95-56b1265afa6b","_postman_id":"9825444a-4a77-4a9a-8b95-56b1265afa6b","description":""},{"name":"Malaysia","item":[{"name":"Async","item":[{"name":"mys_business_search_lite async","item":[{"name":"mys_business_search_lite async","id":"883f8d8e-d98b-4dfd-a475-551dab529526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"X-API-Key","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"610609-M\",\n    \"entity_type\": \"company\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/mys_business_search_lite","description":"<p><strong>This API returns details of a business/company/llp based on an SSM ID number given as input.</strong></p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task.</td>\n<td>Valid UUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n<td>Valid UUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for processing.</td>\n<td>Valid JSON object</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.id_number</td>\n<td>String</td>\n<td>The identification number of the entity to be verified.</td>\n<td>Non-empty string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.entity_type</td>\n<td>String</td>\n<td>The type of entity being verified</td>\n<td>Possible Values: \"company\", “llp”, \"business\"</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><td><div><b>Key</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Details</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","mys_business_search_lite"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9926a723-c3c7-48ca-aea5-82b390b42dcd","name":"Success: mys_business_search_lite","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"X-API-Key","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"610609-M\",\n    \"entity_type\": \"company\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/mys_business_search_lite"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 28 Aug 2024 05:57:58 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f4cdf97a-9a6f-4935-a7b6-7c98cf052277"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"f4cdf97a-9a6f-4935-a7b6-7c98cf052277\"\n}"},{"id":"4c722775-0b84-49e4-b7fb-0f4856bb0a08","name":"Err: invalid_auth_credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"1234"},{"key":"api-key","value":"34355"},{"key":"X-API-Key","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"610609-M\",\n    \"entity_type\": \"company\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/mys_business_search_lite"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 17 Oct 2022 06:08:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c0455c48-72b3-435d-bc4a-fe07d1423346","name":"Err: No API Key found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123"},{"key":"X-API-Key","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"610609-M\",\n    \"entity_type\": \"company\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/mys_business_search_lite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:14:09 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"709e00f6-e004-4430-864e-e5abbcd06779","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"},{"key":"X-API-Key","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n  \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\": {\n    \"id_number\": \"610609-M\",\n    \"entity_type\": \"company\",\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/mys_business_search_lite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:16:29 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"883f8d8e-d98b-4dfd-a475-551dab529526"},{"name":"Get task","id":"b6aaf783-5f27-4816-afdd-a66ba3d03f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Type of action performed</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the action was initiated</td>\n<td>Date-time format</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Unique identifier for the group of related tasks</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the output of the verification process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Details of the entity and verification status from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>Physical address of the entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.entity_name</td>\n<td>String</td>\n<td>Name of the entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.entity_type</td>\n<td>String</td>\n<td>Type of entity</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.issuance_agency</td>\n<td>String</td>\n<td>Agency responsible for issuing the entity identifier</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.name_match</td>\n<td>Boolean</td>\n<td>Whether the entity name from the source matched with the provided name</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.source_output.previous_entity_acra_registration_number</td>\n<td>String</td>\n<td>Previous ACRA registration number if the entity was re-registered</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.previous_entity_crn</td>\n<td>String</td>\n<td>Previous company registration number (CRN)</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the entity search</td>\n<td>\"id_found\" or \"not_found\"</td>\n</tr>\n<tr>\n<td>result.source_output.uen</td>\n<td>String</td>\n<td>Unique Entity Number of the entity</td>\n<td>Alphanumeric, 10 characters</td>\n</tr>\n<tr>\n<td>result.source_output.uen_match</td>\n<td>Boolean</td>\n<td>Whether the UEN matched with the provided UEN</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.source_output.uen_status</td>\n<td>String</td>\n<td>Current status of the UEN</td>\n<td>Must be “REGISTERED” or “DEREGISTERED”</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Overall status of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>UUID format</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task</td>\n<td>Must be \"sgp_business_search_lite\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ba40ed58-1798-4d1d-a56b-4b4ed037539e","name":"Success: mys_business_search_lite","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f22cd8d8-bd40-433f-9cc9-e66faede3017","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f22cd8d8-bd40-433f-9cc9-e66faede3017"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-12-23T15:27:22+05:30\",\n        \"created_at\": \"2024-12-23T15:26:13+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"f22cd8d8-bd40-433f-9cc9-e66faede3017\",\n        \"result\": {\n            \"source_output\": {\n                \"entity_status\": \"EXISTING\",\n                \"entity_type\": \"ALC-TECH (M) SDN. BHD.\",\n                \"gst_number\": \"000767033344\",\n                \"new_id_number\": \"200301008189\",\n                \"old_id_number\": \"610609-M\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"mys_business_search_lite\"\n    }\n]"},{"id":"0252c01f-3366-43f0-a871-fb9aa2fccd93","name":"Err: Invalid ID Number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"493"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:52:32 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-11-06T18:27:38+05:30\",\n        \"created_at\": \"2024-11-06T18:27:11+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid UEN Number.\",\n        \"request_id\": \"29c4cf7e-0179-41ba-bff8-8e2efb4aed37\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"sgp_business_search_lite\"\n    }\n]"},{"id":"2db20636-5af9-4ba4-9ff4-edd93d60e6aa","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"cfadb4ae-aa8a-4a75-b0fc-f25d04353ebf","name":"Err: No API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:00:53 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"ff032bcd-1568-4f9d-8fe5-3ea6fbf6880e","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"432233","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"542344","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 25 Oct 2022 19:01:40 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"b6aaf783-5f27-4816-afdd-a66ba3d03f3b"}],"id":"2c7ae298-514b-49be-b404-07e410aefcf5","_postman_id":"2c7ae298-514b-49be-b404-07e410aefcf5","description":""}],"id":"f689f7b4-a1c0-47a5-b1e4-2fe25b540577","_postman_id":"f689f7b4-a1c0-47a5-b1e4-2fe25b540577","description":""}],"id":"3063a204-ed10-4aaa-b9b3-d2834b0a6168","_postman_id":"3063a204-ed10-4aaa-b9b3-d2834b0a6168","description":""}],"id":"b9d6627a-e330-4858-8e13-22a30d8b9795","description":"<p>The APIs under this section will allow you to perform real-time verification of your end-users / merchants directly from the originating databases.</p>\n","_postman_id":"b9d6627a-e330-4858-8e13-22a30d8b9795"},{"name":"User Authentication","item":[{"name":"Name Compare","item":[{"name":"Async","item":[{"name":"PHL Name Comparison async","item":[{"name":"phl_names compare async","id":"7083b29e-92da-4b37-8deb-73fd994b2ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/intl_names","description":"<p>This task allows you to compare two Filipino names. The comparison output is a score between 0 to 100.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td>task_id</td><td>string</td><td>The unique identifier of a requested task provided by you.</td><td>Yes</td></tr><tr><td>group_id</td><td>string</td><td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td><td>Yes</td></tr><tr><td>data</td><td>Object with the below parameters</td><td>The details of the data required to perform the task.</td><td>Yes</td></tr><tr><td>name1</td><td>string</td><td>First name</td><td>Yes</td></tr><tr><td>name2</td><td>string</td><td>Second name</td><td>Yes</td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td>request_id</td><td>string</td><td>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","compare","intl_names"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3cfd66b2-95c3-4368-afaf-21027633d869","name":"phl_names compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/intl_names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"f0f6d0b5-027d-4ff3-9030-1b22184abe10","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/intl_names"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:10 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"bf0e7bc7-1ead-4008-94d3-7017f7669c4b","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/intl_names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:31 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"fa7fdbf0-5646-411b-868a-95462d5888c1","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/intl_names"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7083b29e-92da-4b37-8deb-73fd994b2ddf"},{"name":"Get task Copy","id":"44a276a7-d6b7-446f-aafe-a0fe600fb60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=e7ea1eff-53bb-4893-a63f-192e1e1d59a0","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"e7ea1eff-53bb-4893-a63f-192e1e1d59a0"}],"variable":[]}},"response":[{"id":"999e0a86-ca01-44dd-ba2d-6b034dccc970","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=e7ea1eff-53bb-4893-a63f-192e1e1d59a0","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"e7ea1eff-53bb-4893-a63f-192e1e1d59a0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"340"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:36:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2022-11-23T12:13:21+05:30\",\n        \"created_at\": \"2022-11-23T12:13:21+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"e7ea1eff-53bb-4893-a63f-192e1e1d59a0\",\n        \"result\": {\n            \"match_output\": {\n                \"name_match\": 100\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"intl_names\"\n    }\n]"},{"id":"de5a37c5-53a8-41cf-a8f3-c14085d98a21","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"cccbc525-76b5-426c-9b6c-2468b1a548d0,"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"6a094567-1bc3-4503-aa51-e4b9d261ff76","name":"Err: Missing APi Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"5e9a3224-078d-47f0-9d69-10267a2305ee","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"}],"_postman_id":"44a276a7-d6b7-446f-aafe-a0fe600fb60b"}],"id":"77d5e1c2-aabf-4f74-9d91-dbaf8e006655","_postman_id":"77d5e1c2-aabf-4f74-9d91-dbaf8e006655","description":""},{"name":"IND Name Comparison async","item":[{"name":"ind_names compare async","id":"a5efa019-22a3-46fe-b120-086b973e35e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/compare/ind_names","description":"<p>This task allows you to compare two names. This also comes along with the Document OCR tasks where you can compare a given name to the name extracted from the ID card. In case you have subscribed to those tasks, you need not subscribe to Name Compare separately.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.name1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>Name to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.name2</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>Name to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.percentage</td>\n<td>Bool</td>\n<td>No</td>\n<td>passing true will give you a score from 1-100. By default the scoring is from 1-5</td>\n<td>true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","compare","ind_names"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"02145178-2559-4210-8b31-e2b9a9b0d57d","name":"Success: ind_names compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n\n    {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n\n    }\n\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"322d42b8-5862-46db-9f56-1267f38d4fae","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"321","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/ind_names"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:10 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"4645efc4-cc4a-4667-a091-78ecbb6e31c4","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/ind_names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:31 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"df949abf-c400-436e-be4f-d1527bb2513d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true,\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/ind_names"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"a5efa019-22a3-46fe-b120-086b973e35e4"},{"name":"Get task Copy","id":"c966bc1c-eb00-4eeb-94d3-2ff9d57f8f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type</td>\n<td>Must be \"compare\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Completion timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Creation timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.name_match</td>\n<td>Integer</td>\n<td>Name match score</td>\n<td>1-5 in case percentage is set as false, and 1-100 in case percentage is set as true</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_names”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"320245e2-c94e-457a-8479-4ee34c2f905e","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=24f88403-9033-4856-a47d-d39371f9faf4","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"24f88403-9033-4856-a47d-d39371f9faf4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"340"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:36:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2022-10-27T15:06:24+05:30\",\n        \"created_at\": \"2022-10-27T15:06:24+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"24f88403-9033-4856-a47d-d39371f9faf4\",\n        \"result\": {\n            \"match_output\": {\n                \"name_match\": 85\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_names\"\n    }\n]"},{"id":"019af1bb-e429-4fb4-9994-1970ddc1383b","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=24f88403-9033-4856-a47d-d39371f9faf4","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"24f88403-9033-4856-a47d-d39371f9faf4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"340"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:36:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-09-05T11:19:42+05:30\",\n        \"created_at\": \"2024-09-05T11:19:42+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1b5be904-ca01-46bf-ba8c-1ac417f5771b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_names\"\n    }\n]"},{"id":"ec327e40-0430-4b19-b472-8b98039beadf","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f443f9e6-afd5-4ddd-92f7-3de2ed88f8ff","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7906c322-f727-4788-8390-8f09de3d1267","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"}],"_postman_id":"c966bc1c-eb00-4eeb-94d3-2ff9d57f8f1a"}],"id":"f2695de9-223b-4175-8e5a-e007ed220580","_postman_id":"f2695de9-223b-4175-8e5a-e007ed220580","description":""}],"id":"10c81e49-aea4-4b2d-8eb3-570b44ab26bd","_postman_id":"10c81e49-aea4-4b2d-8eb3-570b44ab26bd","description":""},{"name":"Sync","item":[{"name":"intl_names compare sync","id":"244af1de-6840-462d-babf-5923d3899077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/intl_names","description":"<p>This task allows you to compare two Filipino names. The comparison output is a score between 0 to 100.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with the below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Second name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><td><div>Key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name_match</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name match score (0-100)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","intl_names"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8697a64e-45bd-4c4c-adb3-d44536aed01d","name":"Success: phl_names compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/intl_names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2022-11-23T12:04:01+05:30\",\n    \"created_at\": \"2022-11-23T12:04:01+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"fdc23c2a-f491-474b-9209-2d1b6c65b6ed\",\n    \"result\": {\n        \"match_output\": {\n            \"name_match\": 100\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"intl_names\"\n}"},{"id":"67e3069d-7a60-4ee7-b8d4-7400465c3f04","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/intl_names"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:32:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"be128ea0-a914-4277-98e0-c509d855e850","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/intl_names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"95a5a8da-f2da-40a8-9ef4-16c4c6dd3f13","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",,\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Annabel\",\n        \"name2\": \"Annabelle\",\n        \"country_code\": \"phl\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/intl_names"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"244af1de-6840-462d-babf-5923d3899077"},{"name":"ind_names compare sync","id":"83f2ee6b-0296-4edc-ad97-74b2b0e10bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names","description":"<p>This task allows you to compare two names. This also comes along with the Document OCR tasks where you can compare a given name to the name extracted from the ID card. In case you have subscribed to those tasks, you need not subscribe to Name Compare separately.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.name1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>Name to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.name2</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>Name to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.percentage</td>\n<td>Bool</td>\n<td>No</td>\n<td>passing true will give you a score from 1-100. By default the scoring is from 1-5</td>\n<td>true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type</td>\n<td>Must be \"compare\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Completion timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Creation timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.name_match</td>\n<td>Integer</td>\n<td>Name match score</td>\n<td>1-5 in case percentage is set as false, and 1-100 in case percentage is set as true</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ind_names”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","ind_names"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"03f50b01-55b5-400e-ae92-f0aca67c0e24","name":"Success: ind_names compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"compare\",\n    \"completed_at\": \"2022-10-27T15:06:24+05:30\",\n    \"created_at\": \"2022-10-27T15:06:24+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"24f88403-9033-4856-a47d-d39371f9faf4\",\n    \"result\": {\n        \"match_output\": {\n            \"name_match\": 85\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_names\"\n}"},{"id":"e93ffc0d-e619-4208-b56f-7c766d8637c3","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:32:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"e8be3c3b-079f-4b67-aa9c-4dca9b7aa259","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"30d78daa-7477-4370-a246-b904f80f7269","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"name1\": \"Hitesh Raj S\",\n        \"name2\": \"Hitesh Raj Shrivastava\",\n        \"percentage\": true,\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-09-05T11:24:39+05:30\",\n    \"created_at\": \"2024-09-05T11:24:39+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"3fd0e669-554b-4227-a7ba-6703d10b5d35\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_names\"\n}"}],"_postman_id":"83f2ee6b-0296-4edc-ad97-74b2b0e10bc9"}],"id":"984dd989-8485-4a88-a999-e72d3bef821a","_postman_id":"984dd989-8485-4a88-a999-e72d3bef821a","description":""}],"id":"9ad4dd53-ffe5-4d69-b86b-5d4267677a8b","_postman_id":"9ad4dd53-ffe5-4d69-b86b-5d4267677a8b","description":""},{"name":"Address Compare","item":[{"name":"Async","item":[{"name":"IND Address Comparison async","item":[{"name":"ind_address compare async","id":"640dcecb-4e6d-4306-a638-ad4721835df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address","description":"<p>This task allows you to compare two Addresses. This also comes along with the Document OCR tasks where you can compare a given Address to the Address extracted from the ID card. Request Body Schema</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>First address string to compare</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.address2</td>\n<td>String</td>\n<td>Yes</td>\n<td>Second address string to compare</td>\n<td>Must be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","ind_address"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c8d9361f-d4cb-467b-bd82-e1ba6c6ab9e2","name":"Success: ind_address compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"71b49fd2-3a98-4f07-9a9c-5a1e54d9cff2","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123"},{"key":"api-key","value":"123"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:10 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c7b75ebf-1244-4ae0-8430-43743daa92b1","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:31 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d6732401-caf8-4a2e-9743-b9a5c7f25bf7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:35:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"640dcecb-4e6d-4306-a638-ad4721835df1"},{"name":"Get task","id":"055d349d-1ade-4682-88bf-e85b965bdb87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “compare”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.address_match</td>\n<td>Integer</td>\n<td>Address match score on the scale 1(0% match) to 5 (100% match)</td>\n<td>Integer between 1 to 5</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the request</td>\n<td>Value: \"ind_address\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"2794b5a9-37d2-4f69-a1c2-8dfa08983acc","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=24f88403-9033-4856-a47d-d39371f9faf4","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"24f88403-9033-4856-a47d-d39371f9faf4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"340"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:36:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-08-08T11:59:45+05:30\",\n        \"created_at\": \"2024-08-08T11:59:45+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"19c6fd02-3a0e-463f-ac76-6432bd924492\",\n        \"result\": {\n            \"match_output\": {\n                \"address_match\": 5\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_address\"\n    }\n]"},{"id":"0e94f12f-7c83-402b-81fb-75d048711116","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=24f88403-9033-4856-a47d-d39371f9faf4","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"24f88403-9033-4856-a47d-d39371f9faf4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"340"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:36:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-09-05T11:42:31+05:30\",\n        \"created_at\": \"2024-09-05T11:42:31+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"e7cae6e4-b3c8-457e-99e2-64837602a21a\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_address\"\n    }\n]"},{"id":"6a522738-b3d3-47cb-9c67-197c1b3f3759","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a140cb5e-9771-4c4f-a8c0-e4b5ba7ebef6","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"04c84e95-8fc3-4503-83c6-9b38af101cef","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"}],"_postman_id":"055d349d-1ade-4682-88bf-e85b965bdb87"}],"id":"fee7a694-3d30-43ca-af21-866baa3dfe7b","_postman_id":"fee7a694-3d30-43ca-af21-866baa3dfe7b","description":""}],"id":"99c4ce65-f088-41d1-bc1c-e34082c311a7","_postman_id":"99c4ce65-f088-41d1-bc1c-e34082c311a7","description":""},{"name":"Sync","item":[{"name":"ind_address compare sync","id":"0a653313-70cd-4bbd-9c2d-4484f6383bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address","description":"<p>This task allows you to compare two Addresses. This also comes along with the Document OCR tasks where you can compare a given Address to the Address extracted from the ID card. Request Body Schema</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>First address string to compare</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.address2</td>\n<td>String</td>\n<td>Yes</td>\n<td>Second address string to compare</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “compare”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.address_match</td>\n<td>Integer</td>\n<td>Address match score on the scale 1(0% match) to 5 (100% match)</td>\n<td>Integer between 1 to 5</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the request</td>\n<td>Value: \"ind_address\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","ind_address"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"7e890a41-2c78-46db-8e4b-4d334a564491","name":"Success: ind_names compare","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-08-08T11:59:45+05:30\",\n        \"created_at\": \"2024-08-08T11:59:45+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"19c6fd02-3a0e-463f-ac76-6432bd924492\",\n        \"result\": {\n            \"match_output\": {\n                \"address_match\": 5\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_address\"\n    }\n]"},{"id":"38337dd9-e453-46c8-9a24-cdae8a777b9c","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"338"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:08:34 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-09-05T11:58:47+05:30\",\n    \"created_at\": \"2024-09-05T11:58:47+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"faf623d1-211c-4c5b-898f-2aef2a2aed87\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_address\"\n}"},{"id":"1bd769ef-80df-4de4-b952-4fb5bdcf7baa","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:32:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"18989d7f-a19c-4a26-9d6a-76f94754966c","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:12 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d730cd71-7214-4301-a0fb-3512d8d14a72","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"address1\": \"ADDRESS1 STRING\",\n       \"address2\": \"ADDRESS2 STRING\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/ind_address"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:33:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"0a653313-70cd-4bbd-9c2d-4484f6383bff"}],"id":"713415e8-1f8a-416a-9f24-a15e0777f28c","_postman_id":"713415e8-1f8a-416a-9f24-a15e0777f28c","description":""}],"id":"2e99b295-bc67-487a-8398-c0899381b4e4","_postman_id":"2e99b295-bc67-487a-8398-c0899381b4e4","description":""},{"name":"Face Solutions","item":[{"name":"Async","item":[{"name":"Face Liveness","item":[{"name":"face_liveness async","id":"c0cecd58-b4d2-4f74-83b2-95ada62c659e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n   {\n       \"document1\": \"URL/Base564\",\n       \"d*****k\":true, //optional key\n       \"d*****g\":true, //optional key\n       \"d*****w\":true, //optional key\n       \"d*****s\":true,//optional key\n       \"d*****r\": true, //optional key\n       \"d****ng\": true, //optional key\n       \"s*****s\":\"high\" //optional key \n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face","description":"<p>This endpoint is used to perform real-time validation checks on the Face image [Selfie] submitted by a user. You will be able to -</p>\n<ul><li><div>Approve or reject a selfie based on the response.</div></li><li><div>Ask the user to recapture a selfie by giving specific real-time feedback<br />Key outputs of this API - face detection, liveness status (Live selfie or photo of a photo or screen), face quality status (quality indicates how clearly is the face visible), face coverage (is the selfie taken from too far away or too close to the camera).</div></li></ul>\n\n<p>It is also advised to do this check before sending face images for a face compare.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format.</td>\n</tr>\n<tr>\n<td>data.d*k</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if the person is wearing a face mask  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*g</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true if the person is front facing  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*w</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect nsfw image  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if person is wearing a sunglass  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*r</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect gender of person  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*g</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to identify if there is padding in the image  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.s*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>Adjust model strictness levels, with High being the most stringent and Low being the least restrictive.  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Expected values High, Medium, Low</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","check_photo_liveness","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b3f8cf55-5ded-4586-8838-61a9ffd2da53","name":"face_liveness async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"b61dac65-3c19-4242-9bc7-722ae858f981","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"321","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:57:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d7a2e7df-f3bb-4be4-9531-8c239e98a736","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 08:58:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"e6cd7d88-a69d-43bf-ad4b-02cfee05e951","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:59:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"c0cecd58-b4d2-4f74-83b2-95ada62c659e"},{"name":"Get task","id":"ca92a36d-9f11-4adc-9b6a-024fbe5cb2c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “check_photo_liveness”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.are_eyes_open</td>\n<td>Boolean</td>\n<td>Whether eyes are open</td>\n<td></td>\n</tr>\n<tr>\n<td>result.confidence</td>\n<td>Integer</td>\n<td>Confidence level in percentage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.height</td>\n<td>Integer</td>\n<td>Height of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.left</td>\n<td>Integer</td>\n<td>Left coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.top</td>\n<td>Integer</td>\n<td>Top coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.width</td>\n<td>Integer</td>\n<td>Width of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.message</td>\n<td>String</td>\n<td>Message regarding face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.percentage</td>\n<td>Integer</td>\n<td>Percentage of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.status</td>\n<td>String</td>\n<td>Status of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_mask_detected</td>\n<td>Boolean</td>\n<td>Whether a face mask is detected  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.message</td>\n<td>String</td>\n<td>Message regarding face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.status</td>\n<td>String</td>\n<td>Status of face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.gender.message</td>\n<td>String</td>\n<td>Detected gender</td>\n<td>Male/Female</td>\n</tr>\n<tr>\n<td>result.gender.confidence</td>\n<td>Integer</td>\n<td>Confidence in detected gender type  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>result.is_face_cropped</td>\n<td>Boolean</td>\n<td>Whether the face is cropped</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_front_facing</td>\n<td>Boolean</td>\n<td>Whether the face is front-facing  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_live</td>\n<td>Boolean</td>\n<td>Whether the face is live</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_nsfw</td>\n<td>Boolean</td>\n<td>Whether the face is not safe for work (NSFW)  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.multiple_faces_detected</td>\n<td>Boolean</td>\n<td>Whether multiple faces are detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_image_padded</td>\n<td>Boolean</td>\n<td>If the image has black/white padding  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.review_required</td>\n<td>Boolean</td>\n<td>Whether review is required</td>\n<td></td>\n</tr>\n<tr>\n<td>result.sunglass_detected</td>\n<td>Boolean</td>\n<td>Whether sunglasses are detected  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"82eb007f-47e8-4e84-9b09-c233a52f61d3","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"check_photo_liveness\",\n    \"completed_at\": \"2024-07-15T15:58:53+05:30\",\n    \"created_at\": \"2024-07-15T15:58:51+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"8d7822a4-4400-4697-ac1c-066cca0aa6ff\",\n    \"result\": {\n        \"are_eyes_open\": true,\n        \"confidence\": 99,\n        \"face_box\": {\n            \"height\": 506,\n            \"left\": 742,\n            \"top\": 89,\n            \"width\": 313\n        },\n        \"face_coverage\": {\n            \"message\": \"optimal\",\n            \"percentage\": 10,\n            \"status\": \"optimal\"\n        },\n        \"face_detected\": true,\n        \"face_mask_detected\": false,\n        \"face_quality\": {\n            \"message\": \"optimal\",\n            \"status\": \"optimal\"\n        },\n        \"gender\": {\n            \"confidence\": 88,\n            \"message\": \"Male\"\n        },\n        \"is_face_cropped\": false,\n        \"is_front_facing\": false,\n        \"is_live\": false,\n        \"is_nsfw\": false,\n        \"multiple_faces_detected\": false,\n        \"review_required\": false,\n        \"sunglass_detected\": false,\n        \"is_image_padded\": false,\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}\n]"},{"id":"12890a59-f71c-4129-95c9-8dc4b4f1ee53","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"check_photo_liveness\",\n        \"completed_at\": \"2024-09-09T15:22:30+05:30\",\n        \"created_at\": \"2024-09-09T15:22:30+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"edadf541-6675-4da3-b2c9-f1cf92cbccaf\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"5f563991-ac3d-4e18-baf8-dff30ca91bcd","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"check_photo_liveness\",\n        \"completed_at\": \"2024-09-09T15:57:03+05:30\",\n        \"created_at\": \"2024-09-09T15:57:03+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"0aa67523-1556-42cf-9fa8-fff4b8b7ce10\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"dcf4ee2d-701f-46d2-8c7d-6ec5417c1e26","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"0d3aac0d-cc6f-4164-bad4-bef1b2ebb117","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8a1eda52-3c79-435c-8493-3b59dc7a678f","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:31:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"ca92a36d-9f11-4adc-9b6a-024fbe5cb2c5"}],"id":"a7bb7a48-c741-4d12-81ee-4bbd4a49cdd6","_postman_id":"a7bb7a48-c741-4d12-81ee-4bbd4a49cdd6","description":""},{"name":"1:N Face search","item":[{"name":"face_search","id":"70970622-99b3-4e43-8430-9e0453ad8e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"463a9798-7a84-11ef-bb19-9ae811d4ecb1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTNZWDcpDtpYT8cVEtV243bnTx1AURImGCtQQ&s\",\n        \"use_case_id\": \"idfy-phoenix-default-collection\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/search/face","description":"<p>This endpoint is used to perform real-time validation checks on the Face image [Selfie] submitted by a user. You will be able to -</p>\n<ul><li><div>Approve or reject a selfie based on the response.</div></li><li><div>Ask the user to recapture a selfie by giving specific real-time feedback<br />Key outputs of this API - face detection, liveness status (Live selfie or photo of a photo or screen), face quality status (quality indicates how clearly is the face visible), face coverage (is the selfie taken from too far away or too close to the camera).</div></li></ul>\n\n<p>It is also advised to do this check before sending face images for a face compare.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n<tr>\n<td>data.detect_face_mask</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if the person is wearing a face mask</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_front_facing</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true if the person is front facing</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_nsfw</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect nsfw image</td>\n<td>Should be a bool: true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","search","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"714f7452-adc8-43ee-ad38-5d6380b0010e","name":"face_liveness async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"bdba831c-0630-422f-9c06-01482804b00e","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"321","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:57:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c8c70d9b-0c99-45ab-9c1b-ef924f5d8e91","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 08:58:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"09d56955-61da-4a1b-abb8-c71fadbffbbd","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:59:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"70970622-99b3-4e43-8430-9e0453ad8e93"},{"name":"face_add","id":"3ef8cde5-9fe0-498c-91a6-bc5120d7d30e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"463a9798-7a84-11ef-bb19-9ae811d4ecb1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTNZWDcpDtpYT8cVEtV243bnTx1AURImGCtQQ&s\",\n        \"person_info\": {\n            \"user_name\": \"Jadeja\",\n            \"dob\": \"01/18/1991\",\n            \"gender\": \"F\"\n\n        },\n        \"use_case_id\": \"idfy-phoenix-default-collection\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/store/face","description":"<p>This endpoint is used to perform real-time validation checks on the Face image [Selfie] submitted by a user. You will be able to -</p>\n<ul><li><div>Approve or reject a selfie based on the response.</div></li><li><div>Ask the user to recapture a selfie by giving specific real-time feedback<br />Key outputs of this API - face detection, liveness status (Live selfie or photo of a photo or screen), face quality status (quality indicates how clearly is the face visible), face coverage (is the selfie taken from too far away or too close to the camera).</div></li></ul>\n\n<p>It is also advised to do this check before sending face images for a face compare.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n<tr>\n<td>data.detect_face_mask</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if the person is wearing a face mask</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_front_facing</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true if the person is front facing</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_nsfw</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect nsfw image</td>\n<td>Should be a bool: true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","store","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c94a3ffe-cf9d-456c-a0f5-ea129bc430a0","name":"face_liveness async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"02f119c9-c856-4f1e-8f73-9fd1d7e12500","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"321","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:57:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b1f270ce-8968-4a03-8e91-d00721b41c50","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 08:58:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"5c83365c-dd5c-4632-98b3-964659046510","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:59:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"3ef8cde5-9fe0-498c-91a6-bc5120d7d30e"},{"name":"Delete_face","id":"392bf03c-7c5f-4519-9bfb-a4cd207bd7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"463a9798-7a84-11ef-bb19-9ae811d4ecb1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTNZWDcpDtpYT8cVEtV243bnTx1AURImGCtQQ&s\",\n        \"person_info\": {\n            \"user_name\": \"Jadeja\",\n            \"dob\": \"01/18/1991\",\n            \"gender\": \"F\"\n\n        },\n        \"use_case_id\": \"idfy-phoenix-default-collection\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/store/face","description":"<p>This endpoint is used to perform real-time validation checks on the Face image [Selfie] submitted by a user. You will be able to -</p>\n<ul><li><div>Approve or reject a selfie based on the response.</div></li><li><div>Ask the user to recapture a selfie by giving specific real-time feedback<br />Key outputs of this API - face detection, liveness status (Live selfie or photo of a photo or screen), face quality status (quality indicates how clearly is the face visible), face coverage (is the selfie taken from too far away or too close to the camera).</div></li></ul>\n\n<p>It is also advised to do this check before sending face images for a face compare.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n<tr>\n<td>data.detect_face_mask</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if the person is wearing a face mask</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_front_facing</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true if the person is front facing</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.detect_nsfw</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect nsfw image</td>\n<td>Should be a bool: true/false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","store","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"b975d459-53d0-462a-822d-4f0d5bf7f15f","name":"face_liveness async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"51f61724-763b-4f8e-8561-9919ef309a9c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"321","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:57:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"017158b7-a59c-465a-8daf-9db1b09d0db7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 08:58:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"b3ce3035-331f-4958-8b28-e1142710c535","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/check_photo_liveness/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:59:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"392bf03c-7c5f-4519-9bfb-a4cd207bd7f2"},{"name":"Get task","id":"3b0a26cc-6284-4a7b-9540-71c0954063f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “check_photo_liveness”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.are_eyes_open</td>\n<td>Boolean</td>\n<td>Whether eyes are open</td>\n<td></td>\n</tr>\n<tr>\n<td>result.confidence</td>\n<td>Integer</td>\n<td>Confidence level in percentage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.height</td>\n<td>Integer</td>\n<td>Height of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.left</td>\n<td>Integer</td>\n<td>Left coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.top</td>\n<td>Integer</td>\n<td>Top coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.width</td>\n<td>Integer</td>\n<td>Width of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.message</td>\n<td>String</td>\n<td>Message regarding face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.percentage</td>\n<td>Integer</td>\n<td>Percentage of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.status</td>\n<td>String</td>\n<td>Status of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_mask_detected</td>\n<td>Boolean</td>\n<td>Whether a face mask is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.message</td>\n<td>String</td>\n<td>Message regarding face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.status</td>\n<td>String</td>\n<td>Status of face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_face_cropped</td>\n<td>Boolean</td>\n<td>Whether the face is cropped</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_front_facing</td>\n<td>Boolean</td>\n<td>Whether the face is front-facing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_live</td>\n<td>Boolean</td>\n<td>Whether the face is live</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_nsfw</td>\n<td>Boolean</td>\n<td>Whether the face is not safe for work (NSFW)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.multiple_faces_detected</td>\n<td>Boolean</td>\n<td>Whether multiple faces are detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.review_required</td>\n<td>Boolean</td>\n<td>Whether review is required</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"2fc04ab5-d75e-434f-ba54-504cb203a39e","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"check_photo_liveness\",\n        \"completed_at\": \"2024-09-09T15:04:32+05:30\",\n        \"created_at\": \"2024-09-09T15:04:31+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"2b2ff053-afb7-4d4f-9340-219606a3479d\",\n        \"result\": {\n            \"are_eyes_open\": true,\n            \"confidence\": 99,\n            \"face_box\": {\n                \"height\": 142,\n                \"left\": 260,\n                \"top\": 77,\n                \"width\": 108\n            },\n            \"face_coverage\": {\n                \"message\": \"optimal\",\n                \"percentage\": 6,\n                \"status\": \"optimal\"\n            },\n            \"face_detected\": true,\n            \"face_mask_detected\": false,\n            \"face_quality\": {\n                \"message\": \"optimal\",\n                \"status\": \"optimal\"\n            },\n            \"is_face_cropped\": false,\n            \"is_front_facing\": true,\n            \"is_live\": false,\n            \"is_nsfw\": false,\n            \"multiple_faces_detected\": false,\n            \"review_required\": false\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"a87b760d-1595-4191-9ea8-12c69399ff8c","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"check_photo_liveness\",\n        \"completed_at\": \"2024-09-09T15:22:30+05:30\",\n        \"created_at\": \"2024-09-09T15:22:30+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"edadf541-6675-4da3-b2c9-f1cf92cbccaf\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"912908e4-1bc6-423e-9a99-9ba6800fbbbf","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"check_photo_liveness\",\n        \"completed_at\": \"2024-09-09T15:57:03+05:30\",\n        \"created_at\": \"2024-09-09T15:57:03+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"0aa67523-1556-42cf-9fa8-fff4b8b7ce10\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"e96a6547-b5b3-4935-a759-bb4a0c36fc3c","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"55b629fb-d0ff-47ff-8f64-f06ba1517d15","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"6ac1b566-e562-4b35-b37b-22dc73b7302f","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:31:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"3b0a26cc-6284-4a7b-9540-71c0954063f2"}],"id":"b017dfec-fb7e-4cdb-96d9-0379fe951987","_postman_id":"b017dfec-fb7e-4cdb-96d9-0379fe951987","description":""},{"name":"Image Backround Remover","item":[{"name":"Image Background Remover async","id":"3de2c51b-41c1-4929-909b-e7183d98d97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"abc\",\n    \"group_id\": \"xyz\",\n    \"data\": {\n        \"document1\": \"<Image URL>\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/process_image/add_background","description":"<p><strong>Replaces the background of an image with a white background</strong></p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task.</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task.</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains document details.</td>\n<td>Yes</td>\n<td>Must be a valid JSON object.</td>\n</tr>\n<tr>\n<td>document1</td>\n<td>String (URL)</td>\n<td>URL of the document image.</td>\n<td>Yes</td>\n<td>Must be a valid, accessible URL.</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","process_image","add_background"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f30eeec6-edf8-4244-9a04-544868477f4e","name":"face_liveness async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"abc\",\n    \"group_id\": \"xyz\",\n    \"data\": {\n        \"document1\": \"<Image URL>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/process_image/add_background"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"bfdfc860-762c-4a49-8176-4cc00754eb56","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"321","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/process_image/add_background"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:57:21 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"748f4e4c-07cf-4ae6-9e36-37fea6c46f8a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/process_image/add_background"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 08:58:21 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"6c925e8a-4b76-43a8-be5e-e1f6ed13fe41","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/process_image/add_background"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:59:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"3de2c51b-41c1-4929-909b-e7183d98d97a"},{"name":"Get task","id":"15750690-df07-4d14-af15-3e8d0847ffe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “check_photo_liveness”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.are_eyes_open</td>\n<td>Boolean</td>\n<td>Whether eyes are open</td>\n<td></td>\n</tr>\n<tr>\n<td>result.confidence</td>\n<td>Integer</td>\n<td>Confidence level in percentage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.height</td>\n<td>Integer</td>\n<td>Height of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.left</td>\n<td>Integer</td>\n<td>Left coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.top</td>\n<td>Integer</td>\n<td>Top coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.width</td>\n<td>Integer</td>\n<td>Width of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.message</td>\n<td>String</td>\n<td>Message regarding face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.percentage</td>\n<td>Integer</td>\n<td>Percentage of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.status</td>\n<td>String</td>\n<td>Status of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_mask_detected</td>\n<td>Boolean</td>\n<td>Whether a face mask is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.message</td>\n<td>String</td>\n<td>Message regarding face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.status</td>\n<td>String</td>\n<td>Status of face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_face_cropped</td>\n<td>Boolean</td>\n<td>Whether the face is cropped</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_front_facing</td>\n<td>Boolean</td>\n<td>Whether the face is front-facing</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_live</td>\n<td>Boolean</td>\n<td>Whether the face is live</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_nsfw</td>\n<td>Boolean</td>\n<td>Whether the face is not safe for work (NSFW)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.multiple_faces_detected</td>\n<td>Boolean</td>\n<td>Whether multiple faces are detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.review_required</td>\n<td>Boolean</td>\n<td>Whether review is required</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"2caedf56-654b-4522-a1b6-5489677ff821","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"process_image\",\n        \"completed_at\": \"2025-02-06T12:01:21+05:30\",\n        \"created_at\": \"2025-02-06T12:01:20+05:30\",\n        \"group_id\": \"xyz\",\n        \"request_id\": \"4bd56d53-9bc7-41db-a50f-9ffaa3207c05\",\n        \"result\": {\n            \"document_url\": \"https://storage.googleapis.com/idfy-photoblanc-production/1d229122-1141-4e69-9e1e-546e86d127c0.jpeg?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=phoenix-albus%40idfy-1338.iam.gserviceaccount.com%2F20250206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250206T063128Z&X-Goog-Expires=86400&X-Goog-SignedHeaders=host&X-Goog-Signature=5f0f83bb42c1cb30a2521ef0c8d2d480637dd0d14d5d8f59f1942872399e3a37e9a2b219d5dd57ae1dd6ae34e40c2a1ad64066565ab8b2ef185426b9727bd10b0507be1c29c5fe80811ce8fed68dffbc37e978397414c0172c255ab6fa05cde3bf4bddbf0afe2d052606afa2c3c46d9b02154472f010d080e867581fbf4c1412cf356d0509f51b42397befb6d67eb5615ccc495917f0258b598fff4c47a92cabe63bf17919c9847faf11269a07ed1956c57befe7271bd325d64b0936740dcc5341f88efc7500dfebcf5d42b2153a51e34b6bd6584f7c3575b6e745c2cedc719b56ac7602daa62e7d6728e582cc465db756d9136996129f20fc0cb3b22155d5a9\",\n            \"original_document_url\": \"https://storage.idfy.com/471007de-f751-48af-b3ba-0284d83cb563.jpg?Expires=1738909881&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=UT7%2Bw%2F%2FAf19PEXbbH0NixqQ7c5wXtTPGV1XgtQ4kY3391F77oRWZ0WgVwIjAbnVD6zjWeeWrcf0FKZlEkwMOoVDpustxw4gPJAGH6frRq3AAJwrXfwyigZ8uqKjd3giVaYJB74KJ3%2FRClrIJVUC6ejwOC4wrI6Mu9FrepVNCzVWpr1nKO%2B6RsZxALPxkVkDHLwO6u%2FNdJ5MkpnJmNNtLPsK4%2Fsd6Q5dsyCvrIhRgWvWWvY0l0oklWKr%2FJuMIlA%2FweDI%2FShn%2B7ui%2BBAw1pkGPDyGdGA8nDAD6baluBcgJb%2BszzVsHs11TnOHGEPy5gRtf5Eiyj4HG5gKDLRN44A68Iw%3D%3D\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"abc\",\n        \"type\": \"add_background\"\n    }\n]"},{"id":"7a2f0f5a-e003-4618-b883-586937e15665","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"process_image\",\n        \"completed_at\": \"2024-09-09T15:22:30+05:30\",\n        \"created_at\": \"2024-09-09T15:22:30+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"edadf541-6675-4da3-b2c9-f1cf92cbccaf\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"image_background\"\n    }\n]"},{"id":"740fc044-b6e9-4bfc-b642-bc078511d994","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"389"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"process_image\",\n        \"completed_at\": \"2024-09-09T15:57:03+05:30\",\n        \"created_at\": \"2024-09-09T15:57:03+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"0aa67523-1556-42cf-9fa8-fff4b8b7ce10\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"add_background\"\n    }\n]"},{"id":"01954809-fcc5-485c-b781-c8a56e9877f0","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"51cb7a37-7478-4ea0-83a2-9796b0110d90","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"d2730749-2661-4fc0-8169-bc86b411c29e","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47mm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:31:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"15750690-df07-4d14-af15-3e8d0847ffe8"}],"id":"611fd686-8492-4841-9160-4c0d490cfe8d","_postman_id":"611fd686-8492-4841-9160-4c0d490cfe8d","description":""},{"name":"Face Comparison","item":[{"name":"face_compare async","id":"e525a2a0-b9bf-40ac-8d41-a3f912bfe0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/async/compare/face","description":"<p>To compare 2 face images &amp; find the similarity between the faces. This is used to authenticate a person, and detect an impersonation scenario. The technology works best for Indian faces.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n<tr>\n<td>data.document2</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","compare","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a08281d2-81b4-409e-aac9-7b9ff4723e1c","name":"Success: face_compare async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"03fd4af4-b156-4207-883a-24ad0cf2ca9d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:20:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"95985396-6892-4eaa-97f7-b692ed70baf0","name":"Err: missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,,\n    \"data\": {\n        \"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:21:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8689c437-a311-4c72-9374-544eda27bd03","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/BASE64\",\n        \"document2\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/compare/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:22:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"e525a2a0-b9bf-40ac-8d41-a3f912bfe0fa"},{"name":"Get task","id":"39aea810-ab6f-49a7-ae74-e9d53aebb018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type</td>\n<td>Value: \"compare\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Completion timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Creation timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_1.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected in image 1</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_1.face_quality</td>\n<td>String</td>\n<td>Quality of the detected face in image 1</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_2.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected in image 2</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_2.face_quality</td>\n<td>String</td>\n<td>Quality of the detected face in image 2</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_a_match</td>\n<td>Boolean</td>\n<td>Whether the faces in the two images match</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_score</td>\n<td>Float</td>\n<td>Match score between the two images</td>\n<td>0(not a match) to 100.0(perfect match)</td>\n</tr>\n<tr>\n<td>result.review_recommended</td>\n<td>Boolean</td>\n<td>Whether a review is recommended</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"b593b866-9601-4778-930b-9e9f9d086f3e","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=b516e533-1bab-4421-b409-dfce6d32f793","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"b516e533-1bab-4421-b409-dfce6d32f793"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"478"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:30:19 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n   {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-07-15T16:49:27+05:30\",\n        \"created_at\": \"2024-07-15T16:49:26+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"3029ff40-dfb7-4b15-be00-252d1a74f412\",\n        \"result\": {\n            \"image_1\": {\n                \"face_detected\": true,\n                \"face_quality\": \"Good\"\n            },\n            \"image_2\": {\n                \"face_detected\": true,\n                \"face_quality\": \"Good\"\n            },\n            \"is_a_match\": true,\n            \"match_score\": 100.0,\n            \"review_recommended\": false\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"2ac35c22-4acd-4da8-8aa5-e66e7d2c40aa","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=b516e533-1bab-4421-b409-dfce6d32f793","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"b516e533-1bab-4421-b409-dfce6d32f793"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"478"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:30:19 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-09-09T15:57:03+05:30\",\n        \"created_at\": \"2024-09-09T15:57:03+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"0aa67523-1556-42cf-9fa8-fff4b8b7ce10\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"78e0c16a-625b-4052-95c9-836c5d981df5","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=b516e533-1bab-4421-b409-dfce6d32f793","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"b516e533-1bab-4421-b409-dfce6d32f793"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"478"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:30:19 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"compare\",\n        \"completed_at\": \"2024-09-09T15:57:49+05:30\",\n        \"created_at\": \"2024-09-09T15:57:48+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"13882066-643e-4da1-af48-824c2cad9761\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"face\"\n    }\n]"},{"id":"8e35b6ef-2132-4a39-af10-5920c262884d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:26:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"46e27ae9-0fa5-4216-a5f4-e926667d5f77","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=98aa49d6-3f7a-40f8-8fa2-e5f080c74a47","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"98aa49d6-3f7a-40f8-8fa2-e5f080c74a47"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:27:05 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"08ec1017-9761-4d42-ba01-dfe62b82fc9c","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=4fdf39fa-7c38-4336-9362-fd052f09b7ed","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"4fdf39fa-7c38-4336-9362-fd052f09b7ed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 09:28:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request_id does not exist\"\n}"}],"_postman_id":"39aea810-ab6f-49a7-ae74-e9d53aebb018"}],"id":"6e78f191-f134-40f2-9fc7-cce32f373d89","_postman_id":"6e78f191-f134-40f2-9fc7-cce32f373d89","description":""}],"id":"8d3af822-ab78-4758-9d00-ab161d247f4f","_postman_id":"8d3af822-ab78-4758-9d00-ab161d247f4f","description":""},{"name":"Sync","item":[{"name":"Face Lookup","item":[{"name":"Store Face","id":"a80146b4-c46c-487d-b495-78034e411165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"person_info\": {\n            \"user_name\": \"Shahrukh Khan\",\n            \"dob\": \"01/18/1993\",\n            \"gender\": \"M\"\n        },\n        \"use_case_id\": \"<Add your usecase id here>\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/store/face","description":"<p>This API enables you to securely store a user's face image in the database. It provides a seamless way to integrate face data, essential for applications such as identity deduplication and verification.</p>\n<p><strong>T</strong>his API stores a face image and its associated metadata. If a matching face is found in the existing database, the image and metadata are stored under the existing person_id. If no match is found, a new person_id is created, and the image and metadata are stored under this new ID.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL of image to be searched</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>data.person_info.user_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of person</td>\n<td></td>\n</tr>\n<tr>\n<td>data.person_info.dob</td>\n<td>String</td>\n<td>Yes</td>\n<td>DOB in yyyy-mm-dd format</td>\n<td></td>\n</tr>\n<tr>\n<td>data.person_info.gender</td>\n<td>String</td>\n<td>Yes</td>\n<td>Gender of person</td>\n<td>“M” for male, “F” for female</td>\n</tr>\n<tr>\n<td>data.use_case_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Use case identified</td>\n<td>Must be a valid use case identifier provided by IDfy</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"store\").</td>\n<td>Value: \"store\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails</td>\n<td>Object</td>\n<td>Details about the detected face.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.bounding_box</td>\n<td>Object</td>\n<td>Coordinates and size of the detected face in the image.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.bounding_box.Height</td>\n<td>Float</td>\n<td>Height of the bounding box as a ratio of the image height.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.bounding_box.Left</td>\n<td>Float</td>\n<td>Left margin of the bounding box as a ratio of the image width.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.bounding_box.Top</td>\n<td>Float</td>\n<td>Top margin of the bounding box as a ratio of the image height.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.bounding_box.Width</td>\n<td>Float</td>\n<td>Width of the bounding box as a ratio of the image width.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceDetails.confidence</td>\n<td>Float</td>\n<td>Confidence score for the detected face.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.FaceId</td>\n<td>UUID</td>\n<td>A unique identifier for the detected face.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.Message</td>\n<td>String</td>\n<td>Message indicating the result of the operation.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.PersonId</td>\n<td>UUID</td>\n<td>A unique identifier for the person associated with the detected face.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.PersonKnown</td>\n<td>Boolean</td>\n<td>Indicates if the person is known (true) or unknown (false).</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td>Value: \"completed\"</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of task or document being processed (\"face\").</td>\n<td>Value: \"face\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","store","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"13c73068-3cec-4c39-a2fb-7ac20678be1b","name":"Success: face_compare sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"person_info\": {\n            \"user_name\": \"Shahrukh Khan\",\n            \"dob\": \"01/18/1993\",\n            \"gender\": \"M\"\n        },\n        \"use_case_id\": \"<Add your usecase id here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/store/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"store\",\n    \"completed_at\": \"2024-04-26T14:35:59+05:30\",\n    \"created_at\": \"2024-04-26T14:35:58+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"0c2148b0-8383-48ba-8f54-b8568de9ee47\",\n    \"result\": {\n        \"FaceDetails\": {\n            \"bounding_box\": {\n                \"Height\": 0.4357444643974304,\n                \"Left\": 0.28080758452415466,\n                \"Top\": 0.1148349791765213,\n                \"Width\": 0.5677114725112915\n            },\n            \"confidence\": 99.99991607666016\n        },\n        \"FaceId\": \"141eaf1c-ff4b-41d0-bfaa-0be62c0f194f\",\n        \"Message\": \"This image already exists, updated the information in database\",\n        \"PersonId\": \"9bb06b82-b193-4f05-bcc0-ac3aa97bb30e\",\n        \"PersonKnown\": true\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"a7ca19f8-f556-409e-80ad-a26352e49c17","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"123234","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"person_info\": {\n            \"user_name\": \"Shahrukh Khan\",\n            \"dob\": \"01/18/1993\",\n            \"gender\": \"M\"\n        },\n        \"use_case_id\": \"<Add your usecase id here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/store/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:18:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ee6f9833-1fd7-482b-8a13-5bf863631af5","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"person_info\": {\n            \"user_name\": \"Shahrukh Khan\",\n            \"dob\": \"01/18/1993\",\n            \"gender\": \"M\"\n        },\n        \"use_case_id\": \"<Add your usecase id here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/store/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"store\",\n    \"completed_at\": \"2024-09-09T16:19:34+05:30\",\n    \"created_at\": \"2024-09-09T16:19:33+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"bb5de50f-a75b-4a9a-80cc-f5ee13128d77\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"c698e5b3-53db-4518-849f-d6358e289e6d","name":"Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"person_info\": {\n            \"user_name\": \"Shahrukh Khan\",\n            \"dob\": \"01/18/1993\",\n            \"gender\": \"M\"\n        },\n        \"use_case_id\": \"<Add your usecase id here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/store/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:32 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"a80146b4-c46c-487d-b495-78034e411165"},{"name":"Search Face","id":"3776c22f-0a75-472f-ab20-1a4a72ffdbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"use_case_id\": \"<Add your usecase ID here>\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/search/face","description":"<p>The Search Face API empowers you to swiftly search and retrieve matching face images from the database. Whether it's for preventing duplicate records or verifying user identity, this API offers a powerful tool to streamline your operations. Experience efficient face recognition and unlock new levels of user-centric services with the Search Face API.</p>\n<p>This endpoint searches for a face in the stored images bucket. It returns whether a match is found and, if so, provides the URL of the similar image along with the associated metadata.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL of image to be searched</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>data.use_case_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Use case identified</td>\n<td>Must be a valid use case identifier provided by IDfy</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “search”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_found</td>\n<td>Boolean</td>\n<td>Indicates if a match was found</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info</td>\n<td>Array</td>\n<td>Array of matched faces information. If there are multiple metadata objects, it will provide a list of all available metadata objects in the array format.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info.person_id</td>\n<td>String</td>\n<td>Identifier for the matched person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info.person_info</td>\n<td>Object</td>\n<td>Metadata object containing matched person details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info.person_info.gender</td>\n<td>String</td>\n<td>Gender of the matched person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info.person_info.user_name</td>\n<td>String</td>\n<td>Name of the matched person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_faces_info.person_info.dob</td>\n<td>String</td>\n<td>DOB of the matched person</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images</td>\n<td>Object</td>\n<td>Object containing matched images details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}</td>\n<td>Object</td>\n<td>Object containing details of the matched image</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.bbox</td>\n<td>Object</td>\n<td>Bounding box coordinates of the matched face</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.bbox.Height</td>\n<td>Float</td>\n<td>Height of the bounding box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.bbox.Left</td>\n<td>Float</td>\n<td>Left coordinate of the bounding box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.bbox.Top</td>\n<td>Float</td>\n<td>Top coordinate of the bounding box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.bbox.Width</td>\n<td>Float</td>\n<td>Width of the bounding box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.similarity</td>\n<td>Float</td>\n<td>Similarity score of the matched image</td>\n<td></td>\n</tr>\n<tr>\n<td>result.matched_images.{image_id}.url</td>\n<td>String</td>\n<td>URL of the matched image</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the request</td>\n<td>Value: \"face\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","search","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"ee600c4a-0d94-4f6e-8e77-51d496fe5b20","name":"Success: face_compare sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"use_case_id\": \"<Add your usecase ID here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/search/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"search\",\n    \"completed_at\": \"2023-08-14T18:02:14+05:30\",\n    \"created_at\": \"2023-08-14T18:02:13+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"6145fb73-edb1-41a2-9953-ac123655b322\",\n    \"result\": {\n        \"face_detected\": true,\n        \"match_found\": false\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}\n"},{"id":"053d016d-5b13-4d6a-abb7-9a0ccb517c02","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"use_case_id\": \"<Add your usecase ID here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/search/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:18:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"42d56ea7-8781-49e8-a23e-2e2f681609cb","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"use_case_id\": \"<Add your usecase ID here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/search/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"search\",\n    \"completed_at\": \"2024-09-09T16:26:15+05:30\",\n    \"created_at\": \"2024-09-09T16:26:15+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"c9b4b7d2-c9b6-4a0a-8c15-6eef1205ed88\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"8e5ea4be-2135-45a0-adff-69a10662e797","name":"Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://m.media-amazon.com/images/M/MV5BZDk1ZmU0NGYtMzQ2Yi00N2NjLTkyNWEtZWE2NTU4NTJiZGUzXkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_FMjpg_UX1000_.jpg\",\n        \"use_case_id\": \"<Add your usecase ID here>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/search/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:32 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"search\",\n    \"completed_at\": \"2024-09-09T16:26:15+05:30\",\n    \"created_at\": \"2024-09-09T16:26:15+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"c9b4b7d2-c9b6-4a0a-8c15-6eef1205ed88\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"}],"_postman_id":"3776c22f-0a75-472f-ab20-1a4a72ffdbb3"}],"id":"0e66343d-1dcc-42a0-85ec-cbfa3e4081ff","_postman_id":"0e66343d-1dcc-42a0-85ec-cbfa3e4081ff","description":""},{"name":"face_liveness sync","id":"ee19d7ef-c856-40fd-b2e2-e3eafb8cebba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n   {\n       \"document1\": \"URL/Base564\",\n       \"d*****k\":true, //optional key\n       \"d*****g\":true, //optional key\n       \"d*****w\":true, //optional key\n       \"d*****s\":true,//optional key\n       \"d*****r\": true, //optional key\n       \"d****ng\": true, //optional key\n       \"s*****s\":\"high\" //optional key \n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face","description":"<p>This endpoint is used to perform real-time validation checks on the Face image [Selfie] submitted by a user. You will be able to -</p>\n<ul><li><div>Approve or reject a selfie based on the response.</div></li><li><div>Ask the user to recapture a selfie by giving specific real-time feedback<br />Key outputs of this API - face detection, liveness status (Live selfie or photo of a photo or screen), face quality status (quality indicates how clearly is the face visible), face coverage (is the selfie taken from too far away or too close to the camera).</div></li></ul>\n\n<p>It is also advised to do this check before sending face images for a face compare.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format.</td>\n</tr>\n<tr>\n<td>data.d*k</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if the person is wearing a face mask  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*g</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true if the person is front facing  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*w</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect nsfw image  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect if person is wearing a sunglass  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*r</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to detect gender of person  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.d*g</td>\n<td>Bool</td>\n<td>No</td>\n<td>Set true to identify if there is padding in the image  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Should be a bool: true/false</td>\n</tr>\n<tr>\n<td>data.s*s</td>\n<td>Bool</td>\n<td>No</td>\n<td>Adjust model strictness levels, with High being the most stringent and Low being the least restrictive.  <br />  <br />*contact IDfy sales SPOC for exact key name</td>\n<td>Expected values High, Medium, Low</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “check_photo_liveness”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.are_eyes_open</td>\n<td>Boolean</td>\n<td>Whether eyes are open</td>\n<td></td>\n</tr>\n<tr>\n<td>result.confidence</td>\n<td>Integer</td>\n<td>Confidence level in percentage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.height</td>\n<td>Integer</td>\n<td>Height of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.left</td>\n<td>Integer</td>\n<td>Left coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.top</td>\n<td>Integer</td>\n<td>Top coordinate of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_box.width</td>\n<td>Integer</td>\n<td>Width of the face box</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.message</td>\n<td>String</td>\n<td>Message regarding face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.percentage</td>\n<td>Integer</td>\n<td>Percentage of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_coverage.status</td>\n<td>String</td>\n<td>Status of face coverage</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_mask_detected</td>\n<td>Boolean</td>\n<td>Whether a face mask is detected  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.message</td>\n<td>String</td>\n<td>Message regarding face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.face_quality.status</td>\n<td>String</td>\n<td>Status of face quality</td>\n<td></td>\n</tr>\n<tr>\n<td>result.gender.message</td>\n<td>String</td>\n<td>Detected gender</td>\n<td>Male/Female</td>\n</tr>\n<tr>\n<td>result.gender.confidence</td>\n<td>Integer</td>\n<td>Confidence in detected gender type  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>result.is_face_cropped</td>\n<td>Boolean</td>\n<td>Whether the face is cropped</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_front_facing</td>\n<td>Boolean</td>\n<td>Whether the face is front-facing  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_live</td>\n<td>Boolean</td>\n<td>Whether the face is live</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_nsfw</td>\n<td>Boolean</td>\n<td>Whether the face is not safe for work (NSFW)  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.multiple_faces_detected</td>\n<td>Boolean</td>\n<td>Whether multiple faces are detected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_image_padded</td>\n<td>Boolean</td>\n<td>If the image has black/white padding  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>result.review_required</td>\n<td>Boolean</td>\n<td>Whether review is required</td>\n<td></td>\n</tr>\n<tr>\n<td>result.sunglass_detected</td>\n<td>Boolean</td>\n<td>Whether sunglasses are detected  <br />  <br />* will appear in the response if relevant key is added in the request body</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","check_photo_liveness","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"3b1e544f-7f4e-40a0-8c8d-4e4bd0edf4b1","name":"Success: face_liveness","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":\n   {\n       \"document1\": \"URL/Base564\",\n       \"d*****k\":true, //optional key\n       \"d*****g\":true, //optional key\n       \"d*****w\":true, //optional key\n       \"d*****s\":true,//optional key\n       \"d*****r\": true, //optional key\n       \"d****ng\": true, //optional key\n       \"s*****s\":\"high\" //optional key \n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"check_photo_liveness\",\n    \"completed_at\": \"2024-07-15T15:58:53+05:30\",\n    \"created_at\": \"2024-07-15T15:58:51+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"8d7822a4-4400-4697-ac1c-066cca0aa6ff\",\n    \"result\": {\n        \"are_eyes_open\": true,\n        \"confidence\": 99,\n        \"face_box\": {\n            \"height\": 506,\n            \"left\": 742,\n            \"top\": 89,\n            \"width\": 313\n        },\n        \"face_coverage\": {\n            \"message\": \"optimal\",\n            \"percentage\": 10,\n            \"status\": \"optimal\"\n        },\n        \"face_detected\": true,\n        \"face_mask_detected\": false,\n        \"face_quality\": {\n            \"message\": \"optimal\",\n            \"status\": \"optimal\"\n        },\n        \"gender\": {\n            \"confidence\": 88,\n            \"message\": \"Male\"\n        },\n        \"is_face_cropped\": false,\n        \"is_front_facing\": false,\n        \"is_live\": false,\n        \"is_nsfw\": false,\n        \"multiple_faces_detected\": false,\n        \"review_required\": false,\n        \"sunglass_detected\": false,\n        \"is_image_padded\": false,\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"b9379069-9753-48a9-b3e4-dbdc359c5714","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"check_photo_liveness\",\n    \"completed_at\": \"2024-09-09T15:26:22+05:30\",\n    \"created_at\": \"2024-09-09T15:26:21+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"5c1dabfd-14f3-4615-848e-1f000f3c0ef5\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"33f25fd6-135a-4ee3-8bd6-211d263e57f5","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\",\n        \"detect_face_mask\":true,\n\t\t\"detect_front_facing\":true,\n\t\t\"detect_nsfw\":true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"594"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:50:48 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"check_photo_liveness\",\n    \"completed_at\": \"2024-09-09T15:57:03+05:30\",\n    \"created_at\": \"2024-09-09T15:57:03+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"0aa67523-1556-42cf-9fa8-fff4b8b7ce10\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"2ce96b89-144f-4d44-9ecd-771b5225df47","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:52:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"31ad8333-e9a4-492a-bed0-6661d75823ba","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 08:55:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"21791f74-0624-4646-a12f-8ffc9ee0fd25","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,,\n    \"data\": \n    {\n        \"document1\": \"URL/BASE64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/check_photo_liveness/face"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Thu, 27 Oct 2022 08:56:24 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ee19d7ef-c856-40fd-b2e2-e3eafb8cebba"},{"name":"face_compare sync","id":"aab9a354-8160-43da-8e71-db418631c315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face","description":"<p>To compare 2 face images &amp; find the similarity between the faces. This is used to authenticate a person, and detect an impersonation scenario. The technology works best for Indian faces.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n<tr>\n<td>data.document2</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image of document</td>\n<td>Must be a valid publicly accessible URL or image in base64 format. Ideal size of image: 300kb to 1mb</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action type</td>\n<td>Value: \"compare\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Completion timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Creation timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_1.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected in image 1</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_1.face_quality</td>\n<td>String</td>\n<td>Quality of the detected face in image 1</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_2.face_detected</td>\n<td>Boolean</td>\n<td>Whether a face is detected in image 2</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_2.face_quality</td>\n<td>String</td>\n<td>Quality of the detected face in image 2</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_a_match</td>\n<td>Boolean</td>\n<td>Whether the faces in the two images match</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_score</td>\n<td>Float</td>\n<td>Match score between the two images</td>\n<td>0(not a match) to 100.0(perfect match)</td>\n</tr>\n<tr>\n<td>result.review_recommended</td>\n<td>Boolean</td>\n<td>Whether a review is recommended</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “face”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","face"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9aa75ba5-2ee9-48f3-89b9-697414ee893f","name":"Success: face_compare sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2021-08-12T17:22:27+05:30\",\n    \"created_at\": \"2021-08-12T17:22:26+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1c4ad74e-0194-428b-8192-de8c1edeff28\",\n    \"result\": {\n        \"image_1\": {\n            \"face_detected\": true,\n            \"face_quality\": \"Good\"\n        },\n        \"image_2\": {\n            \"face_detected\": true,\n            \"face_quality\": \"Good\"\n        },\n        \"is_a_match\": true,\n        \"match_score\": 100,\n        \"review_recommended\": false\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"d5025b96-f3a5-4f4c-b9d7-e7b120502277","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-09-09T16:02:13+05:30\",\n    \"created_at\": \"2024-09-09T16:02:11+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"3ee31567-9527-47ed-ad8c-481686ec36ae\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"a4191350-3c28-486b-9e83-49b93ace03cc","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 12 Aug 2021 11:52:27 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-09-09T16:02:55+05:30\",\n    \"created_at\": \"2024-09-09T16:02:54+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"abd53a0d-c474-4745-9256-29534a3014f1\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"face\"\n}"},{"id":"204512f0-e188-41ea-8df3-14523aa26874","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:18:44 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"65b4469f-b18a-44e0-b411-b01568a137dd","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:07 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"57e31085-ed1a-43fa-84e9-b3ac572bf5d1","name":"Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"URL/Base64\",\n       \"document2\": \"URL/Base64\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/face"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:19:32 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"aab9a354-8160-43da-8e71-db418631c315"}],"id":"c586d4ed-94ad-4d5b-8f6b-093f17dd1dd8","_postman_id":"c586d4ed-94ad-4d5b-8f6b-093f17dd1dd8","description":""}],"id":"2cb5b797-ada6-44d0-8e11-8ce906292a63","description":"<p>Face check solutions allow your platform to authenticate face images across photo IDs or an individual’s selfie. Our offering includes the below type of tasks.</p>\n","_postman_id":"2cb5b797-ada6-44d0-8e11-8ce906292a63"}],"id":"1d8a883c-59f0-4f3f-8159-5b818168c436","_postman_id":"1d8a883c-59f0-4f3f-8159-5b818168c436","description":""},{"name":"Shop AI","item":[{"name":"Async","item":[{"name":"Shop Image Analysis","item":[{"name":"Shop image Analysis","id":"f260f4b4-2156-4994-bfc3-28cc58eac8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ \n            \"link1\",\n            \"link2\",\n            \"link3\",\n            \"link4\"\n        ],\n        \"advanced_features\": { \n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true,\n            \"cash_counter_registry_presence\":true, \n            \"blurriness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shop_image","description":"<p>The API uses image recognition technology to check whether the shop images are valid, helping in merchant onboarding. It identifies whether the image has a shop and whether the image is clear or blurry.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of strings</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Upto 4 Shop images in URL or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes, 1 link is mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below params</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Contains advanced feature options, all of which are optional.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.regional_language_extraction</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Flag to indicate if regional language extraction is enabled.</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.language_translation<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to indicate if language translation is enabled.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.store_liveness_check</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag for enabling shop liveness detection.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.cash_counter_registry_presence</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to check if a cash counter is present in the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.blurriness_check</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to enable blurriness check on the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","analyse","shop_image"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"6de5fa78-e169-4454-b091-2fb5efc33187","name":"Success: analyse_shop_image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ \n            \"link1\"\n            // \"link2\",\n            // \"link3\",\n            // \"link4\"\n        ],\n        \"advanced_features\": { \n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true,\n            \"cash_counter_registry_presence\":true, \n            \"blurriness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shop_image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"545"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 12:25:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"4530362c-2913-4955-b7b3-1cb8891b6f06","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ \n            \"https://c8.alamy.com/comp/H3D3H0/small-indian-shop-sells-merchandise-per-single-unit-H3D3H0.jpg\",\n            // \"link2\",\n            // \"link3\",\n            // \"link4\"\n        ],\n        \"advanced_features\": { \n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true,\n            \"cash_counter_registry_presence\":true, \n            \"blurriness_check\": true\n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shop_image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:56:19 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"163c67d9-3665-4574-9148-31d43509c8fe","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123456","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ \n            \"https://c8.alamy.com/comp/H3D3H0/small-indian-shop-sells-merchandise-per-single-unit-H3D3H0.jpg\",\n            // \"link2\",\n            // \"link3\",\n            // \"link4\"\n        ],\n        \"advanced_features\": { \n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true,\n            \"cash_counter_registry_presence\":true, \n            \"blurriness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shop_image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:00:40 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"a099a92b-9b7a-4e69-b983-f6de1883a4df","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"URL/Base64\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shop_image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 10:02:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"f260f4b4-2156-4994-bfc3-28cc58eac8fc"},{"name":"Get task","id":"7fa4d226-5764-4f4f-bec0-27095fb83d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need input the requestid from Shop Image analysis API while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Value: “analyse”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The completion date and time of the action</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The creation date and time of the action</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action.</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>object</td>\n<td>The output data extracted from the shop image analysis.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_visible</td>\n<td>boolean</td>\n<td>Indicates if the shop name is visible in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_board_type</td>\n<td>string</td>\n<td>Type of shop board, either \"flex\" or \"permanent\".</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name</td>\n<td>string</td>\n<td>The name of the shop, if visible; otherwise, it may be an empty string.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_movable</td>\n<td>boolean</td>\n<td>Indicates if the shop is movable.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_translated</td>\n<td>string</td>\n<td>The translated name of the shop, included only if language translation is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.inventory_present</td>\n<td>boolean</td>\n<td>Indicates if there is inventory visible in the shop.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_live</td>\n<td>boolean</td>\n<td>Indicates if a live shop image is passed as input, included only if store liveness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.cash_counter_registery_present</td>\n<td>boolean</td>\n<td>Indicates if a cash counter is present in the image, included only if cash counter registry presence is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_blurred</td>\n<td>boolean</td>\n<td>Indicates if the image is blurred, included only if blurriness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories</td>\n<td>array of objects</td>\n<td>List of MCC categories identified in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.mcc_code</td>\n<td>string</td>\n<td>The MCC code corresponding to the category identified.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.category</td>\n<td>string</td>\n<td>The description of the MCC category.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.confidence_score</td>\n<td>integer</td>\n<td>The confidence score of the category classification.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.reason</td>\n<td>string</td>\n<td>Reason for the MCC category classification.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Indicates the status of the task</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Describes the type of task, in this case, \"shop_image\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"20ad3f1c-c111-40ac-9b86-3e217a6a719f","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=93f57af4-a36a-4a50-9e58-6920d4996f2e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"93f57af4-a36a-4a50-9e58-6920d4996f2e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"526"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 10:32:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-09-23T12:17:14+05:30\",\n        \"created_at\": \"2024-09-23T12:17:08+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"d599553c-b245-4f6f-8355-4246b62f08be\",\n        \"result\": {\n            \"custom_list\": [],\n            \"inventory_present\": true,\n            \"is_live\": false,\n            \"mcc_categories\": [\n                {\n                    \"category\": \"Eating Places, Restaurants\",\n                    \"confidence_score\": 90,\n                    \"mcc_code\": 5812\n                },\n                {\n                    \"category\": \"Bakeries\",\n                    \"confidence_score\": 70,\n                    \"mcc_code\": 5462\n                }\n            ],\n            \"shop_board_type\": \"Permanent\",\n            \"shop_movable\": false,\n            \"shop_name\": \"KAILASH\",\n            \"shop_name_translated\": \"KAILASH\",\n            \"shop_name_visible\": true\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shop_image\"\n    }\n]"},{"id":"ed1aa343-1a6c-4118-83dc-ab7334505f37","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"187fec42-554e-495c-8e63-c1609e65e83f","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f85ede25-76ac-4977-96b6-91f3abf031c2","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"681e60af-616a-422e-8840-9cef0709ed28","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shop_image\"\n}"},{"id":"eec9bcc1-9c56-462f-a82a-caf840a9223b","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unknown","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-08-16T11:50:08+05:30\",\n    \"created_at\": \"2024-08-16T11:50:05+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7d33e2ac-be2c-4023-843b-f236b5215186\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_pan\"\n}"}],"_postman_id":"7fa4d226-5764-4f4f-bec0-27095fb83d84"}],"id":"ecd0102a-89e1-4c8b-882a-0ba3f9f93dec","_postman_id":"ecd0102a-89e1-4c8b-882a-0ba3f9f93dec","description":""},{"name":"Shop AI","item":[{"name":"Shop AI","id":"397a2286-4697-41cf-9765-13ea9e5ecb6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai","description":"<p>A single API that can do real time validation of given images (upto 4), and predict MCC code if the given image is of a shop.</p>\n<p>The API uses image recognition technology to check whether the shop images are valid, helping in merchant onboarding. It identifies whether the image has a shop and whether the image is clear or blurry.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>array</td>\n<td>Array of publicly accessible image urls (upto 4)</td>\n<td>Yes</td>\n<td>Maximum 4 image URLs can be given</td>\n</tr>\n<tr>\n<td>data.additional_features</td>\n<td>object</td>\n<td>Object containing advanced feature details</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.additional_features.regional_language_extraction</td>\n<td>bool</td>\n<td>Set true to extract text in regional language from the image</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.additional_features.language_translation</td>\n<td>bool</td>\n<td>Set true to translate text written in regional language on the image to english</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.additional_features.store_liveness_check</td>\n<td>bool</td>\n<td>Set true to perform liveness check on given shop image</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.additional_features.cash_counter_registry_presence</td>\n<td>bool</td>\n<td>Set true to check if cash counter is visible in the image</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.additional_features.cash_counter_registry_presence.blurriness_check</td>\n<td>bool</td>\n<td>Set true to check blurriness of given image</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","analyse","shopai"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"700e2988-3fd8-4f48-a5a6-55d076aebea0","name":"Success: shopai","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"request_id\": \"91bf164d-686c-4f64-a534-23e94215beb1\"\n}"},{"id":"d999e102-edf3-4e58-b370-b49f0675ddd8","name":"Err: Invalid Authentication Credentials","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123456"},{"key":"account-id","value":"123456"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"deab4e5d-9fe3-435b-a8f9-679a63b8fccd","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true, \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"ec73c053-516b-4982-ad5c-13a4fbff65ee","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"397a2286-4697-41cf-9765-13ea9e5ecb6e"},{"name":"Get task","id":"a03fc239-b20e-4538-8a7e-e616e60e3b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need input the requestid from Shop AI API while making a call to this Get Task API.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed (in this case, \"analyse\").</td>\n<td>Value: \"analyse\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the analysis results for the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cash_counter_registery_present</td>\n<td>Boolean</td>\n<td>Indicates if a cash counter registry is present.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list</td>\n<td>Array</td>\n<td>An array containing custom category details for the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list.super_category</td>\n<td>String</td>\n<td>The main category of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list.sub_category</td>\n<td>String</td>\n<td>The sub-category of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list.new_risk_category</td>\n<td>String</td>\n<td>The risk category assigned to the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list.mcc_code</td>\n<td>Integer</td>\n<td>The Merchant Category Code (MCC) associated with the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.custom_list.category</td>\n<td>String</td>\n<td>The general category of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.inventory_present</td>\n<td>Boolean</td>\n<td>Indicates if inventory is present at the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_blurred</td>\n<td>Boolean</td>\n<td>Indicates if the shop's image is blurred.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_live</td>\n<td>Boolean</td>\n<td>Indicates if the given image of shop is captured live.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.is_shop</td>\n<td>Boolean</td>\n<td>Indicates if the location is identified as a shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mcc_categories</td>\n<td>Array</td>\n<td>An array containing categories associated with the shop by MCC.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mcc_categories.category</td>\n<td>String</td>\n<td>The specific category identified for the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mcc_categories.confidence_score</td>\n<td>Integer</td>\n<td>Confidence score for the category classification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mcc_categories.mcc_code</td>\n<td>Integer</td>\n<td>The MCC code associated with the category.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.shop_board_type</td>\n<td>String</td>\n<td>The type of shop board (e.g., \"Permanent\").</td>\n<td></td>\n</tr>\n<tr>\n<td>result.shop_movable</td>\n<td>Boolean</td>\n<td>Indicates if the shop is movable.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.shop_name</td>\n<td>String</td>\n<td>The name of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.shop_name_translated</td>\n<td>String</td>\n<td>Translated name of the shop.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.shop_name_visible</td>\n<td>Boolean</td>\n<td>Indicates if the shop name is visible.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of action or document being processed (e.g., \"shopai\").</td>\n<td>Value: \"shopai\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"36bf4fdf-5d4d-442d-b2a1-d137eeac9bc7","name":"Success: Get task (shop images)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-10-28T13:49:45+05:30\",\n        \"created_at\": \"2024-10-28T13:49:37+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"c04bcf83-5628-400d-89bf-bf5d2cc931b9\",\n        \"result\": {\n            \"cash_counter_registery_present\": false,\n            \"custom_list\": [\n\t{\n        \"super_category\": \"Grocery and Daily Needs\",\n        \"sub_category\": \"Kirana & General Stores\",\n        \"new_risk_category\": \"LOW\",\n        \"mcc_code\": 5411,\n        \"category\": \"Kirana & General Stores\"\n      }\n],\n            \"inventory_present\": true,\n            \"is_blurred\": false,\n            \"is_live\": true,\n            \"is_shop\": true,\n            \"mcc_categories\": [\n                {\n                    \"category\": \"Grocery Stores, Supermarkets\",\n                    \"confidence_score\": 85,\n                    \"mcc_code\": 5411\n                },\n                {\n                    \"category\": \"Cigar Stores and Stands\",\n                    \"confidence_score\": 70,\n                    \"mcc_code\": 5993\n                }\n            ],\n            \"shop_board_type\": \"Permanent\",\n            \"shop_movable\": false,\n            \"shop_name\": \"Stop 2 Shop\",\n            \"shop_name_translated\": \"Stop 2 Shop\",\n            \"shop_name_visible\": true\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shopai\"\n    }\n]"},{"id":"572bf452-d0ee-496d-9cc6-9d97135593e8","name":"Success: Get task (non-shop images)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-10-28T14:10:46+05:30\",\n        \"created_at\": \"2024-10-28T14:10:41+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"f396ca39-af4b-47a1-a7c0-f2cc2ebfd7a6\",\n        \"result\": {\n            \"cash_counter_registery_present\": null,\n            \"custom_list\": [],\n            \"inventory_present\": null,\n            \"is_blurred\": null,\n            \"is_live\": null,\n            \"is_shop\": false,\n            \"mcc_categories\": [\n                {\n                    \"category\": null,\n                    \"confidence_score\": null,\n                    \"mcc_code\": null\n                }\n            ],\n            \"shop_board_type\": null,\n            \"shop_movable\": null,\n            \"shop_name\": null,\n            \"shop_name_translated\": null,\n            \"shop_name_visible\": null\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shopai\"\n    }\n]"},{"id":"d5e0d6d6-6762-4089-ac30-a1e278a2b895","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"1b9a3338-64d7-489e-b81b-f22c76d9eb4c","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"3aa8c68d-77d0-477e-a934-6cd4144fc366","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"db7be64d-a27e-41f2-9031-4b0df535b97f","name":"Err: Invalid Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n        \"created_at\": \"2024-08-16T11:48:38+05:30\",\n        \"error\": \"INVALID_IMAGE\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Image is non compliant to request/quality standard\",\n        \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shopai\"\n    }\n]"},{"id":"1eb9b5ba-43c8-4d37-880a-d3199efb45c3","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-10-28T14:12:36+05:30\",\n        \"created_at\": \"2024-10-28T14:12:36+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"af5410dd-3a9a-4754-b97e-e9ebd06f6927\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shopai\"\n    }\n]"},{"id":"5a9cb002-b330-496d-9924-5e458c20923a","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2024-10-28T14:15:32+05:30\",\n        \"created_at\": \"2024-10-28T14:15:32+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"91bf164d-686c-4f64-a534-23e94215beb1\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"shopai\"\n    }\n]"}],"_postman_id":"a03fc239-b20e-4538-8a7e-e616e60e3b8a"}],"id":"b40c7657-18e9-42ce-88f2-e890db8f8e8d","_postman_id":"b40c7657-18e9-42ce-88f2-e890db8f8e8d","description":""}],"id":"8dc4a532-a17b-4023-ae9b-101b833a2a25","_postman_id":"8dc4a532-a17b-4023-ae9b-101b833a2a25","description":""},{"name":"Sync","item":[{"name":"Shop Image Validation","id":"b1315952-727f-44f2-abd2-12c51adbb6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"link\" //url or base64\n    \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/shop_image","description":"<p>The API uses image recognition technology to check whether the shop images are valid, helping in merchant onboarding. It identifies whether the image has a shop and whether the image is clear or blurry.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Shop image in url or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Value: “validate”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The completion date and time of the action</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The creation date and time of the action</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action.</td>\n</tr>\n<tr>\n<td>result.is_blur</td>\n<td>Boolean</td>\n<td>Indicates if the image is blurry or clear</td>\n</tr>\n<tr>\n<td>result.is_shop</td>\n<td>Boolean</td>\n<td>Indicates if the image is a shop image</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","validate","shop_image"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e7d69be0-bb4b-4f04-979d-b8fc35e6c6bc","name":"Success: validate_shop_image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://etimg.etb2bimg.com/photo/76159933.cms\"\n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/shop_image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"validate\",\n    \"completed_at\": \"2024-09-05T14:37:15+05:30\",\n    \"created_at\": \"2024-09-05T14:37:14+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"d04b8b41-6fd4-4650-8286-30ca63b298d8\",\n    \"result\": {\n        \"is_blur\": false,\n        \"is_shop\": true\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shop_image\"\n}"},{"id":"ab9d9cf7-3890-45cd-b3ba-7cb68e42e199","name":"Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://etimg.etb2bimg.com/photo/76159933.cms\"\n    \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/shop_image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"57a14d5e-880d-4967-ac25-76ef78f12b9d","name":"Err: Missing API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://etimg.etb2bimg.com/photo/76159933.cms\"\n    \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/shop_image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:53:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"bed2fa7e-a1ee-472a-a571-223c2f735cdc","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": \n    {\n        \"document1\": \"https://etimg.etb2bimg.com/photo/76159933.cms\",\n    \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/validate/shop_image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"b1315952-727f-44f2-abd2-12c51adbb6e8"},{"name":"Shop Image Analysis","id":"e35ee83e-1098-497b-92de-090d27ec495a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ //link1 is mandatory\n            \"link1\",\n            \"link2\",\n            \"link3\",\n            \"link4\"\n        ],\n        \"advanced_features\": { // optional key\n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true,\n            \"cash_counter_registry_presence\":true, \n            \"blurriness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image","description":"<p>The API leverages cutting-edge image recognition technology to analyze store images, providing crucial details for merchant onboarding. It identifies the store name, suggests relevant Merchant Category Codes (MCCs), and determines the store's mobility status.</p>\n<p>This HTTP POST request is used to analyze a shop image and synchronize tasks. The request should include a task ID, group ID, and the shop image URL. Additionally, there is an optional parameter for advanced features, which includes regional language extraction, language translation, and store liveness check.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of strings</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Upto 4 Shop images in URL or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes, 1 link is mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below params</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Contains advanced feature options, all of which are optional.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.regional_language_extraction</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Flag to indicate if regional language extraction is enabled.</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.language_translation<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to indicate if language translation is enabled.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.store_liveness_check</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag for enabling shop liveness detection.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.cash_counter_registry_presence</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to check if a cash counter is present in the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.blurriness_check</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to enable blurriness check on the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Value: “analyse”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The completion date and time of the action</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The creation date and time of the action</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action.</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>object</td>\n<td>The output data extracted from the shop image analysis.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_visible</td>\n<td>boolean</td>\n<td>Indicates if the shop name is visible in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_board_type</td>\n<td>string</td>\n<td>Type of shop board, either \"flex\" or \"permanent\".</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name</td>\n<td>string</td>\n<td>The name of the shop, if visible; otherwise, it may be an empty string.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_movable</td>\n<td>boolean</td>\n<td>Indicates if the shop is movable.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_translated</td>\n<td>string</td>\n<td>The translated name of the shop, included only if language translation is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.inventory_present</td>\n<td>boolean</td>\n<td>Indicates if there is inventory visible in the shop.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_live</td>\n<td>boolean</td>\n<td>Indicates if a live shop image is passed as input, included only if store liveness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.cash_counter_registery_present</td>\n<td>boolean</td>\n<td>Indicates if a cash counter is present in the image, included only if cash counter registry presence is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_blurred</td>\n<td>boolean</td>\n<td>Indicates if the image is blurred, included only if blurriness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories</td>\n<td>array of objects</td>\n<td>List of MCC categories identified in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.mcc_code</td>\n<td>string</td>\n<td>The MCC code corresponding to the category identified.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.category</td>\n<td>string</td>\n<td>The description of the MCC category.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.confidence_score</td>\n<td>integer</td>\n<td>The confidence score of the category classification.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.reason</td>\n<td>string</td>\n<td>Reason for the MCC category classification.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Indicates the status of the task</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Describes the type of task, in this case, \"shop_image\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","analyse","shop_image"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"f4871112-d6cf-455d-8331-a3a167e77cd6","name":"Success: analyse_shop_image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ //link1 is mandatory\n            \"link1\",\n            \"link2\",\n            \"link3\",\n            \"link4\"\n        ],\n        \"advanced_features\": { // optional key\n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":" {\n        \"action\": \"analyse\",\n        \"completed_at\": \"2023-12-21T15:44:01+05:30\",\n        \"created_at\": \"2023-12-21T15:43:53+05:30\",\n        \"group_id\": \"0cefe728-7e44-4900-9fcf-700f0545860f\",\n        \"request_id\": \"ec9c8267-2f81-40f4-b846-f8c386fc3abb\",\n        \"result\": {\n            \"inventory_present\": true,\n            \"mcc_categories\": [\n                {\n                    \"category\": \"Dairy Products Store\",\n                    \"confidence_score\": 92,\n                    \"mcc_code\": 5451,\n                    \"reason\": \"Store specializes in dairy products, which is evident from the signage and inventory.\"\n                },\n                {\n                    \"category\": \"Miscellaneous Food Stores\",\n                    \"confidence_score\": 75,\n                    \"mcc_code\": 5499,\n                    \"reason\": \"The shop sells miscellaneous food products which could also include a variety of other edible items apart from dairy.\"\n                }\n            ],\n            \"shop_board_type\": \"Flex\", // possible values - \"Permenant\", and \"others\"\n            \"store_movable\": false,\n            \"store_name\": \"Amul Prem Dairy\",\n            \"store_name_visible\": true,  \n            \"store_name_translated\": \"Amul Prem Dairy\",\n            \"is_live\" : true\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"269fed60-8e75-4687-880d-cf39c3b9e518\",\n        \"type\": \"shop_image\"\n    }\n"},{"id":"eb746e54-3f4c-46c0-9bfd-28bc1448a538","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [ //link1 is mandatory\n            \"link1\",\n            \"link2\",\n            \"link3\",\n            \"link4\"\n        ],\n        \"advanced_features\": { // optional key\n            \"regional_language_extraction\": true,\n            \"language_translation\": true,\n            \"store_liveness_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-09-09T18:05:36+05:30\",\n    \"created_at\": \"2024-09-09T18:05:36+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"dd7e1a34-705b-4f93-8f30-7f6f7fc2b133\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shop_image\"\n}"},{"id":"582bacfb-aa62-4b35-8e0f-e47f0430c48f","name":"Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"124213","type":"text"},{"key":"account-id","value":"124322","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<Shop Image URL>\", //mandatory shop image\n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"78caaefb-757a-4857-b22b-8b58f6387062","name":"Err: Missing API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<Shop Image URL>\", //mandatory shop image\n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:53:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"137c43b8-e213-4c57-a14b-70333f9dfd9d","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<Shop Image URL>\", //mandatory shop image\n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/analyse/shop_image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"e35ee83e-1098-497b-92de-090d27ec495a"},{"name":"Shop AI","id":"e9e3ba49-fedf-4014-8a15-b8ce6787e6f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai","description":"<p>The API leverages cutting-edge image recognition technology to analyze store images, providing crucial details for merchant onboarding. It identifies the store name, suggests relevant Merchant Category Codes (MCCs), and determines the store's mobility status.</p>\n<p>This HTTP POST request is used to analyze a shop image and synchronize tasks. The request should include a task ID, group ID, and the shop image URL. Additionally, there is an optional parameter for advanced features, which includes regional language extraction, language translation, and store liveness check.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.document1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of strings</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Upto 4 Shop images in URL or base64 format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes, 1 link is mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below params</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Contains advanced feature options, all of which are optional.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.regional_language_extraction</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Flag to indicate if regional language extraction is enabled.</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.language_translation<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to indicate if language translation is enabled.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.advanced_features.store_liveness_check</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag for enabling shop liveness detection.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.cash_counter_registry_presence</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to check if a cash counter is present in the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>data.advanced_features.blurriness_check</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag to enable blurriness check on the image</div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Value: “analyse”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The completion date and time of the action</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The creation date and time of the action</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request.</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result of the action.</td>\n</tr>\n<tr>\n<td>result.extraction_output</td>\n<td>object</td>\n<td>The output data extracted from the shop image analysis.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_visible</td>\n<td>boolean</td>\n<td>Indicates if the shop name is visible in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_board_type</td>\n<td>string</td>\n<td>Type of shop board, either \"flex\" or \"permanent\".</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name</td>\n<td>string</td>\n<td>The name of the shop, if visible; otherwise, it may be an empty string.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_movable</td>\n<td>boolean</td>\n<td>Indicates if the shop is movable.</td>\n</tr>\n<tr>\n<td>result.extraction_output.shop_name_translated</td>\n<td>string</td>\n<td>The translated name of the shop, included only if language translation is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.inventory_present</td>\n<td>boolean</td>\n<td>Indicates if there is inventory visible in the shop.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_live</td>\n<td>boolean</td>\n<td>Indicates if a live shop image is passed as input, included only if store liveness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.cash_counter_registery_present</td>\n<td>boolean</td>\n<td>Indicates if a cash counter is present in the image, included only if cash counter registry presence is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.is_blurred</td>\n<td>boolean</td>\n<td>Indicates if the image is blurred, included only if blurriness check is enabled.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories</td>\n<td>array of objects</td>\n<td>List of MCC categories identified in the image.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.mcc_code</td>\n<td>string</td>\n<td>The MCC code corresponding to the category identified.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.category</td>\n<td>string</td>\n<td>The description of the MCC category.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.confidence_score</td>\n<td>integer</td>\n<td>The confidence score of the category classification.</td>\n</tr>\n<tr>\n<td>result.extraction_output.mcc_categories.reason</td>\n<td>string</td>\n<td>Reason for the MCC category classification.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Indicates the status of the task</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Describes the type of task, in this case, \"shop_image\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","analyse","shopai"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c46e4889-fe74-46d6-9125-478f46453f06","name":"Success: shop images","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-10-28T13:49:45+05:30\",\n    \"created_at\": \"2024-10-28T13:49:37+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"c04bcf83-5628-400d-89bf-bf5d2cc931b9\",\n    \"result\": {\n        \"cash_counter_registery_present\": false,\n        \"custom_list\": [\n{\n    \"super_category\": \"Grocery and Daily Needs\",\n    \"sub_category\": \"Kirana & General Stores\",\n    \"new_risk_category\": \"LOW\",\n    \"mcc_code\": 5411,\n    \"category\": \"Kirana & General Stores\"\n    }\n],\n        \"inventory_present\": true,\n        \"is_blurred\": false,\n        \"is_live\": true,\n        \"is_shop\": true,\n        \"mcc_categories\": [\n            {\n                \"category\": \"Grocery Stores, Supermarkets\",\n                \"confidence_score\": 85,\n                \"mcc_code\": 5411\n            },\n            {\n                \"category\": \"Cigar Stores and Stands\",\n                \"confidence_score\": 70,\n                \"mcc_code\": 5993\n            }\n        ],\n        \"shop_board_type\": \"Permanent\",\n        \"shop_movable\": false,\n        \"shop_name\": \"Stop 2 Shop\",\n        \"shop_name_translated\": \"Stop 2 Shop\",\n        \"shop_name_visible\": true\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shopai\"\n}\n"},{"id":"23d034b3-b15c-4e86-b13b-f0bd8c0b68d0","name":"Success: non-shop images","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-10-28T14:10:46+05:30\",\n    \"created_at\": \"2024-10-28T14:10:41+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"f396ca39-af4b-47a1-a7c0-f2cc2ebfd7a6\",\n    \"result\": {\n        \"cash_counter_registery_present\": null,\n        \"custom_list\": [],\n        \"inventory_present\": null,\n        \"is_blurred\": null,\n        \"is_live\": null,\n        \"is_shop\": false,\n        \"mcc_categories\": [\n            {\n                \"category\": null,\n                \"confidence_score\": null,\n                \"mcc_code\": null\n            }\n        ],\n        \"shop_board_type\": null,\n        \"shop_movable\": null,\n        \"shop_name\": null,\n        \"shop_name_translated\": null,\n        \"shop_name_visible\": null\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shopai\"\n}"},{"id":"d31c1aa0-651c-4a24-ba53-2698f0ab05ca","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-09-09T18:05:36+05:30\",\n    \"created_at\": \"2024-09-09T18:05:36+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"dd7e1a34-705b-4f93-8f30-7f6f7fc2b133\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shop_ai\"\n}"},{"id":"6c438578-be02-46d9-b0ec-796b252b881f","name":"Err: Invalid Image","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"analyse\",\n    \"completed_at\": \"2024-08-16T11:48:41+05:30\",\n    \"created_at\": \"2024-08-16T11:48:38+05:30\",\n    \"error\": \"INVALID_IMAGE\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Image is non compliant to request/quality standard\",\n    \"request_id\": \"e63bcfff-53e9-4d92-a5da-ef4204bec1ac\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"shopai\"\n}"},{"id":"85abfe43-b66b-4d9d-b550-aff43a0790e5","name":"Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123"},{"key":"account-id","value":"123123"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Tue, 27 Feb 2024 09:30:48 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"db67f511-74d1-454e-bb97-b25d90a2e3b8","name":"Err: Missing API key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Fri, 21 Oct 2022 09:53:26 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c0ae25a9-072b-4337-b618-76ed3ce08ca8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": [\"link1\", \"link2\", \"link3\", \"link4\"], \n        \"advanced_features\": { \n           \"regional_language_extraction\": true,\n           \"language_translation\": true,\n           \"store_liveness_check\":true, \n           \"cash_counter_registry_presence\":true, \n           \"blurriness_check\": true, \n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/analyse/shopai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 09:58:14 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"e9e3ba49-fedf-4014-8a15-b8ce6787e6f9"}],"id":"87b43398-929f-4408-9f43-d8a8ad079ed2","_postman_id":"87b43398-929f-4408-9f43-d8a8ad079ed2","description":""}],"id":"b724cd09-6c0b-44a2-a585-efb88656289d","_postman_id":"b724cd09-6c0b-44a2-a585-efb88656289d","description":""},{"name":"Advanced Solutions","item":[{"name":"Async","item":[{"name":"AML Async (DEPRECATED)","item":[{"name":"aml async","id":"0918f34d-2636-4947-bc7d-d618e6f2ff86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml","description":"<p>IDfy's AML check allows you to perform advanced and real-time Anit-Money laundering checks on an end-user.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.search_term</td>\n<td>String</td>\n<td>The term to be searched</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.exact_match</td>\n<td>Boolean</td>\n<td>To determine if only the hits with exactly matching names are to be returned</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n<tr>\n<td>data.fuzziness</td>\n<td>String</td>\n<td>Level of birth year fuzziness for the search</td>\n<td>No</td>\n<td>Should be \"low\", \"medium\", \"high\" or “exact_match”</td>\n</tr>\n<tr>\n<td>data.filters</td>\n<td>Object</td>\n<td>Filters applied to the search</td>\n<td>No</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.filters.types</td>\n<td>Array</td>\n<td>Types of searches</td>\n<td>No</td>\n<td>Should be a valid array of strings. Types : \"adverse-media\", \"pep\"</td>\n</tr>\n<tr>\n<td>data.filters.birth_year</td>\n<td>String</td>\n<td>Birth year of the person</td>\n<td>No</td>\n<td>Should be a valid year string</td>\n</tr>\n<tr>\n<td>data.filters.remove_deceased</td>\n<td>Boolean</td>\n<td>Whether to remove deceased persons from the results</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n<tr>\n<td>data.filters.country_codes</td>\n<td>Array</td>\n<td>List of country codes for the search</td>\n<td>No</td>\n<td>Should be a valid array of strings</td>\n</tr>\n<tr>\n<td>data.filters.entity_type</td>\n<td>String</td>\n<td>Type of entity being searched (e.g., person, company)</td>\n<td>No</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.filters.cibil_check</td>\n<td>Boolean</td>\n<td>Whether to perform a CIBIL check</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","aml"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"39b319c7-d041-4357-9852-76b58834e3c4","name":"Success: aml async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:10:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"3a4c1293-5110-4727-a994-5fc88a58c99e","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:07:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0a023036-967b-4316-9419-817d9fec8649","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:08:15 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c6ffd357-49fa-4ea1-bd97-cd1c85d170ad","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true,\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:08:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"0918f34d-2636-4947-bc7d-d618e6f2ff86"},{"name":"Get task","id":"a1d0a9e1-89a0-4593-8270-993d02b6baf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action type</td>\n<td>Values: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (ISO 8601 datetime)</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (ISO 8601 datetime)</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits</td>\n<td>object</td>\n<td>Details of CIBIL hits</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.hit_found</td>\n<td>boolean</td>\n<td>Indicates if a CIBIL hit was found</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.hits</td>\n<td>string (URL)</td>\n<td>URL to access CIBIL hits data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.number_of_hits</td>\n<td>integer</td>\n<td>Number of CIBIL hits</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters</td>\n<td>object</td>\n<td>Filters applied for the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.birth_year</td>\n<td>integer</td>\n<td>Birth year used in the filter</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.country_codes</td>\n<td>array of strings</td>\n<td>List of country codes used in the filter</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.entity_type</td>\n<td>string</td>\n<td>Type of entity (e.g., person, organization)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.exact_match</td>\n<td>boolean</td>\n<td>Indicates if exact match is required</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.fuzziness</td>\n<td>string</td>\n<td>Level of fuzziness for matching (e.g., high, medium, low)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.remove_deceased</td>\n<td>boolean</td>\n<td>Indicates if deceased individuals should be removed from the results</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.types</td>\n<td>array of strings</td>\n<td>Types of entities to filter (e.g., pep, adverse-media)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.hits</td>\n<td>string (URL)</td>\n<td>URL to access hits data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_status</td>\n<td>string</td>\n<td>Match status of the search term</td>\n<td></td>\n</tr>\n<tr>\n<td>result.search_term</td>\n<td>string</td>\n<td>Search term used in the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.total_hits</td>\n<td>integer</td>\n<td>Total number of hits found</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of verification</td>\n<td>Value: \"aml\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"91278e52-3a05-421d-bfe1-e24350ad5814","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ada768ab-c625-44d5-8393-f493a2521a86","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ada768ab-c625-44d5-8393-f493a2521a86"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:10:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-22T15:24:25+05:30\",\n        \"created_at\": \"2024-07-22T15:24:16+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"d829c13c-a5be-4905-b7a0-52811579264e\",\n        \"result\": {\n            \"cibil_hits\": {\n                \"hit_found\": false,\n                \"hits\": \"https://storage.idfy.com/d829c13c-a5be-4905-b7a0-52811579264e-aml-cibil-check.json?Expires=1724234065&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=Xhkcf%2BQaX7ff5iUWtshTuTvFQ7ZtdmD9M08UAGP1FWtVaa2qpNKZ0%2F9lbKdCkfhPIsHSam2kQKge68GujXNZ%2BI%2FqwkGJZUCo1OXuBMs4UbDpO3dR0NxH1WVpmxA59LIu7woPCIbzaQoraMEzjCETcvtFJ3fFVJn96z2cXSAgTPRYAJMflYfnPN1cHp1WDh27NCtc2bduCw7u2ku%2F87KUUXxvc4CF8dNxFj3mSXDaz%2BBofYVREJ2gsQzqyKwM0oLLYy4MojA%2F7MeaIEVPhzVzENqsteMr5N2jj511tW6HODnI2RFUfXc0BKZPkGqnkRBDDyCXLjTJYPD8wBEArBVAHQ%3D%3D\",\n                \"number_of_hits\": 0\n            },\n            \"filters\": {\n                \"birth_year\": 1964,\n                \"country_codes\": [\n                    \"IN\",\n                    \"US\"\n                ],\n                \"entity_type\": \"person\",\n                \"exact_match\": false,\n                \"fuzziness\": \"high\",\n                \"remove_deceased\": 1,\n                \"types\": [\n                    \"pep\",\n                    \"adverse-media\"\n                ]\n            },\n            \"hits\": \"https://storage.idfy.com/temp/d829c13c-a5be-4905-b7a0-52811579264e-aml.json?Expires=1724234065&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=J2lM8JFwdvGl7C42AuJxn0b1grisTwy6WVIgNdTcowqECFNU2HeeohnJGGP70T%2BrloVBAvNGZ4aPBrTAhZQo1yujg1fvbSz8OcvLh9c%2FPmtuEyP8XSCBHLtIoa1FissDxe8YAVpOgqLibpeH31m3TxgFOVpDNt98%2FDzHztZEapXlGSlEIqgVNd9QwOpFzP54JqKRxpqa4TG1mDfTUp3E801jj%2BOc2e3KSSsi48i7o%2Fk%2FHduNgyft5fGrf0zKm1yqygkNJCxu%2F7BYAY8lu3WJZkDV4yHGvlGscNebIBah997x%2F1eeEtKuTdcjQkZ%2BGTMAGxiEEIrWtskBYDYzuEs5OQ%3D%3D\",\n            \"match_status\": \"no_match\",\n            \"search_term\": \"Jeff Bezoz\",\n            \"total_hits\": 0\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"aml\"\n    }\n]"},{"id":"226e5c4a-5559-4742-a59e-69ca349eb859","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ada768ab-c625-44d5-8393-f493a2521a86","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ada768ab-c625-44d5-8393-f493a2521a86"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:10:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T11:16:43+05:30\",\n        \"created_at\": \"2024-09-10T11:16:43+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"c50db041-07c7-4161-8060-aee9550b3887\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"aml\"\n    }\n]"},{"id":"cc907b9b-c92e-412a-9bdb-03d518b0caa9","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"251c3637-cde1-4dd6-a009-2bfbf083f208","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5124d8dc-c2dc-43e7-a73b-7fcf48e5a14f","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"a1d0a9e1-89a0-4593-8270-993d02b6baf6"}],"id":"a420e868-e4ad-4990-b146-1a27a5530507","_postman_id":"a420e868-e4ad-4990-b146-1a27a5530507","description":""},{"name":"AML V2 Async","item":[{"name":"aml v2 async","id":"f23804fe-f420-4766-b04f-64fc7349008d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Ashiq Ahmed Nengroo\", // only mandatory key\n        \"filters\": {\n            \"birth_year\": \"1964\", \n            \"name_fuzziness\": \"1\", // default value = 1\n            \"birth_year_fuzziness\": \"2\", // default value = 2\n            \"types\": [\n                \"sanctions\",\n                \"pep\",\n                \"warnings\",\n                \"adverse_media\"\n            ],\n            \"pan_number\": \"ABCTY1234D\",\n            \"search_profile\": \"\", //search_profile provided by IDfy\n            \"entity_type\": \"individual\"\n        },\n        \"get_profile_pdf\": true,\n        \"cibil_check\": true, // true if cibil hits are expected in response\n        \"version\": \"2\" // default value = 1\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml","description":"<p>IDfy's AML check allows you to perform advanced and real-time Anit-Money laundering checks on an end-user.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task.</td>\n<td>Should be a valid UUID format.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group.</td>\n<td>Should be a valid UUID format.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data to be used for the search.</td>\n<td></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.search_term</td>\n<td>string</td>\n<td>Search term to use for the query.</td>\n<td>Must be a non-empty string.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.filters</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.filters.birth_year</td>\n<td>string</td>\n<td>Birth year filter to refine search results.</td>\n<td>Must be a four-digit year (e.g., \"1964\").</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.filters.name_fuzziness</td>\n<td>string</td>\n<td>Fuzziness level for the name; helps in partial matching (default value is 1)</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Acceptable values: 0 - Exact match ; 1 - Recommended ML Search ; 2 - Basic Fuzzy match</td>\n<td>Must be a numeric string (0,1 or 2)</td>\n<td>No</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>data.filters.birth_year_fuzziness</td>\n<td>string</td>\n<td>Fuzziness level for birth year (default value is 2). Acceptable values: 0-10</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0 being exact match, 10 being +/- 10 years</td>\n<td>Must be a numeric string between 0 and 10 (both inclusive)</td>\n<td>No</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>data.filters.types</td>\n<td>array of strings</td>\n<td>List of result types to filter on (sanctions, pep, warnings, adverse_media). Default value: [sanctions, pep, warnings]</td>\n<td>Must contain valid types as strings in lowercase.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.filters.pan_number</td>\n<td>string</td>\n<td>PAN filter for individual/entity verification.</td>\n<td>Must be a valid PAN (e.g., \"ABCTY1234D\").</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.filters.search_profile</td>\n<td>string</td>\n<td>Specific search profile to apply.</td>\n<td>Must be a non-empty string if provided.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.filters.entity_type</td>\n<td>string</td>\n<td>Type of entity for the search \"individual\" or \"organization\" (default value is “individual”)</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Must match either \"individual\" or \"organization\".</td>\n<td>No</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>data.get_profile_pdf</td>\n<td>boolean</td>\n<td>Whether to generate a PDF report of the search results.</td>\n<td>Must be true or false.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.cibil_check</td>\n<td>boolean</td>\n<td>Indicates if a CIBIL check is required.</td>\n<td>Must be true or false.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>data.version</td>\n<td>string</td>\n<td>Version of the search protocol, with a default value of \"1\".</td>\n<td>Must be “2” for using V2 API</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","aml"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e9ec8bf3-c812-4eee-889b-e189fcf4afe4","name":"Success: aml async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Ashiq Ahmed Nengroo\", \n        \"filters\": {\n            \"birth_year\": \"1964\", \n            \"name_fuzziness\": \"1\", \n            \"birth_year_fuzziness\": \"2\", \n            \"types\": [\n                \"sanctions\",\n                \"pep\",\n                \"warnings\",\n                \"adverse_media\"\n            ],\n            \"pan_number\": \"ABCTY1234D\",\n            \"search_profile\": \"\",\n            \"entity_type\": \"individual\"\n        },\n        \"get_profile_pdf\": true,\n        \"cibil_check\": true, \n        \"version\": \"2\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"ac17fbc1-19c7-445c-8a1b-6cddbd545eb4","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Ashiq Ahmed Nengroo\", \n        \"filters\": {\n            \"birth_year\": \"1964\", \n            \"name_fuzziness\": \"1\", \n            \"birth_year_fuzziness\": \"2\", \n            \"types\": [\n                \"sanctions\",\n                \"pep\",\n                \"warnings\",\n                \"adverse_media\"\n            ],\n            \"pan_number\": \"ABCTY1234D\",\n            \"search_profile\": \"\",\n            \"entity_type\": \"individual\"\n        },\n        \"get_profile_pdf\": true,\n        \"cibil_check\": true, \n        \"version\": \"2\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"12c76993-c98e-4119-9940-ec94a4e5f1e0","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"123456"},{"key":"account-id","value":"123455"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Ashiq Ahmed Nengroo\", \n        \"filters\": {\n            \"birth_year\": \"1964\", \n            \"name_fuzziness\": \"1\", \n            \"birth_year_fuzziness\": \"2\", \n            \"types\": [\n                \"sanctions\",\n                \"pep\",\n                \"warnings\",\n                \"adverse_media\"\n            ],\n            \"pan_number\": \"ABCTY1234D\",\n            \"search_profile\": \"\",\n            \"entity_type\": \"individual\"\n        },\n        \"get_profile_pdf\": true,\n        \"cibil_check\": true, \n        \"version\": \"2\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f5f02951-fd9e-4056-956d-21854fc1ef7f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Ashiq Ahmed Nengroo\", \n        \"filters\": {\n            \"birth_year\": \"1964\", \n            \"name_fuzziness\": \"1\", \n            \"birth_year_fuzziness\": \"2\", \n            \"types\": [\n                \"sanctions\",\n                \"pep\",\n                \"warnings\",\n                \"adverse_media\"\n            ],\n            \"pan_number\": \"ABCTY1234D\",\n            \"search_profile\": \"\",\n            \"entity_type\": \"individual\"\n        },\n        \"get_profile_pdf\": true,\n        \"cibil_check\": true, \n        \"version\": \"2\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"f23804fe-f420-4766-b04f-64fc7349008d"},{"name":"Get task","id":"cf40a3ba-7b6b-404b-ae93-b19cdc367b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action requested</td>\n<td>Must be \"verify_with_source\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp for action completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp for action creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Group ID for related requests</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique ID for the specific request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains detailed results of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits</td>\n<td>Object</td>\n<td>Information on CIBIL-specific hits</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.hit_found</td>\n<td>Boolean</td>\n<td>Indicates if any CIBIL hits were found</td>\n<td>Must be true or false</td>\n</tr>\n<tr>\n<td>result.cibil_hits.hits</td>\n<td>String (URL)</td>\n<td>URL to CIBIL check results</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.cibil_hits.number_of_hits</td>\n<td>Integer</td>\n<td>Number of CIBIL hits</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td>result.filters</td>\n<td>Object</td>\n<td>Search filters applied</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>result.filters.birth_year</td>\n<td>String (YYYY)</td>\n<td>Birth year used in the search filter</td>\n<td>4-digit year (e.g., \"1964\")</td>\n</tr>\n<tr>\n<td>result.filters.birth_year_fuzziness</td>\n<td>String</td>\n<td>Fuzziness level for the birth year</td>\n<td>Default value = \"2\"</td>\n</tr>\n<tr>\n<td>result.filters.entity_type</td>\n<td>String</td>\n<td>Type of entity searched, e.g., \"individual\"</td>\n<td>Must be one of a fixed set of values</td>\n</tr>\n<tr>\n<td>result.filters.name_fuzziness</td>\n<td>String</td>\n<td>Fuzziness level for the name</td>\n<td>Default value = \"1\"</td>\n</tr>\n<tr>\n<td>result.filters.pan_number</td>\n<td>String</td>\n<td>PAN number used in search</td>\n<td>10-character alphanumeric</td>\n</tr>\n<tr>\n<td>result.filters.search_profile</td>\n<td>String</td>\n<td>Profile code for search configuration</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.types</td>\n<td>Array of Strings</td>\n<td>Types of searches conducted</td>\n<td></td>\n</tr>\n<tr>\n<td>result.hits</td>\n<td>String (URL)</td>\n<td>URL link to results json</td>\n<td>Must be a valid URL</td>\n</tr>\n<tr>\n<td>result.match_status</td>\n<td>String</td>\n<td>Indicates if a match was found</td>\n<td>Must be a fixed set of values</td>\n</tr>\n<tr>\n<td>result.search_term</td>\n<td>String</td>\n<td>Term that was searched</td>\n<td>Alphanumeric string</td>\n</tr>\n<tr>\n<td>result.total_hits</td>\n<td>Integer</td>\n<td>Total number of results found</td>\n<td>Non-negative integer</td>\n</tr>\n<tr>\n<td>result.profile_pdf</td>\n<td>String</td>\n<td>If PDF is required, a pdf report url will be provided</td>\n<td>A valid report URL</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the request</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"3166f9fc-882a-48de-bf92-97b19c5da0c0","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-10-29T16:02:50+05:30\",\n        \"created_at\": \"2024-10-29T16:02:24+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"604659fa-e782-455e-bdb7-f9e140e517b7\",\n        \"result\": {\n            \"cibil_hits\": {\n                \"hit_found\": false,\n                \"hits\": \"https://storage.idfy.com/604659fa-e782-455e-bdb7-f9e140e517b7-aml-cibil-check.json?Expires=1732789971&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=VkkvBToWXBQxFawkgc9k94qHMFCJWLSJaJCY9k8F2FExR%2B8RB8P4l65RezvcdNAGMYxrsm6YJnBDHx8d9NyIk3ueYSX6EzBfWNb8DG8zHc%2FdoMK%2B4JtrVKvDZ64iKHUTm5xV8LJE7UfKwug0YgW1GFj0rYKAJYrlxi2YReR%2FzZht67Iz4jQPMJuB3Wn4wyyH421riZd687aAU5Y%2FphQ6BS3b%2F%2FOVzmub3QO6pu%2B5fHGjOEgPYjdZ1LU7hfZ%2Bggbenki2bPPVDBPZWe%2FpO8a%2BJsOFZB%2FbbLVZfGa%2Fe2283x5TAKUg5Oy9il33VHXs7xZxdamTpZkaPHSliRb2yKCa%2Bg%3D%3D\",\n                \"number_of_hits\": 0\n            },\n            \"filters\": {\n                \"birth_year\": \"1964\",\n                \"birth_year_fuzziness\": \"2\",\n                \"entity_type\": \"individual\",\n                \"name_fuzziness\": \"1\",\n                \"pan_number\": \"ABCTY1234D\",\n                \"search_profile\": \"config_code_provided\",\n                \"types\": [\n                    \"sanctions\",\n                    \"pep\",\n                    \"warnings\",\n                    \"adverse_media\"\n                ]\n            },\n            \"hits\": \"https://storage.idfy.com/604659fa-e782-455e-bdb7-f9e140e517b7-aml-v2-crimecheck.json?Expires=1732789971&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=DwxVe%2FWFeFKJp6Wlxk%2BDtVoNL%2BtLoOnDNhfstJI32sTrWUVwDHRa%2BgkysedGhIXIjrndtzY6KQaJxPu%2FJPQGm1hYeqMjqvbInfh7DBnWQWukN4yTJ6%2FsmmpGbR5C8H1LSy%2BFAsFAvlcTI9I%2Ffzsgyrd85oGbpAKyR6ACgqO6CyZY2WjwnFgHFFulWnYBgFdKifh58eP4OkRnc6kd0bKDfMoipo4mrMnltp0pGNB2a9T5MK3wU6Yym18M0otaZ55dCSp9fUXdkQcgB9s13ig5Fa59gRelmAJwcViGZ7gx3aQcmLbZCQEdbT%2BFRAtNOeCrv5p0dzOeA%2Fl0%2B55A%2BK2ECA%3D%3D\",\n            \"match_status\": \"potential_match\",\n            \"search_term\": \"ashiq ahmed nengroo\",\n\"profile_pdf\":\"https://find-your-pdf-here.com\",\n            \"total_hits\": 2\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"aml\"\n    }\n]"},{"id":"116d803e-3006-43a1-8a6e-3dc28048656d","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T11:16:43+05:30\",\n        \"created_at\": \"2024-09-10T11:16:43+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"c50db041-07c7-4161-8060-aee9550b3887\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"aml\"\n    }\n]"},{"id":"c6c4f98a-eb69-4875-a73d-fa82e4bd6dba","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"6fd2fd11-4917-4b5b-b22b-6e3231a79bfd","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"35841916-a53c-40ad-8bcd-8013b60e5c50","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123456"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123455"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"cf40a3ba-7b6b-404b-ae93-b19cdc367b7e"}],"id":"9ad57259-4d3a-4165-b298-82d3ac311544","_postman_id":"9ad57259-4d3a-4165-b298-82d3ac311544","description":""},{"name":"AML Continuous Monitoring","item":[{"name":"AML Continuous Monitroing","id":"ebee1bc0-8156-44b2-a858-e1f6d5f23a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"monitoring\": true,\n        \"aml_request_id\": \"6080c608-1379-4cf4-9203-61ef9caec441\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/aml_continuous_monitoring","description":"<p>IDfy's AML Continuous Monitoring API helps in monitoring an AML profile. The purpose of this monitoring is to inform you if a specific person has been added to or removed from an AML list, enabling you to take appropriate actions accordingly.</p>\n<p>The results of the monitroing API will be shared over a webhook. To configure your webhook/ callback URL. please raise a request to <a href=\"https://mailto:eve.support@idfy.com\">eve.support@idfy.com</a>.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>monitoring</div><div><div><div><div></div></div></div><div></div></div></td><td><div>bool</div><div><div><div><div></div></div></div><div></div></div></td><td><div>pass \"true\" if you woud like to start monitoring a profile. \"false\" if you want to stop monitoring a profile</div><div><div><div><div></div></div></div><div></div></div></td><td><div>yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>aml_request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>request id from the AML hit</div><div><div><div><div></div></div></div><div></div></div></td><td><div>yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","aml_continuous_monitoring"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"d83a9578-6329-4ad8-a63a-191b8870522c","name":"Success:AML Continuous Monitroing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"monitoring\": true,\n        \"aml_request_id\": \"6080c608-1379-4cf4-9203-61ef9caec441\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:10:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"e78c1a2e-38f8-46e7-8866-a541556f0f7d","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"search_term\" : \"Jeff Bezoz\",\n      \"fuzziness\" : \"high\",\n      \"filters\" : {\n          \"types\":[\n              \"pep\", \"adverse-media\"\n            ],\n            \"birth_year\" : \"1964\",\n            \"remove_deceased\" : true,\n            \"country_codes\" : [\n                \"IN\",\n                \"US\"\n            ],\n      \"entity_type\" : \"person\"\n      }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:07:59 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"e52ac382-8207-4521-82ed-0435e05e3492","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n      \"search_term\" : \"Jeff Bezoz\",\n      \"fuzziness\" : \"high\",\n      \"filters\" : {\n          \"types\":[\n              \"pep\", \"adverse-media\"\n            ],\n            \"birth_year\" : \"1964\",\n            \"remove_deceased\" : true,\n            \"country_codes\" : [\n                \"IN\",\n                \"US\"\n            ],\n      \"entity_type\" : \"person\"\n      }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/async/verify_with_source/aml"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:08:15 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"},{"id":"1dddef3f-6b98-4332-83a7-3e881f6d7e65","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",,\n    \"data\": {\n      \"search_term\" : \"Jeff Bezoz\",\n      \"fuzziness\" : \"high\",\n      \"filters\" : {\n          \"types\":[\n              \"pep\", \"adverse-media\"\n            ],\n            \"birth_year\" : \"1964\",\n            \"remove_deceased\" : true,\n            \"country_codes\" : [\n                \"IN\",\n                \"US\"\n            ],\n      \"entity_type\" : \"person\"\n      }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/aml_continuous_monitoring"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:08:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"ebee1bc0-8156-44b2-a858-e1f6d5f23a76"},{"name":"Get task","id":"9c833b25-44d1-4366-bc56-ed8df66aeaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid while making a call to this Get Task API.</p>\n<p>This API gives you the user's PAN details in the response body.</p>\n","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"9475de06-07ee-42e4-8418-c295ddb9c316","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=ada768ab-c625-44d5-8393-f493a2521a86","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"ada768ab-c625-44d5-8393-f493a2521a86"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1382"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:10:46 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2023-08-18T10:25:48+05:30\",\n        \"created_at\": \"2023-08-18T10:25:48+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"94f78613-1463-48f3-b4f9-e4ae8a53e9a4\",\n        \"result\": {\n            \"aml_request_id\": \"6080c608-1379-4cf4-9203-61ef9caec441\",\n            \"is_monitoring\": true,\n            \"monitoring_profiles\": [\n                {\n                    \"created_at\": \"2023-08-17 14:12:27\",\n                    \"monitored_by\": 11733,\n                    \"updated_at\": \"2023-08-18 04:55:48\"\n                }\n            ],\n            \"status\": \"success\"\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"aml_continuous_monitoring\"\n    }\n]"},{"id":"40e088f0-ffb1-412b-9bb2-fc943c889160","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"963ddd3c-5347-41ce-bd97-06179b5fcd4e","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"No API key found in request\"}"},{"id":"db6eb488-9530-4234-8673-5e85a1fdf611","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Invalid authentication credentials\"}"}],"_postman_id":"9c833b25-44d1-4366-bc56-ed8df66aeaf4"}],"id":"99b56e70-e5c9-4266-9060-fa92588e0745","_postman_id":"99b56e70-e5c9-4266-9060-fa92588e0745","description":""},{"name":"IP Address_Async","item":[{"name":"ip_address async","id":"50867658-d09e-417d-a6c9-4d424611059f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ip_address","description":"<p>IDfy’s IP validation API allows you to perform a set of checks on an IP address - location, Proxy, VPN, TOR status, etc.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.device_ip</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Device IP</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ip_address"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8c3831b8-7388-4ff9-be46-c67fbfd7380a","name":"Success: IP_address","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ip_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"921"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:11:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"2c196b48-8d01-404a-8871-78037c3467b6","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ip_address"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:14:38 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"95a69d7a-6be1-42d3-bb14-c4e56bd645af","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\".\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ip_address"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:15:30 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"a6c51870-bdbb-4a99-9102-7594ab40126e","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ip_address"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:15:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"50867658-d09e-417d-a6c9-4d424611059f"},{"name":"Get task","id":"eb5f312b-63f6-4d61-91b8-dc5f8d43f97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details</td>\n<td>object</td>\n<td>Details of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_city</td>\n<td>string</td>\n<td>City of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_country_code</td>\n<td>string</td>\n<td>Country code of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_latitude</td>\n<td>string</td>\n<td>Latitude of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_longitude</td>\n<td>string</td>\n<td>Longitude of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_region</td>\n<td>string</td>\n<td>Region of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_timezone</td>\n<td>string</td>\n<td>Timezone of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_success</td>\n<td>boolean</td>\n<td>Indicates if the verification was successful.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.message</td>\n<td>string</td>\n<td>Message describing the result.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details</td>\n<td>object</td>\n<td>Details of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details.ASN_details</td>\n<td>string</td>\n<td>ASN details of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details.host_ip</td>\n<td>string</td>\n<td>Host IP of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"ip_address_found\", \"ip_address_not_found\"</td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details</td>\n<td>object</td>\n<td>Details of the VPN.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details.is_proxy</td>\n<td>boolean</td>\n<td>Indicates if the IP is a proxy.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details.is_tor</td>\n<td>boolean</td>\n<td>Indicates if the IP is from the</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ip_address”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"a62f563a-c9f6-4711-a251-9e13645d850d","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=a2f60d38-500f-45d6-b754-0aea6211850e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"a2f60d38-500f-45d6-b754-0aea6211850e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"720"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:17:03 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-07-11T17:16:49+05:30\",\n        \"created_at\": \"2024-07-11T17:16:49+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"2926e616-5b12-44ba-b8ec-8eef48044dca\",\n        \"result\": {\n            \"source_output\": {\n                \"ip_location_details\": {\n                    \"ip_city\": \"Visakhapatnam\",\n                    \"ip_country_code\": \"IN\",\n                    \"ip_latitude\": \"17.6774\",\n                    \"ip_longitude\": \"83.2036\",\n                    \"ip_region\": \"Andhra Pradesh\",\n                    \"ip_timezone\": \"Asia/Kolkata\"\n                },\n                \"is_success\": true,\n                \"message\": \"Success\",\n                \"service_details\": {\n                    \"ASN_details\": \"AS133287\",\n                    \"host_ip\": \"223.196.174.147\"\n                },\n                \"status\": \"ip_address_found\",\n                \"vpn_details\": {\n                    \"is_proxy\": false,\n                    \"is_tor\": false,\n                    \"is_vpn\": false\n                }\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ip_address\"\n    }\n]"},{"id":"9194ea55-0619-4ff9-a519-29c7372cad7d","name":"Err: Invalid IP Address","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=a2f60d38-500f-45d6-b754-0aea6211850e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"a2f60d38-500f-45d6-b754-0aea6211850e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"720"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:17:03 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T11:53:22+05:30\",\n        \"created_at\": \"2024-09-10T11:53:22+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"There seems to be an issue with your IP address, please check the IPv4, IPv6 or Host name and try again\",\n        \"request_id\": \"7f2cda5e-efea-468b-8847-70ea25def8c8\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ip_address\"\n    }\n]"},{"id":"d70d5603-8f87-4b5d-b120-5c8788e643d0","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=a2f60d38-500f-45d6-b754-0aea6211850e","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"a2f60d38-500f-45d6-b754-0aea6211850e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"720"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:17:03 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T11:53:04+05:30\",\n        \"created_at\": \"2024-09-10T11:53:04+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"e6bc8888-c5f5-4067-a72f-0cea0f990a1e\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ip_address\"\n    }\n]"},{"id":"3fceced7-5305-4924-ab6a-1e5323f26c5c","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"6717dff6-073b-4a8c-9470-ae2f2480b571","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"4eda09a8-c2a6-4d78-a039-5dd215f80d33","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"1324","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"1232","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"eb5f312b-63f6-4d61-91b8-dc5f8d43f97f"}],"id":"05474e3c-7698-48c1-8ebf-54155fd476c6","_postman_id":"05474e3c-7698-48c1-8ebf-54155fd476c6","description":""},{"name":"Reverse Geocode","item":[{"name":"reverse_geocode async","id":"d2750cb6-ee9b-4185-891d-5a6f8b5ccabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/reverse_geocode","description":"<p>This API gets address from given latitude and longitude coordinates.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.latitude</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Latitude of address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.longitude</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Latitude of address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","reverse_geocode"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1dd46e01-91a6-4f5e-8399-d96c7afe885a","name":"Success: reverse_geocode","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/reverse_geocode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\r\n}"},{"id":"1f0a4c25-88d7-40c4-84d3-82df2436e76c","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/reverse_geocode"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 05:22:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"f448abac-9504-4cf1-b6d5-935801424494","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12312","type":"text"},{"key":"account-id","value":"13123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/reverse_geocode"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:22:28 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"674c7184-f819-4c3b-af79-0ee12da69591","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/reverse_geocode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 05:22:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"d2750cb6-ee9b-4185-891d-5a6f8b5ccabb"},{"name":"Get task","id":"50a0c603-074b-4fdf-ad3f-b1fb3b36cd39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed.</td>\n<td>Value: generate</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Details of the source output for the generated data.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the location extraction.</td>\n<td>Values: location_found, location_not_found, source_down</td>\n</tr>\n<tr>\n<td>result.source_output.latitude</td>\n<td>String</td>\n<td>The latitude of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.longitude</td>\n<td>String</td>\n<td>The longitude of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>The full address of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address</td>\n<td>Object</td>\n<td>The formatted address details of the location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.hamlet</td>\n<td>String</td>\n<td>The hamlet part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.city</td>\n<td>String</td>\n<td>The city part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.county</td>\n<td>String</td>\n<td>The county part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.state</td>\n<td>String</td>\n<td>The state part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.country</td>\n<td>String</td>\n<td>The country part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.country_code</td>\n<td>String</td>\n<td>The ISO 3166-1 alpha-2 country code of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.bounding_box</td>\n<td>Array</td>\n<td>The bounding box coordinates that represent the area of the location.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the geocoding task.</td>\n<td>Value: reverse_geocode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"2af929a7-6412-4046-a6a9-3bd128173778","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cac3b0a8-520f-4896-b10f-3ba64c6b3560","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cac3b0a8-520f-4896-b10f-3ba64c6b3560"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"860"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:42:16 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2021-08-01T22:38:08+05:30\",\n        \"created_at\": \"2021-08-01T22:38:05+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"54ad20c5-aaff-420a-8180-cd43eae23a2e\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"location_found\", //\"location_not_found\", \"source_down\",\n                \"latitude\": \"12.1\",\n                \"longitude\": \"12.2\",\n                \"address\": \"Mainari II, Tuba, Jere, Borno, Nigeria\",\n                \"formatted_address\": {\n                \"hamlet\": \"Mainari II\",\n                \"city\": \"Tuba\",\n                \"county\": \"Jere\",\n                \"state\": \"Borno\",\n                \"country\": \"Nigeria\",\n                \"country_code\": \"ng\"\n                },\n                \"bounding_box\": [\n                \"12.0906836\",\n                \"12.1100985\",\n                \"13.0901365\",\n                \"13.1066649\"\n            ]\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"reverse_geocode\"\n    }\n]"},{"id":"49e4c78c-2da2-4366-9975-32664c606ca7","name":"Err: Invalid Lat, Long","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=cac3b0a8-520f-4896-b10f-3ba64c6b3560","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"cac3b0a8-520f-4896-b10f-3ba64c6b3560"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"860"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:42:16 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-09-10T12:38:26+05:30\",\n        \"created_at\": \"2024-09-10T12:38:25+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid latitude and longitude.\",\n        \"request_id\": \"fb813b52-6b5d-41f3-aeba-f61e8681ecf0\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"reverse_geocode\"\n    }\n]"},{"id":"ab2fdbcc-2a56-4e26-a6f0-a12e73001175","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"341d6776-5333-4cb4-ac4e-44ca673dee48","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9b214f18-3f42-41dd-8dc7-c21fd853612d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"50a0c603-074b-4fdf-ad3f-b1fb3b36cd39"}],"id":"ef4e14c8-d5c5-4d3e-bc05-3f7353bc8a29","_postman_id":"ef4e14c8-d5c5-4d3e-bc05-3f7353bc8a29","description":""},{"name":"Domain","item":[{"name":"domain async","id":"0a9ea67d-f49f-40ba-8062-663c4aed1eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.com\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/domain","description":"<p>IDfy’s Domain Data API allows you to verify if the domain in an email address corresponds to the actual email domain of that company.<br />The API allows you to send a very basic request - an email address - and returns the Validity, CIN, Registered Name of the company, company status and any old names. It is for all the clients looking to verify / onboard end-users on the basis of their email address.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.email_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","domain"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"ef76f516-3563-40cc-87b8-310cb11ede1b","name":"Success: domain","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.com\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"415"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:12:25 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"1f2a0769-3dc2-445f-98c4-ea97aa0169a7","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.com\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/domain"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 07:01:25 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"be04e0b2-a59e-4c6d-b80a-c8f3c84c1217","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.com\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/domain"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 07:02:28 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"01180097-c1d3-4643-9e16-9b66f0213be0","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {,\n        \"email_id\": \"yash@idfy.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/domain"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 31 Oct 2022 07:02:51 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"0a9ea67d-f49f-40ba-8062-663c4aed1eb8"},{"name":"Get task","id":"eddf15bf-f5f8-4b71-98c9-7dc737e19462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of request</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (timestamp)</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (timestamp)</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output data from the source verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details</td>\n<td>object</td>\n<td>Details of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.is_valid</td>\n<td>boolean</td>\n<td>Indicates if the domain is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details</td>\n<td>array</td>\n<td>List of company details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].registered_under</td>\n<td>string</td>\n<td>Name of the registered company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].company_status</td>\n<td>string</td>\n<td>Status of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].cin</td>\n<td>string</td>\n<td>Corporate Identification Number (CIN)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].company_old_names</td>\n<td>array</td>\n<td>List of old names the company was registered under</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>The status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the task.</td>\n<td>Value: domain</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"1121ac4e-f080-4407-9168-95faa1f5c96f","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=b0d61267-d61f-4c88-9f8f-501f26136411","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"b0d61267-d61f-4c88-9f8f-501f26136411"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"264"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:27:49 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"type\": \"domain\",\n        \"request_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n        \"task_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"created_at\": \"2020-02-19T11:19:51+05:30\",\n        \"completed_at\": \"2020-02-19T11:20:04+05:30\",\n        \"result\": {\n            \"source_output\": {\n                \"status\": \"id_found\",\n                \"domain_details\": {\n                    \"is_valid\": true,\n                    \"company_details\": [\n                        {\n                            \"registered_under\": \"Baldor Technologies pvt. ltd\",\n                            \"company_status\": \"active\",\n                            \"cin\": \"123456789\",\n                            \"company_old_names\": [\n                                \"abc\",\n                                \"def\"\n                            ]\n                        },\n                        {\n                            \"registered_under\": \"ABC Technologies\",\n                            \"company_status\": \"active\",\n                            \"cin\": \"1234567890\",\n                            \"company_old_names\": [\n                                \"abc\",\n                                \"def\"\n                            ]\n                        }\n                    ]\n                }\n            },\n            \"status\": \"completed\",\n            \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n            \"type\": \"domain\"\n        }\n    }\n]"},{"id":"634a4138-7167-4749-b548-10ee670f433e","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"738e467a-3f74-4bf0-8655-670f0c5d7438","name":"Err: Invalid Email Address","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"123456","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T15:55:39+05:30\",\n        \"created_at\": \"2024-09-10T15:55:20+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid email address provided\",\n        \"request_id\": \"5bd0b958-f590-4cc9-a8f4-8b60ad277087\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"domain\"\n    }\n]"},{"id":"11f45f79-fe56-497b-80f3-f3a6c9ead14d","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f6d0b042-dc77-437d-8892-d8e58a9e7615","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"121232","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"eddf15bf-f5f8-4b71-98c9-7dc737e19462"}],"id":"aa74c966-6ba3-4766-8390-6c20841130ef","_postman_id":"aa74c966-6ba3-4766-8390-6c20841130ef","description":""},{"name":"Email Async","item":[{"name":"email async","id":"85e23971-5319-4bdd-a604-9368feb0f2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/email","description":"<p>IDfy’s email validation API allows you to verify if an email address has been involved in fraud/suspicious activity.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>The data for the email validation request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.email_id</td>\n<td>String</td>\n<td>The email ID to be validated</td>\n<td>Yes</td>\n<td>Should be a valid email address</td>\n</tr>\n<tr>\n<td>data.advanced</td>\n<td>Boolean</td>\n<td>Indicates if advanced validation is required</td>\n<td>No</td>\n<td>Should be a valid boolean</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","email"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"011aae9e-b94a-4fa3-9dd1-5823df3b206e","name":"Success: Email async","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1020"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:11:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"7f592c96-69f8-44dc-8c20-805ebefc5228","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/email"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:32:37 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"247f3543-6042-493e-8fda-06275c2f4c95","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true,\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 19:33:00 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"3f890e7e-37bf-41a1-b410-565c852b2838","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/email"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:33:43 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"85e23971-5319-4bdd-a604-9368feb0f2ce"},{"name":"Get task","id":"66e697d3-ec4b-4303-a509-1cf9be0f1518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed, in this case, verifying with a source</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed, in ISO 8601 format</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created, in ISO 8601 format</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The detailed output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced</td>\n<td>Object</td>\n<td>Advanced details about the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.dns_status</td>\n<td>String</td>\n<td>The DNS status of the email's domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age</td>\n<td>Object</td>\n<td>The age of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.human</td>\n<td>String</td>\n<td>Human-readable age of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.iso</td>\n<td>String</td>\n<td>ISO 8601 formatted creation date of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.timestamp</td>\n<td>Integer</td>\n<td>Timestamp of the domain creation date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.email_server_status</td>\n<td>String</td>\n<td>Status of the email server</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen</td>\n<td>Object</td>\n<td>Details of when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.human</td>\n<td>String</td>\n<td>Human-readable time since the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.iso</td>\n<td>String</td>\n<td>ISO 8601 formatted timestamp when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.timestamp</td>\n<td>Integer</td>\n<td>Timestamp when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.sanitized_email</td>\n<td>String</td>\n<td>The sanitized version of the email address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.email_deliverability</td>\n<td>String</td>\n<td>The deliverability status of the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.first_name</td>\n<td>String</td>\n<td>The first name associated with the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse</td>\n<td>Object</td>\n<td>Fraud and abuse details of the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.email_fraud_score</td>\n<td>Integer</td>\n<td>Email fraud score</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_catch_all</td>\n<td>Boolean</td>\n<td>Indicates if the email domain is a catch-all</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_disposable</td>\n<td>Boolean</td>\n<td>Indicates if the email is disposable</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_recently_abused</td>\n<td>Boolean</td>\n<td>Indicates if the email has been recently abused</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_common_domain</td>\n<td>Boolean</td>\n<td>Indicates if the email is from a common domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_dns_valid</td>\n<td>Boolean</td>\n<td>Indicates if the DNS of the email domain is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_email_valid</td>\n<td>Boolean</td>\n<td>Indicates if the email is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_frequent_complainer</td>\n<td>Boolean</td>\n<td>Indicates if the email is from a frequent complainer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk</td>\n<td>Object</td>\n<td>Risk details associated with the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_generic</td>\n<td>Boolean</td>\n<td>Indicates if the email is generic</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_honeypot</td>\n<td>Boolean</td>\n<td>Indicates if the email is a honeypot</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_leaked</td>\n<td>Boolean</td>\n<td>Indicates if the email has been leaked</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.spam_trap_score</td>\n<td>Integer</td>\n<td>Spam trap score</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the email ID search</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.suggested_domain</td>\n<td>String</td>\n<td>Suggested domain if the email domain is incorrect</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task, in this case, email validation</td>\n<td>Value: “email”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"cc4f908c-b76a-4f30-8b96-c0de609a37b5","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=caef1b7c-a75e-4b8b-907d-57709bceeb3c","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"caef1b7c-a75e-4b8b-907d-57709bceeb3c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1019"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:32:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T11:06:34+05:30\",\n        \"created_at\": \"2024-09-11T11:06:34+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"27b15abe-2c3f-413d-aca1-616f9aa3ffb9\",\n        \"result\": {\n            \"source_output\": {\n                \"advanced\": {\n                    \"dns_status\": \"valid\",\n                    \"domain_age\": {\n                        \"human\": \"29 years ago\",\n                        \"iso\": \"1995-08-13T00:00:00-04:00\",\n                        \"timestamp\": 808286400\n                    },\n                    \"email_server_status\": \"valid\",\n                    \"first_seen\": {\n                        \"human\": \"2 months ago\",\n                        \"iso\": \"2024-07-15T06:23:19-04:00\",\n                        \"timestamp\": 1721038999\n                    },\n                    \"sanitized_email\": \"shxxxxxxxa@gmail.com\"\n                },\n                \"email_deliverability\": \"high\",\n                \"first_name\": \"Unknown\",\n                \"fraud_and_abuse\": {\n                    \"email_fraud_score\": 0,\n                    \"is_catch_all\": false,\n                    \"is_disposable\": false,\n                    \"is_recently_abused\": false\n                },\n                \"is_common_domain\": true,\n                \"is_dns_valid\": true,\n                \"is_email_valid\": true,\n                \"is_frequent_complainer\": false,\n                \"risk\": {\n                    \"is_generic\": false,\n                    \"is_honeypot\": false,\n                    \"is_leaked\": false,\n                    \"spam_trap_score\": 0\n                },\n                \"status\": \"id_found\",\n                \"suggested_domain\": \"N/A\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"email\"\n    }\n]"},{"id":"1f919e7b-8c9b-4715-a32c-692c97f21571","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"account-id","type":"text","value":"123456"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"61994978-632c-494b-b89b-f116ca853773","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"3ca46939-b155-4d6c-b5b3-7549b43e095b","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"123123","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"7d778cd9-22d6-4c08-8c34-997a6fd2ed9d","name":"Err: Invalid Email","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=51f32bd6-8a57-470c-aa0a-a2360075c05d","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"51f32bd6-8a57-470c-aa0a-a2360075c05d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"914"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:34:25 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-11T11:10:43+05:30\",\n        \"created_at\": \"2024-09-11T11:10:43+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid email address provided\",\n        \"request_id\": \"acbe0046-e6b9-4435-9cdd-1d65c1d13c3e\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"email\"\n    }\n]"}],"_postman_id":"66e697d3-ec4b-4303-a509-1cf9be0f1518"}],"id":"f053f1b0-5e54-4270-8638-f094cca5c9c2","_postman_id":"f053f1b0-5e54-4270-8638-f094cca5c9c2","description":""},{"name":"Watermarking async","item":[{"name":"Watermarking API","id":"9df68c23-78a3-4341-85c8-84b3b5f59f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document","description":"<p>This API helps in watermarking any image that you give as an input. The number of fields that need to we watermarked can be passed in the request body.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image that is needed to be watermarked</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.text</td>\n<td>Object</td>\n<td>Yes</td>\n<td>list of items that you need to watermark. You can add any key-value pair</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","sync","watermark","document"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a420b991-d217-4556-a198-79c66608ba77","name":"Success: watermarking","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"some_grp_id\",\r\n    \"data\": {\r\n        \"document1\": \"url\",\r\n        \"text\": {\r\n            \"key1\": \"val1\",\r\n            \"key2\": \"val2\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\r\n}"},{"id":"70dd8d72-7a68-40f1-916e-b7e3f13fc7d6","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"some_grp_id\",\r\n    \"data\": {\r\n        \"document1\": \"url\",\r\n        \"text\": {\r\n            \"key1\": \"val1\",\r\n            \"key2\": \"val2\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"69041f45-5385-4b29-b807-dc9ecc6979f9","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"some_grp_id\",\r\n    \"data\": {\r\n        \"document1\": \"url\",\r\n        \"text\": {\r\n            \"key1\": \"val1\",\r\n            \"key2\": \"val2\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"fc17cdc7-fea0-4688-a007-b6a110532b8b","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12312"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"12312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"9df68c23-78a3-4341-85c8-84b3b5f59f26"},{"name":"Get task","id":"38d78385-3b99-45c5-a20b-c3cc7c4c53d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","type":"text","value":"{{api-key}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"account-id","type":"text","value":"{{account-id}}"}],"body":{"mode":"raw","raw":""},"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “watermark”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.watermark_url</td>\n<td>String</td>\n<td>URL of watermarked image</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “any_doc”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ace8ead0-8b2d-4df0-a4d7-c82fff78d2b8","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=caef1b7c-a75e-4b8b-907d-57709bceeb3c","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"caef1b7c-a75e-4b8b-907d-57709bceeb3c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1019"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:32:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"action\": \"watermark\",\n    \"type\": \"any_doc\",\n    \"status\": \"completed\",\n    \"request_id\": \"b6193d4b-2895-4fc3-a4a0-d4b0b111233\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53hkjhgairuhta34245\",\n    \"group_id\": \"some-groupid-to-group-tasks\",\n    \"completed_at\": \"2020-09-01T13:28:13+05:30\",\n    \"created_at\": \"2020-09-01T13:27:59+05:30\",\n    \"result\": {\n        \"watermark_url\": \"signed-url\"\n    }\n  }\n]"},{"id":"423b2b56-1f86-4ed8-942e-09282d43740b","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=caef1b7c-a75e-4b8b-907d-57709bceeb3c","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"caef1b7c-a75e-4b8b-907d-57709bceeb3c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1019"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:32:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"watermark\",\n        \"completed_at\": \"2024-09-11T11:47:05+05:30\",\n        \"created_at\": \"2024-09-11T11:47:05+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"dd4b4a4d-b2a8-4116-9af1-79e7b5327a35\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"document\"\n    }\n]"},{"id":"280770ce-f8bd-4648-af63-b113a64a80ed","name":"Err: Invalid URL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=caef1b7c-a75e-4b8b-907d-57709bceeb3c","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"caef1b7c-a75e-4b8b-907d-57709bceeb3c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1019"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:32:05 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"watermark\",\n        \"completed_at\": \"2024-09-11T11:47:53+05:30\",\n        \"created_at\": \"2024-09-11T11:47:51+05:30\",\n        \"error\": \"INVALID_URL\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Invalid URL\",\n        \"request_id\": \"cf30f95e-87b5-43b2-86bc-679c71d98361\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"document\"\n    }\n]"},{"id":"cb4982cc-f13c-474d-bec0-194a9ad5dec1","name":"Err: Invalid request ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=54abe5cb-d7b2-49dc-856f-f1e7c4760689...","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"54abe5cb-d7b2-49dc-856f-f1e7c4760689..."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 21 Oct 2022 10:23:35 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"885eee32-f0fa-4671-a4f1-033e2db6e29f","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:17 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"f1e8d7d1-c72f-44be-9d1c-681483ff88c9","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12323","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"12323","type":"text"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 09:49:52 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"38d78385-3b99-45c5-a20b-c3cc7c4c53d2"}],"id":"8ed64ae1-1398-4c69-a8c1-4c8ed7f4ba61","_postman_id":"8ed64ae1-1398-4c69-a8c1-4c8ed7f4ba61","description":""},{"name":"Geocode","item":[{"name":"geocode","id":"8ee96796-c771-4b80-a755-626465257021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode","description":"<p>This API gets lat-long coordinates from given address</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier of a requested task provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with below parameters</td>\n<td>The details of the data required to perform the task.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.address</td>\n<td>String</td>\n<td>Address</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","geocode"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"48d9b502-9b9b-4dea-813b-9bab8c49d55d","name":"Success: geocode async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:37 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"f235084e-7c7f-4b79-8d4f-38e30242f8a9\"\n}"},{"id":"8ad79cdf-fdf3-47f4-a8e1-696873d5fcf2","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:37 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"abdd385a-c4e9-4c4f-9be2-4639c846eb45","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"123123"},{"key":"account-id","value":"123123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:37 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"37dea246-c32a-4f16-b678-bf548ac4946e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:37 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"8ee96796-c771-4b80-a755-626465257021"},{"name":"Get Task","id":"23bfbd6a-513f-4a8a-90f5-d9a09561ff97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f235084e-7c7f-4b79-8d4f-38e30242f8a9","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed</td>\n<td>Value: \"generate\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Completion timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Creation timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Object for generated results</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address_depth</td>\n<td>string</td>\n<td>Depth of the address detail</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.confidence</td>\n<td>string</td>\n<td>Confidence level of the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.latitude</td>\n<td>string</td>\n<td>Latitude of the geocode result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.longitude</td>\n<td>string</td>\n<td>Longitude of the geocode result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Task identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the request</td>\n<td>Value: \"geocode\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"}],"variable":[]}},"response":[{"id":"c8d8c1f4-c021-4acd-914b-de1471658ae9","name":"Success: Get Task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f235084e-7c7f-4b79-8d4f-38e30242f8a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"404"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-08-05T16:20:40+05:30\",\n        \"created_at\": \"2024-08-05T16:20:38+05:30\",\n        \"group_id\": \"group_id101\",\n        \"request_id\": \"3691ec23-43d1-4e50-a5ad-387ec732c351\",\n        \"result\": {\n            \"source_output\": {\n                \"address_depth\": \"subLocality\",\n                \"confidence\": \"60\",\n                \"latitude\": \"18.501764\",\n                \"longitude\": \"73.8506640000001\",\n                \"status\": \"success\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"unit_test_101\",\n        \"type\": \"geocode\"\n    }\n]"},{"id":"3bf0609c-5551-4e33-a4b0-49d29ee52561","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f235084e-7c7f-4b79-8d4f-38e30242f8a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"404"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"a4e8aea8-5eb9-444b-8305-1846a611f899","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f235084e-7c7f-4b79-8d4f-38e30242f8a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"404"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"56b7ec6a-b87d-45c4-9038-0eed1fc52a3d","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","disabled":true}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f235084e-7c7f-4b79-8d4f-38e30242f8a9","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f235084e-7c7f-4b79-8d4f-38e30242f8a9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"404"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:14:52 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"}],"_postman_id":"23bfbd6a-513f-4a8a-90f5-d9a09561ff97"}],"id":"ff62cd56-f980-4aaa-9ad7-80bc66652df9","_postman_id":"ff62cd56-f980-4aaa-9ad7-80bc66652df9","description":""},{"name":"lat_long_distance","item":[{"name":"latlong_distance","id":"17aaf78e-86c0-4d0d-a1fd-cd17053276f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"location1\": {\n            \"latitude\": \"26.2323\",\n            \"longitude\": \"75.3245\"\n        },\n        \"location2\": {\n            \"latitude\": \"26.3456\",\n            \"longitude\": \"45.3456\"\n        }\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/async/generate/latlong_distance","description":"<p>This API gets crowflies distance between two given set of latitude and longitude coordinates</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Details</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier of a requested task provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with below parameters</td>\n<td>The details of the data required to perform the task.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.location1.latitude</td>\n<td>String</td>\n<td>Latitude of first address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.location1.longitude</td>\n<td>String</td>\n<td>Longitude of first adress</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.location2.latitude</td>\n<td>String</td>\n<td>Latitude of first address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>data.location2.longitude</td>\n<td>String</td>\n<td>Longitude of first address</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","latlong_distance"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"9afd9e42-1e3f-45c3-b47d-18ddf2c89b01","name":"Success: latlong_distance async","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"location1\": {\n            \"latitude\": \"26.2323\",\n            \"longitude\": \"75.3245\"\n        },\n        \"location2\": {\n            \"latitude\": \"26.3456\",\n            \"longitude\": \"45.3456\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/latlong_distance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"f235084e-7c7f-4b79-8d4f-38e30242f8a9\"\n}"},{"id":"b4bc2d20-3862-42bd-8f6a-260959637df7","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"location1\": {\n            \"latitude\": \"26.2323\",\n            \"longitude\": \"75.3245\"\n        },\n        \"location2\": {\n            \"latitude\": \"26.3456\",\n            \"longitude\": \"45.3456\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/latlong_distance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8cf1e58f-8f0a-4596-9c0d-3ff2ba55be31","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"location1\": {\n            \"latitude\": \"26.2323\",\n            \"longitude\": \"75.3245\"\n        },\n        \"location2\": {\n            \"latitude\": \"26.3456\",\n            \"longitude\": \"45.3456\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/latlong_distance"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"d6f6698c-31b2-4717-94a7-19608fc4d924","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"location1\": {\n            \"latitude\": \"26.2323\",\n            \"longitude\": \"75.3245\"\n        },\n        \"location2\": {\n            \"latitude\": \"26.3456\",\n            \"longitude\": \"45.3456\",\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/latlong_distance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"17aaf78e-86c0-4d0d-a1fd-cd17053276f4"},{"name":"Get Task","id":"934000f4-0ff3-45c8-965f-14f70eb0b266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed</td>\n<td>Value: \"generate\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Completion timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Creation timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the output from the action</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Contains details about the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.dist</td>\n<td>string</td>\n<td>Distance between two locations in meters</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location1</td>\n<td>object</td>\n<td>Coordinates of the first location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location1.latitude</td>\n<td>string</td>\n<td>Latitude of the first location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location1.longitude</td>\n<td>string</td>\n<td>Longitude of the first location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location2</td>\n<td>object</td>\n<td>Coordinates of the second location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location2.latitude</td>\n<td>string</td>\n<td>Latitude of the second location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.location2.longitude</td>\n<td>string</td>\n<td>Longitude of the second location</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Task identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the request</td>\n<td>Value: \"latlong_distance\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}],"variable":[]}},"response":[{"id":"3ed65a26-0a5b-449d-a1ee-1729d664def4","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"487"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:58:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-08-05T16:37:10+05:30\",\n        \"created_at\": \"2024-08-05T16:37:10+05:30\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"request_id\": \"919e444d-e988-40d4-afde-64cdfffb14ae\",\n        \"result\": {\n            \"source_output\": {\n                \"dist\": \"2981916.43\",\n                \"location1\": {\n                    \"latitude\": \"26.2323\",\n                    \"longitude\": \"75.3245\"\n                },\n                \"location2\": {\n                    \"latitude\": \"26.3456\",\n                    \"longitude\": \"45.3456\"\n                },\n                \"status\": \"success\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"latlong_distance\"\n    }\n]"},{"id":"cf6e8e01-a293-420c-8012-6d7543bd3dd7","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"487"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:58:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"667c9855-0614-4bdd-be66-8506c98be9cc","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"487"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:58:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"30fcc3d2-eb9f-4f48-907c-057fd4bca082","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"487"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:58:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8d831a9c-7a8f-42f7-a65c-37b01bd9a834","name":"Err: Invalid Lat, Long Input","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=9a709f79-b7e8-47cd-a658-7be014307d52","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"9a709f79-b7e8-47cd-a658-7be014307d52"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"487"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 09 Oct 2023 08:58:59 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"generate\",\n        \"completed_at\": \"2024-09-11T13:49:17+05:30\",\n        \"created_at\": \"2024-09-11T13:49:17+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Please provide a valid latitude and longitude.\",\n        \"request_id\": \"dae5e2ab-5932-435d-b4c7-ab2931c9b710\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"latlong_distance\"\n    }\n]"}],"_postman_id":"934000f4-0ff3-45c8-965f-14f70eb0b266"}],"id":"13cbae42-0eab-4fab-b84c-1c0182e900a5","_postman_id":"13cbae42-0eab-4fab-b84c-1c0182e900a5","description":""},{"name":"Mobile Number Verification","item":[{"name":"generate otp","id":"fdd6344a-91ba-49e7-800a-f2f311879943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp","description":"<p>IDfy’s OTP verification API allows you to verify the mobile number of the end user by sending and verifying the OTP.</p>\n<p>This is a pair of APIs where first API is used to generate an OTP and second API is used to verify the same. This API is useful when clients are willing to use IDfy’s SMS engine with IDfy as brand name</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Data object containing details</td>\n<td>Yes</td>\n<td>Must be a valid object</td>\n</tr>\n<tr>\n<td>otp_type</td>\n<td>string</td>\n<td>Type of OTP</td>\n<td>Yes</td>\n<td>Must be valid string</td>\n</tr>\n<tr>\n<td>otp_length</td>\n<td>string</td>\n<td>Length of the OTP (4 to 10)</td>\n<td>Yes</td>\n<td>Must be a valid integer</td>\n</tr>\n<tr>\n<td>mobile_number</td>\n<td>string</td>\n<td>Mobile number to send the OTP to</td>\n<td>Yes</td>\n<td>Must be a valid 10-digit mobile number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action type</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (date)</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (date)</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.message</td>\n<td>string</td>\n<td>Message indicating the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mobile_number</td>\n<td>string</td>\n<td>Mobile number to which OTP was sent</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>Status of the OTP sending process</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Value: \"generate_otp\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","generate_otp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1af74161-d06f-44f6-8a89-aa757a4583a9","name":"Success: generate otp","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-23T11:36:17+05:30\",\n    \"created_at\": \"2024-07-23T11:36:17+05:30\",\n    \"group_id\": \"UUID\",\n    \"request_id\": \"4ec01572-d2b3-44db-8a3d-2e897972ed8e\",\n    \"result\": {\n        \"message\": \"OTP sent.\",\n        \"mobile_number\": \"917XXXXXXX91\",\n        \"status\": \"otp_sent\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"},{"id":"ce2c1d8f-b1b8-4df6-b59a-afe5bb2fd744","name":"Success: Regenerate OTP","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:27:58+05:30\",\n    \"created_at\": \"2024-09-11T14:27:57+05:30\",\n    \"group_id\": \"UUID\",\n    \"request_id\": \"8cfb1211-a8c4-4fd2-987e-de577feb024d\",\n    \"result\": {\n        \"message\": \"Old OTP expired. New OTP generated and re-sent.\",\n        \"mobile_number\": \"917397142006\",\n        \"status\": \"otp_sent\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"},{"id":"d3e27dbd-0789-4dd4-b472-2da87d2b1835","name":"Success: Resend OTP","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:28:30+05:30\",\n    \"created_at\": \"2024-09-11T14:28:30+05:30\",\n    \"group_id\": \"UUID\",\n    \"request_id\": \"23c7ea67-74fb-4e33-9ed5-00294f731107\",\n    \"result\": {\n        \"message\": \"OTP re-sent.\",\n        \"mobile_number\": \"917397142006\",\n        \"status\": \"otp_sent\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"},{"id":"b99fc93e-d462-4f78-b569-dd9ae7d1ff38","name":"Err: Invalid Mobile Number","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:29:14+05:30\",\n    \"created_at\": \"2024-09-11T14:29:14+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"UUID\",\n    \"message\": \"Mobile number is invalid.\",\n    \"request_id\": \"413d73cd-0e8e-45bd-a245-9db4002de662\",\n    \"status\": \"failed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"},{"id":"49c81325-5e2c-4145-b4cb-685d0e7dc4c1","name":"Err: Invalid OTP Code Length","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"numeric\",\n        \"otp_length\": \"100\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:33:12+05:30\",\n    \"created_at\": \"2024-09-11T14:33:12+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"UUID\",\n    \"message\": \"OTP code length is invalid.\",\n    \"request_id\": \"b4ded548-a00c-4748-bc56-1d7ad62ce92a\",\n    \"status\": \"failed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"},{"id":"4a20fa2b-713c-46d1-8af3-b92534b546f7","name":"Err: Invalid OTP Code Type","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"otp_type\": \"xxxric\",\n        \"otp_length\": \"4\",\n        \"mobile_number\": \"7XXXXXXX91\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/generate_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:33:12+05:30\",\n    \"created_at\": \"2024-09-11T14:33:12+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"UUID\",\n    \"message\": \"OTP code length is invalid.\",\n    \"request_id\": \"b4ded548-a00c-4748-bc56-1d7ad62ce92a\",\n    \"status\": \"failed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"generate_otp\"\n}"}],"_postman_id":"fdd6344a-91ba-49e7-800a-f2f311879943"},{"name":"validate otp","id":"b0c794c6-2f39-4d9b-98c9-2e7bcdf52c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"mobile_number\": \"7XXXXXXX91\",\n        \"otp\": \"0820\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/validate_otp","description":"<p>This API when called after the accompanying generate_otp API with the OTP obtained by end user over SMS will help validate the end user's mobile number.</p>\n<h4 id=\"request-body-schema\">Request Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Data object containing details</td>\n<td>Yes</td>\n<td>Must be a valid object</td>\n</tr>\n<tr>\n<td>data.mobile_number</td>\n<td>string</td>\n<td>Mobile number to which OTP was sent</td>\n<td>Yes</td>\n<td>Must be a valid phone number format</td>\n</tr>\n<tr>\n<td>data.otp</td>\n<td>string</td>\n<td>One-time password sent to the mobile number</td>\n<td>Yes</td>\n<td>Must be a valid numeric string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action being performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (datetime)</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details of the OTP validation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.attempts_exhausted</td>\n<td>boolean</td>\n<td>Indicates if the maximum number of OTP attempts was reached</td>\n<td></td>\n</tr>\n<tr>\n<td>result.message</td>\n<td>string</td>\n<td>Message detailing the result of the OTP validation</td>\n<td></td>\n</tr>\n<tr>\n<td>result.otp_match</td>\n<td>boolean</td>\n<td>Indicates if the OTP provided matches the expected value</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>Status of the OTP validation</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Overall status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task being performed</td>\n<td>Value: “validate_otp”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","validate_otp"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"a3eea53e-e375-4bce-b4e2-97db1c84ea3b","name":"Success: validate otp","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"mobile_number\": \"7XXXXXXX91\",\n        \"otp\": \"0820\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/validate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:20:27+05:30\",\n    \"created_at\": \"2024-09-11T14:20:27+05:30\",\n    \"group_id\": \"UUID\",\n    \"request_id\": \"245d8e9f-4875-4e23-b164-e4ea2a53f824\",\n    \"result\": {\n        \"attempts_exhausted\": false,\n        \"message\": \"OTP matched.\",\n        \"otp_match\": true,\n        \"status\": \"id_found\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"validate_otp\"\n}"},{"id":"29b95046-3b88-4f20-8f1e-9cbb99628dcd","name":"Err: OTP does not exist","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"mobile_number\": \"7XXXXXXX91\",\n        \"otp\": \"0820\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/validate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:18:36+05:30\",\n    \"created_at\": \"2024-09-11T14:18:36+05:30\",\n    \"group_id\": \"UUID\",\n    \"request_id\": \"99d348dc-53fe-4141-9c2b-1b31bd6f03ca\",\n    \"result\": {\n        \"attempts_exhausted\": true,\n        \"message\": \"This OTP does not exist.\",\n        \"otp_match\": false,\n        \"status\": \"id_not_found\"\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"validate_otp\"\n}"},{"id":"37c94638-5e52-49c3-bd43-12e7ec27e2ae","name":"Err: Invalid Mobile Number","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"UUID\",\n    \"group_id\": \"UUID\",\n    \"data\": {\n        \"mobile_number\": \"7XXXXXXX91\",\n        \"otp\": \"0820\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/validate_otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T14:40:01+05:30\",\n    \"created_at\": \"2024-09-11T14:40:01+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"UUID\",\n    \"message\": \"Mobile number is invalid.\",\n    \"request_id\": \"4003ce1a-f55e-46d6-9de7-8f336676ca62\",\n    \"status\": \"failed\",\n    \"task_id\": \"UUID\",\n    \"type\": \"validate_otp\"\n}"}],"_postman_id":"b0c794c6-2f39-4d9b-98c9-2e7bcdf52c12"}],"id":"a388358e-d5c6-4c69-9026-4c75d3558204","_postman_id":"a388358e-d5c6-4c69-9026-4c75d3558204","description":""}],"id":"c5ea5a4a-ef4c-4c0e-8c42-446a42cc76db","_postman_id":"c5ea5a4a-ef4c-4c0e-8c42-446a42cc76db","description":""},{"name":"Sync","item":[{"name":"aml sync (DEPRECATED)","id":"42e06d1f-60a3-478c-b0db-4110a1572b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/sync/verify_with_source/aml","description":"<p>IDfy's AML check allows you to perform advanced and real-time Anit-Money laundering checks on an end-user.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Contains the input data for the request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.search_term</td>\n<td>String</td>\n<td>The term to be searched</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.exact_match</td>\n<td>Boolean</td>\n<td>To determine if only the hits with exactly matching names are to be returned</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n<tr>\n<td>data.fuzziness</td>\n<td>String</td>\n<td>Level of birth year fuzziness for the search</td>\n<td>No</td>\n<td>Should be \"low\", \"medium\", \"high\" or “exact_match”</td>\n</tr>\n<tr>\n<td>data.filters</td>\n<td>Object</td>\n<td>Filters applied to the search</td>\n<td>No</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.filters.types</td>\n<td>Array</td>\n<td>Types of searches</td>\n<td>No</td>\n<td>Should be a valid array of strings. Types : \"adverse-media\", \"pep\"</td>\n</tr>\n<tr>\n<td>data.filters.birth_year</td>\n<td>String</td>\n<td>Birth year of the person</td>\n<td>No</td>\n<td>Should be a valid year string</td>\n</tr>\n<tr>\n<td>data.filters.remove_deceased</td>\n<td>Boolean</td>\n<td>Whether to remove deceased persons from the results</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n<tr>\n<td>data.filters.country_codes</td>\n<td>Array</td>\n<td>List of country codes for the search</td>\n<td>No</td>\n<td>Should be a valid array of strings</td>\n</tr>\n<tr>\n<td>data.filters.entity_type</td>\n<td>String</td>\n<td>Type of entity being searched (e.g., person, company)</td>\n<td>No</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data.filters.cibil_check</td>\n<td>Boolean</td>\n<td>Whether to perform a CIBIL check</td>\n<td>No</td>\n<td>Should be true or false</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Action type</td>\n<td>Values: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (ISO 8601 datetime)</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (ISO 8601 datetime)</td>\n<td>Timestamp when the action was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Result object containing details of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits</td>\n<td>object</td>\n<td>Details of CIBIL hits</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.hit_found</td>\n<td>boolean</td>\n<td>Indicates if a CIBIL hit was found</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.hits</td>\n<td>string (URL)</td>\n<td>URL to access CIBIL hits data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.cibil_hits.number_of_hits</td>\n<td>integer</td>\n<td>Number of CIBIL hits</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters</td>\n<td>object</td>\n<td>Filters applied for the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.birth_year</td>\n<td>integer</td>\n<td>Birth year used in the filter</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.country_codes</td>\n<td>array of strings</td>\n<td>List of country codes used in the filter</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.entity_type</td>\n<td>string</td>\n<td>Type of entity (e.g., person, organization)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.exact_match</td>\n<td>boolean</td>\n<td>Indicates if exact match is required</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.fuzziness</td>\n<td>string</td>\n<td>Level of fuzziness for matching (e.g., high, medium, low)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.remove_deceased</td>\n<td>boolean</td>\n<td>Indicates if deceased individuals should be removed from the results</td>\n<td></td>\n</tr>\n<tr>\n<td>result.filters.types</td>\n<td>array of strings</td>\n<td>Types of entities to filter (e.g., pep, adverse-media)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.hits</td>\n<td>string (URL)</td>\n<td>URL to access hits data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_status</td>\n<td>string</td>\n<td>Match status of the search term</td>\n<td></td>\n</tr>\n<tr>\n<td>result.search_term</td>\n<td>string</td>\n<td>Search term used in the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.total_hits</td>\n<td>integer</td>\n<td>Total number of hits found</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string (UUID)</td>\n<td>Identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of verification</td>\n<td>Value: \"aml\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","aml"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"84cbb80d-a28e-4cd8-ba59-a2e9640d5003","name":"Success: aml sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/verify_with_source/aml"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1376"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:10:38 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-22T15:24:25+05:30\",\n    \"created_at\": \"2024-07-22T15:24:16+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"d829c13c-a5be-4905-b7a0-52811579264e\",\n    \"result\": {\n        \"cibil_hits\": {\n            \"hit_found\": false,\n            \"hits\": \"https://storage.idfy.com/d829c13c-a5be-4905-b7a0-52811579264e-aml-cibil-check.json?Expires=1724234065&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=Xhkcf%2BQaX7ff5iUWtshTuTvFQ7ZtdmD9M08UAGP1FWtVaa2qpNKZ0%2F9lbKdCkfhPIsHSam2kQKge68GujXNZ%2BI%2FqwkGJZUCo1OXuBMs4UbDpO3dR0NxH1WVpmxA59LIu7woPCIbzaQoraMEzjCETcvtFJ3fFVJn96z2cXSAgTPRYAJMflYfnPN1cHp1WDh27NCtc2bduCw7u2ku%2F87KUUXxvc4CF8dNxFj3mSXDaz%2BBofYVREJ2gsQzqyKwM0oLLYy4MojA%2F7MeaIEVPhzVzENqsteMr5N2jj511tW6HODnI2RFUfXc0BKZPkGqnkRBDDyCXLjTJYPD8wBEArBVAHQ%3D%3D\",\n            \"number_of_hits\": 0\n        },\n        \"filters\": {\n            \"birth_year\": 1964,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"exact_match\": false,\n            \"fuzziness\": \"high\",\n            \"remove_deceased\": 1,\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ]\n        },\n        \"hits\": \"https://storage.idfy.com/temp/d829c13c-a5be-4905-b7a0-52811579264e-aml.json?Expires=1724234065&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=J2lM8JFwdvGl7C42AuJxn0b1grisTwy6WVIgNdTcowqECFNU2HeeohnJGGP70T%2BrloVBAvNGZ4aPBrTAhZQo1yujg1fvbSz8OcvLh9c%2FPmtuEyP8XSCBHLtIoa1FissDxe8YAVpOgqLibpeH31m3TxgFOVpDNt98%2FDzHztZEapXlGSlEIqgVNd9QwOpFzP54JqKRxpqa4TG1mDfTUp3E801jj%2BOc2e3KSSsi48i7o%2Fk%2FHduNgyft5fGrf0zKm1yqygkNJCxu%2F7BYAY8lu3WJZkDV4yHGvlGscNebIBah997x%2F1eeEtKuTdcjQkZ%2BGTMAGxiEEIrWtskBYDYzuEs5OQ%3D%3D\",\n        \"match_status\": \"no_match\",\n        \"search_term\": \"Jeff Bezoz\",\n        \"total_hits\": 0\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"aml\"\n}"},{"id":"c2373e21-aa25-4eb7-9c51-32b396b70591","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/verify_with_source/aml"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:05:42 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"bfed88ee-bb75-4243-81c2-c19eb0f783a5","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"123","type":"text"},{"key":"account-id","value":"123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/verify_with_source/aml"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:06:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"741e4fbb-948d-4050-85b4-12bb804fc5a0","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"search_term\": \"Jeff Bezoz\",\n        \"fuzziness\": \"high\",\n        \"filters\": {\n            \"types\": [\n                \"pep\",\n                \"adverse-media\"\n            ],\n            \"birth_year\": \"1964\",\n            \"remove_deceased\": true,\n            \"country_codes\": [\n                \"IN\",\n                \"US\"\n            ],\n            \"entity_type\": \"person\",\n            \"cibil_check\": true\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/verify_with_source/aml"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:06:56 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-10T11:35:37+05:30\",\n    \"created_at\": \"2024-09-10T11:35:37+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"ca47f58b-1802-46a5-92e7-2ef6aa1e1619\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"aml\"\n}"}],"_postman_id":"42e06d1f-60a3-478c-b0db-4110a1572b00"},{"name":"ip_address sync","id":"d62a28c7-d63c-4c7a-afd4-f5f575d149f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address","description":"<p>IDfy’s IP validation API allows you to perform a set of checks on an IP address - location, Proxy, VPN, TOR status, etc.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.device_ip</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Device IP</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output from the source verification.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details</td>\n<td>object</td>\n<td>Details of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_city</td>\n<td>string</td>\n<td>City of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_country_code</td>\n<td>string</td>\n<td>Country code of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_latitude</td>\n<td>string</td>\n<td>Latitude of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_longitude</td>\n<td>string</td>\n<td>Longitude of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_region</td>\n<td>string</td>\n<td>Region of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.ip_location_details.ip_timezone</td>\n<td>string</td>\n<td>Timezone of the IP location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_success</td>\n<td>boolean</td>\n<td>Indicates if the verification was successful.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.message</td>\n<td>string</td>\n<td>Message describing the result.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details</td>\n<td>object</td>\n<td>Details of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details.ASN_details</td>\n<td>string</td>\n<td>ASN details of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.service_details.host_ip</td>\n<td>string</td>\n<td>Host IP of the service.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>The status of the source output.</td>\n<td>\"ip_address_found\", \"ip_address_not_found\"</td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details</td>\n<td>object</td>\n<td>Details of the VPN.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details.is_proxy</td>\n<td>boolean</td>\n<td>Indicates if the IP is a proxy.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.vpn_details.is_tor</td>\n<td>boolean</td>\n<td>Indicates if the IP is from the</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “ip_address”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","ip_address"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e28a44a1-02fc-4d78-9b42-c4c3748576ee","name":"Success: IP_address sync","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"921"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:11:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2021-08-05T15:41:40+05:30\",\n    \"created_at\": \"2021-08-05T15:41:39+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"1f87e98b-ca8d-4144-b783-3dc2a8712658\",\n    \"result\": {\n        \"source_output\": {\n            \"ip_location_details\": {\n                \"ip_city\": \"Mumbai\",\n                \"ip_country_code\": \"IN\",\n                \"ip_latitude\": 12.34,\n                \"ip_longitude\": 56.78,\n                \"ip_region\": \"Maharashtra\",\n                \"ip_timezone\": \"Asia/Kolkata\"\n            },\n            \"is_bot\": false,\n            \"is_recent_abuse\": false,\n            \"is_success\": true,\n            \"message\": \"Success\",\n            \"service_details\": {\n                \"ASN_details\": 38266,\n                \"connection_details\": \"Mobile\",\n                \"host_ip\": \"1-55-226-789.live.vodafone.in\",\n                \"is_crawler\": false,\n                \"is_mobile\": false,\n                \"isp_details\": \"Vodafone India\",\n                \"org_details\": \"Vodafone India\"\n            },\n            \"status\": \"ip_address_found\",\n            \"vpn_details\": {\n                \"is_active_tor\": false,\n                \"is_active_vpn\": false,\n                \"is_proxy\": false,\n                \"is_tor\": false,\n                \"is_vpn\": false\n            }\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ip_address\"\n}"},{"id":"e07e72aa-68ce-489d-ba18-d459d7e50ecf","name":"Err: Invalid IP Address","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"921"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:11:39 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-10T11:53:22+05:30\",\n    \"created_at\": \"2024-09-10T11:53:22+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"There seems to be an issue with your IP address, please check the IPv4, IPv6 or Host name and try again\",\n    \"request_id\": \"7f2cda5e-efea-468b-8847-70ea25def8c8\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ip_address\"\n}"},{"id":"291eb82f-1f14-4351-af5a-88915263df3c","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123","type":"text"},{"key":"account-id","value":"123123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:12:11 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f6ca65fc-f89a-4ecf-ba50-e16ce5902003","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Thu, 27 Oct 2022 11:12:36 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5297ef2b-14df-42ce-9f8e-eb9d56b34e3b","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"device_ip\": \"<IP ADDRESS OF DEVICE>\",\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ip_address"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 27 Oct 2022 11:12:57 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-10T11:53:04+05:30\",\n    \"created_at\": \"2024-09-10T11:53:04+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"e6bc8888-c5f5-4067-a72f-0cea0f990a1e\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ip_address\"\n}"}],"_postman_id":"d62a28c7-d63c-4c7a-afd4-f5f575d149f4"},{"name":"email sync","id":"f3215dbf-83b4-425c-a038-8221a32d9ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email","description":"<p>IDfy’s email validation API allows you to verify if an email address has been involved in fraud/suspicious activity.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td>Yes</td>\n<td>Should be a valid string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>The data for the email validation request</td>\n<td>Yes</td>\n<td>Should be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.email_id</td>\n<td>String</td>\n<td>The email ID to be validated</td>\n<td>Yes</td>\n<td>Should be a valid email address</td>\n</tr>\n<tr>\n<td>data.advanced</td>\n<td>Boolean</td>\n<td>Indicates if advanced validation is required</td>\n<td>No</td>\n<td>Should be a valid boolean</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed, in this case, verifying with a source</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>The timestamp when the task was completed, in ISO 8601 format</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp when the task was created, in ISO 8601 format</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>A unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>A unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>The result of the verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>The detailed output from the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced</td>\n<td>Object</td>\n<td>Advanced details about the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.dns_status</td>\n<td>String</td>\n<td>The DNS status of the email's domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age</td>\n<td>Object</td>\n<td>The age of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.human</td>\n<td>String</td>\n<td>Human-readable age of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.iso</td>\n<td>String</td>\n<td>ISO 8601 formatted creation date of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.domain_age.timestamp</td>\n<td>Integer</td>\n<td>Timestamp of the domain creation date</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.email_server_status</td>\n<td>String</td>\n<td>Status of the email server</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen</td>\n<td>Object</td>\n<td>Details of when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.human</td>\n<td>String</td>\n<td>Human-readable time since the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.iso</td>\n<td>String</td>\n<td>ISO 8601 formatted timestamp when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.first_seen.timestamp</td>\n<td>Integer</td>\n<td>Timestamp when the email was first seen</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.advanced.sanitized_email</td>\n<td>String</td>\n<td>The sanitized version of the email address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.email_deliverability</td>\n<td>String</td>\n<td>The deliverability status of the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.first_name</td>\n<td>String</td>\n<td>The first name associated with the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse</td>\n<td>Object</td>\n<td>Fraud and abuse details of the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.email_fraud_score</td>\n<td>Integer</td>\n<td>Email fraud score</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_catch_all</td>\n<td>Boolean</td>\n<td>Indicates if the email domain is a catch-all</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_disposable</td>\n<td>Boolean</td>\n<td>Indicates if the email is disposable</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.fraud_and_abuse.is_recently_abused</td>\n<td>Boolean</td>\n<td>Indicates if the email has been recently abused</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_common_domain</td>\n<td>Boolean</td>\n<td>Indicates if the email is from a common domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_dns_valid</td>\n<td>Boolean</td>\n<td>Indicates if the DNS of the email domain is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_email_valid</td>\n<td>Boolean</td>\n<td>Indicates if the email is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.is_frequent_complainer</td>\n<td>Boolean</td>\n<td>Indicates if the email is from a frequent complainer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk</td>\n<td>Object</td>\n<td>Risk details associated with the email</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_generic</td>\n<td>Boolean</td>\n<td>Indicates if the email is generic</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_honeypot</td>\n<td>Boolean</td>\n<td>Indicates if the email is a honeypot</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.is_leaked</td>\n<td>Boolean</td>\n<td>Indicates if the email has been leaked</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk.spam_trap_score</td>\n<td>Integer</td>\n<td>Spam trap score</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>Status of the email ID search</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.suggested_domain</td>\n<td>String</td>\n<td>Suggested domain if the email domain is incorrect</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>A unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task, in this case, email validation</td>\n<td>Value: “email”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","email"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"1635922d-f6e3-41b4-833c-b6f51433989e","name":"Success: Email sync","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1020"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:11:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T11:06:34+05:30\",\n    \"created_at\": \"2024-09-11T11:06:34+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"27b15abe-2c3f-413d-aca1-616f9aa3ffb9\",\n    \"result\": {\n        \"source_output\": {\n            \"advanced\": {\n                \"dns_status\": \"valid\",\n                \"domain_age\": {\n                    \"human\": \"29 years ago\",\n                    \"iso\": \"1995-08-13T00:00:00-04:00\",\n                    \"timestamp\": 808286400\n                },\n                \"email_server_status\": \"valid\",\n                \"first_seen\": {\n                    \"human\": \"2 months ago\",\n                    \"iso\": \"2024-07-15T06:23:19-04:00\",\n                    \"timestamp\": 1721038999\n                },\n                \"sanitized_email\": \"shxxxxxxxa@gmail.com\"\n            },\n            \"email_deliverability\": \"high\",\n            \"first_name\": \"Unknown\",\n            \"fraud_and_abuse\": {\n                \"email_fraud_score\": 0,\n                \"is_catch_all\": false,\n                \"is_disposable\": false,\n                \"is_recently_abused\": false\n            },\n            \"is_common_domain\": true,\n            \"is_dns_valid\": true,\n            \"is_email_valid\": true,\n            \"is_frequent_complainer\": false,\n            \"risk\": {\n                \"is_generic\": false,\n                \"is_honeypot\": false,\n                \"is_leaked\": false,\n                \"spam_trap_score\": 0\n            },\n            \"status\": \"id_found\",\n            \"suggested_domain\": \"N/A\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"email\"\n}\n"},{"id":"3894bb9b-dcb0-4d5b-9fb3-9a8e1082c88c","name":"Err: invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"12312","type":"text"},{"key":"account-id","value":"12312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:35:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8e8d562d-8026-4ae3-86df-a1a133978fa6","name":"Err: Invalid Email ID","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"912"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 19:36:04 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T11:25:01+05:30\",\n    \"created_at\": \"2024-09-11T11:25:01+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid email address provided\",\n    \"request_id\": \"2d18430e-212d-46f9-9e7c-593de4ca780a\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"email\"\n}"},{"id":"df1ad153-91cf-4c21-a5c4-a06431dce3f9","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:37:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e90cfdb7-9080-4a31-97f1-14874c6b67da","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"shxxxxxxxia@gmail.com\",\n        \"advanced\": true,\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 19:37:40 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"00635f61-b3e5-4811-b991-070f35f068b4","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"email_id\": \"\",\n        \"advanced\": true,\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"date","value":"Mon, 07 Nov 2022 19:37:40 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-11T11:26:32+05:30\",\n    \"created_at\": \"2024-09-11T11:26:32+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"6cd12af4-5695-4ff8-8d07-46f8ff3d3d1d\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"email\"\n}"}],"_postman_id":"f3215dbf-83b4-425c-a038-8221a32d9ac2"},{"name":"fuzzy_entity_match","id":"c6773308-32c2-4f5b-b765-3e0c2974334d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"input1\": \"Jan 27, 1996\",\n        \"input2\": \"27/01/1996\",\n        \"input_type\": \"date\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy","description":"<p>The Entity Fuzzy Match API allows you to compare two entities and returns a match score based on fuzzy logic. This means that the API takes into account minor variations between the entities being compared, such as slight differences in date formats or variations in spelling. To use the API, you must provide a unique identifier for the comparison task and the two entities you wish to compare, along with the type of entities being compared (e.g., date, entity, address). The API then returns a match score between 0 and 100, indicating the degree to which the two entities match.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.input1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>First input to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.input2</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>Second input to compare</td>\n<td>A valid string</td>\n</tr>\n<tr>\n<td>data.input_type</td>\n<td>String</td>\n<td>Yes</td>\n<td>Type of input to compare</td>\n<td>Can be- “str”, “date”</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema-input_typedate\">Response Body Schema (input_type=date)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed.</td>\n<td>Must be \"compare\".</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>The unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the comparison process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output</td>\n<td>object</td>\n<td>Contains the output details of the match process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.day_match</td>\n<td>boolean</td>\n<td>Indicates if the day matches.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.is_match</td>\n<td>boolean</td>\n<td>Indicates if there is a match.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.match_score</td>\n<td>integer</td>\n<td>The score of the match.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.month_match</td>\n<td>boolean</td>\n<td>Indicates if the month matches.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.year_match</td>\n<td>boolean</td>\n<td>Indicates if the year matches.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of task being performed.</td>\n<td>Must be \"entity_fuzzy\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema-input_typestr\">Response Body Schema (input_type=str)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed.</td>\n<td>Must be \"compare\".</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>The unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>The unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the comparison process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output</td>\n<td>object</td>\n<td>Contains the output details of the match process.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.is_match</td>\n<td>boolean</td>\n<td>Indicates if there is a match.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.match_output.match_score</td>\n<td>integer</td>\n<td>The score of the match.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>The unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of task being performed.</td>\n<td>Must be \"entity_fuzzy\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compare","entity_fuzzy"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"d2be115e-58ae-4ea9-aec9-47af723004a5","name":"Err: invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1243212"},{"key":"account-id","value":"1233123"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"input1\": \"Jan 27, 1996\",\n        \"input2\": \"27/01/1996\",\n        \"input_type\": \"date\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:35:34 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"35ed21d1-3bc5-4f1e-9e6a-e9cce78445b0","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"input1\": \"Jan 27, 1996\",\n        \"input2\": \"27/01/1996\",\n        \"input_type\": \"date\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:37:02 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"db2d9607-a307-4927-a002-13a76f3ca080","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"input1\": \"Jan 27, 1996\",\n        \"input2\": \"27/01/1996\",\n        \"input_type\": \"date\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:37:40 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"2a5c1523-3c04-4514-bc8b-f832a1a88f3e","name":"Success: string_compare","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":{\n        \"input1\":\"Hitesh Raj S\",\n        \"input2\":\"Hitesh Raj Shrivastava\",\n        \"input_type\":\"str\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"360"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 01 Nov 2023 05:56:01 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"141b9759-d34c-4a9a-9b22-6a5e3a5c3ae2"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-07-15T17:56:31+05:30\",\n    \"created_at\": \"2024-07-15T17:56:31+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"0c89fbef-f346-43ab-a456-776dd7f33497\",\n    \"result\": {\n        \"match_output\": {\n            \"is_match\": false,\n            \"match_score\": 67\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"entity_fuzzy\"\n}"},{"id":"cee98198-9bf1-40c9-98b2-7bca3c63822e","name":"Success: fuzzy_entity_match_date","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"input1\": \"Jan 27, 1996\",\n        \"input2\": \"27/01/1996\",\n        \"input_type\": \"date\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compare/entity_fuzzy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"414"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 01 Nov 2023 06:02:06 GMT"},{"key":"server","value":"idfy"},{"key":"x-request-id","value":"9e258b73-900d-4083-b4ef-9f3a9424e171"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compare\",\n    \"completed_at\": \"2024-07-15T17:47:30+05:30\",\n    \"created_at\": \"2024-07-15T17:47:30+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"41e11309-66ff-4318-a85e-99a97451781d\",\n    \"result\": {\n        \"match_output\": {\n            \"day_match\": true,\n            \"is_match\": true,\n            \"match_score\": 100,\n            \"month_match\": true,\n            \"year_match\": true\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"entity_fuzzy\"\n}"}],"_postman_id":"c6773308-32c2-4f5b-b765-3e0c2974334d"},{"name":"domain sync","id":"5fc8dbd8-b0e3-4ab7-b9d7-66bcc00ac252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain","description":"<p>IDfy’s Domain Data API allows you to verify if the domain in an email address corresponds to the actual email domain of that company.<br />The API allows you to send a very basic request - an email address - and returns the Validity, CIN, Registered Name of the company, company status and any old names. It is for all the clients looking to verify / onboard end-users on the basis of their email address.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.email_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email ID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action to be performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The type of request</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string (timestamp)</td>\n<td>Timestamp when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string (timestamp)</td>\n<td>Timestamp when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Output data from the source verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the ID verification</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details</td>\n<td>object</td>\n<td>Details of the domain</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.is_valid</td>\n<td>boolean</td>\n<td>Indicates if the domain is valid</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details</td>\n<td>array</td>\n<td>List of company details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].registered_under</td>\n<td>string</td>\n<td>Name of the registered company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].company_status</td>\n<td>string</td>\n<td>Status of the company</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].cin</td>\n<td>string</td>\n<td>Corporate Identification Number (CIN)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.domain_details.company_details[].company_old_names</td>\n<td>array</td>\n<td>List of old names the company was registered under</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>The status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the task.</td>\n<td>Value: domain</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","domain"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8ca7f65a-826d-48c8-8e17-1922e24c6f93","name":"Success: domain","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"415"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 10:12:25 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"verify_with_source\",\n    \"type\": \"domain\",\n    \"request_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n    \"task_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"created_at\": \"2020-02-19T11:19:51+05:30\",\n    \"completed_at\": \"2020-02-19T11:20:04+05:30\",\n    \"result\": {\n        \"source_output\": {\n            \"status\": \"id_found\",\n            \"domain_details\": {\n                \"is_valid\": true,\n                \"company_details\": [\n                    {\n                        \"registered_under\": \"Baldor Technologies pvt. ltd\",\n                        \"company_status\": \"active\",\n                        \"cin\": \"123456789\",\n                        \"company_old_names\": [\n                            \"abc\",\n                            \"def\"\n                        ]\n                    },\n                    {\n                        \"registered_under\": \"ABC Technologies\",\n                        \"company_status\": \"active\",\n                        \"cin\": \"1234567890\",\n                        \"company_old_names\": [\n                            \"abc\",\n                            \"def\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"domain\"\n    }\n}"},{"id":"50061d05-f69f-407d-b30b-fea3e7deefde","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:38:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"111a3a76-e092-4532-a75b-75f222ea8e44","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:38:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"082ff959-4bb7-4cda-a639-d67594420593","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@idfy.in\"..\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:39:01 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-10T16:05:15+05:30\",\n        \"created_at\": \"2024-09-10T16:05:15+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"4d3ef901-18ec-4e7c-85bd-66e07e6134a0\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"domain\"\n    }\n]"},{"id":"7aa99bc1-dbf1-4d5f-9e6c-388fa7e9e7a4","name":"Err: domain not found","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@asdasx.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"415"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:40:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2022-11-08T01:10:21+05:30\",\n    \"created_at\": \"2022-11-08T01:10:19+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"d4a26269-6b7a-49aa-b004-957ffce2e63e\",\n    \"result\": {\n        \"source_output\": {\n            \"domain_details\": {\n                \"company_details\": null,\n                \"is_valid\": false\n            },\n            \"status\": \"id_not_found\"\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"domain\"\n}"},{"id":"7059d2ac-0254-4d82-9a5f-f025ad3d5454","name":"Err: Invalid Email Address","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\":\n    {\n        \"email_id\": \"yash@asdasx.in\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"415"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:40:20 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-09-10T15:55:39+05:30\",\n    \"created_at\": \"2024-09-10T15:55:20+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid email address provided\",\n    \"request_id\": \"5bd0b958-f590-4cc9-a8f4-8b60ad277087\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"domain\"\n}"}],"_postman_id":"5fc8dbd8-b0e3-4ab7-b9d7-66bcc00ac252"},{"name":"reverse_geocode sync","id":"45d143b2-40a8-4a86-9843-868f4202133a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/generate/reverse_geocode","description":"<p>This API gets address from a lat-long and latlong from a respective address.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.latitude</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Latitude of address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.longitude</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Longitude of address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action to be performed.</td>\n<td>Value: generate</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>DateTime</td>\n<td>The date and time when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>UUID</td>\n<td>A unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>UUID</td>\n<td>A unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains the result details.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>Object</td>\n<td>Details of the source output for the generated data.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>String</td>\n<td>The status of the location extraction.</td>\n<td>Values: location_found, location_not_found, source_down</td>\n</tr>\n<tr>\n<td>result.source_output.latitude</td>\n<td>String</td>\n<td>The latitude of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.longitude</td>\n<td>String</td>\n<td>The longitude of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address</td>\n<td>String</td>\n<td>The full address of the found location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address</td>\n<td>Object</td>\n<td>The formatted address details of the location.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.hamlet</td>\n<td>String</td>\n<td>The hamlet part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.city</td>\n<td>String</td>\n<td>The city part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.county</td>\n<td>String</td>\n<td>The county part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.state</td>\n<td>String</td>\n<td>The state part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.country</td>\n<td>String</td>\n<td>The country part of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.formatted_address.country_code</td>\n<td>String</td>\n<td>The ISO 3166-1 alpha-2 country code of the formatted address.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.bounding_box</td>\n<td>Array</td>\n<td>The bounding box coordinates that represent the area of the location.</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>UUID</td>\n<td>A unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the geocoding task.</td>\n<td>Value: reverse_geocode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","generate","reverse_geocode"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"de799152-a379-4989-87db-2b2b0c0ff546","name":"Success: reverse_geocode sync","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/generate/reverse_geocode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}"},{"id":"1705bee3-08fc-4e8b-82d0-51528d4a5787","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/generate/reverse_geocode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"98789474-fc60-4f1c-ab5e-2562813b5f44","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"-200\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/generate/reverse_geocode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"generate\",\n    \"completed_at\": \"2024-09-10T15:46:21+05:30\",\n    \"created_at\": \"2024-09-10T15:46:21+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Please provide a valid latitude and longitude.\",\n    \"request_id\": \"017ac84f-2eee-4d4f-b030-20774de85b6d\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"reverse_geocode\"\n}"},{"id":"bae4611f-4cc9-49fe-a515-915d14cfab0a","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": \r\n    {\r\n        \"latitude\": \"12.1\",\r\n        \"longitude\": \"12.2\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/generate/reverse_geocode"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"45d143b2-40a8-4a86-9843-868f4202133a"},{"name":"geocode sync","id":"fdcce238-a063-4c8a-86d0-5ed3a041308a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"unit_test_101\",\r\n    \"group_id\": \"group_id101\",\r\n    \"data\": {\r\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode","description":"<p>This API gets address from a lat-long and latlong from a respective address.</p>\n<h4>Request Body Schema</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th><th>Mandatory</th></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a requested task provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Object with below parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The details of the data required to perform the task.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data.address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>address</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>The action performed</td>\n<td>Value: \"generate\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Completion timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Creation timestamp of the action</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Group identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Request identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Object for generated results</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.address_depth</td>\n<td>string</td>\n<td>Depth of the address detail</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.confidence</td>\n<td>string</td>\n<td>Confidence level of the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.latitude</td>\n<td>string</td>\n<td>Latitude of the geocode result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.longitude</td>\n<td>string</td>\n<td>Longitude of the geocode result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Task identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the request</td>\n<td>Value: \"geocode\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","geocode"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e4a1dad5-9615-4b53-85b8-b0dce60ca19f","name":"Success: geocode sync","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"\r\n    {\r\n        \"action\": \"generate\",\r\n        \"completed_at\": \"2024-08-05T16:20:40+05:30\",\r\n        \"created_at\": \"2024-08-05T16:20:38+05:30\",\r\n        \"group_id\": \"group_id101\",\r\n        \"request_id\": \"3691ec23-43d1-4e50-a5ad-387ec732c351\",\r\n        \"result\": {\r\n            \"source_output\": {\r\n                \"address_depth\": \"subLocality\",\r\n                \"confidence\": \"60\",\r\n                \"latitude\": \"18.501764\",\r\n                \"longitude\": \"73.8506640000001\",\r\n                \"status\": \"success\"\r\n            }\r\n        },\r\n        \"status\": \"completed\",\r\n        \"task_id\": \"unit_test_101\",\r\n        \"type\": \"geocode\"\r\n    }"},{"id":"251fd418-852d-4a83-a2d6-1aef6e92218f","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"5d4037ff-173a-4133-bdec-ea7d89f4cc06","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\".\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"generate\",\n    \"completed_at\": \"2024-09-10T15:46:21+05:30\",\n    \"created_at\": \"2024-09-10T15:46:21+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Please provide a valid latitude and longitude.\",\n    \"request_id\": \"017ac84f-2eee-4d4f-b030-20774de85b6d\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"reverse_geocode\"\n}"},{"id":"c46d3d9b-f29b-4387-a305-e54b6fbc77a7","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123"},{"key":"account-id","value":"123123"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"unit_test_101\",\n    \"group_id\": \"group_id101\",\n    \"data\": {\n        \"address\": \"Saras Baug, Sadashiv Peth, Pune, Maharashtra 411030\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/geocode"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"fdcce238-a063-4c8a-86d0-5ed3a041308a"},{"name":"Watermarking sync","id":"d4392a57-5bdc-42a8-9294-cf5815031351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}"},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document","description":"<p>This API helps in watermarking any image that you give as an input. The number of fields that need to we watermarked can be passed in the request body.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>base64/string</td>\n<td>Yes</td>\n<td>image in base64 format OR URL of image that is needed to be watermarked</td>\n<td>Must be a valid publicly accessible URL or image in base64 format</td>\n</tr>\n<tr>\n<td>data.text</td>\n<td>Object</td>\n<td>Yes</td>\n<td>list of items that you need to watermark. You can add any key-value pair</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Action taken for the request</td>\n<td>Value: “watermark”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Timestamp when the action was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp when the request was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.watermark_url</td>\n<td>String</td>\n<td>URL of watermarked image</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the response</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The unique identifier of a requested task provided by you</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of request</td>\n<td>Value: “any_doc”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","watermark","document"],"host":["api","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"0f62d4f7-1ba9-4b9e-8441-cb5f5faeff0f","name":"Success: watermarking","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"group_id\": \"some_grp_id\",\r\n    \"data\": {\r\n        \"document1\": \"url\",\r\n        \"text\": {\r\n            \"key1\": \"val1\",\r\n            \"key2\": \"val2\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"action\": \"watermark\",\r\n    \"completed_at\": \"2023-06-20T15:20:20+05:30\",\r\n    \"created_at\": \"2023-06-20T15:20:19+05:30\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"request_id\": \"d61574b6-4adb-4a25-89a5-bafbd6af1ef3\",\r\n    \"result\": {\r\n        \"watermark_url\": \"https://storage.googleapis.com/image-masking/51b4ad46-c0dd-45df-b775-2f704db22471.jpg?Expires=1687341020&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=lc269tTO28qOMHxK1kB%2BXYwsfs8JjG4%2Bp53h8DD6zm12zbmkmktH5KwGpgDNjit56UH5jr8ATnyF3lmKoLRUCiX1qMkma9FYFfWuvJwv2u5E8iFVArVscRSqeNtUdILl0BcxpzmPh52Ta4oQqnpFsnBPMZKSqwSVdzRbuf9KIQjH974OqFbm1ZM%2B70S7AHV1%2Fo7654njllspW%2FibGAJq%2Bo5EEevyN7qu%2BkNq7KRQax2InkjGPv%2FJvAF4plA4mWwnd8ZMVJruQWQGhNn6R3IFErQVs1uAncWBGX01X2LbGYVx1NHFzFCEN9qUmsMeu0jpKnCj1p5TvSB%2BgwlbTN8jbQ%3D%3D\"\r\n    },\r\n    \"status\": \"completed\",\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"type\": \"document\"\r\n}"},{"id":"506a712a-23a0-456a-a9e4-23c086fe7232","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b4683271-fe69-4baf-967f-aa77a8d7823a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        },\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"6268ec5c-15d6-4fc2-9863-0090db608071","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"watermark\",\n    \"completed_at\": \"2024-09-11T11:58:26+05:30\",\n    \"created_at\": \"2024-09-11T11:58:26+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"5858db72-bef2-4ffb-bf9d-05967c149130\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"adac0b05-0276-4635-8181-9452b4da45ea","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"watermark\",\n    \"completed_at\": \"2024-09-11T11:58:50+05:30\",\n    \"created_at\": \"2024-09-11T11:58:49+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"7295b6ce-3a98-4823-a2c5-6a1123134d2e\",\n    \"status\": \"failed\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"document\"\n}"},{"id":"98bbf393-4c58-4085-a256-2a0e5af1135b","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"some_grp_id\",\n    \"data\": {\n        \"document1\": \"url\",\n        \"text\": {\n            \"key1\": \"val1\",\n            \"key2\": \"val2\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.idfy.com/v3/tasks/sync/watermark/document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"d4392a57-5bdc-42a8-9294-cf5815031351"},{"name":"Compression API","id":"8bc7153c-fd5e-46b3-a264-72b7db13e2bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\n        \"compression_by\": \"percentage\",\n        \"compress_to\": \"50\"\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image","description":"<p>This API helps in watermarking any image that you give as an input. The number of field that need to we watermarked can be passed in teh request id.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL or Base64 for document to compress</td>\n<td>Supported file formats Image(JPEG/JPG/PNG/GIF/TIFF/PDF)</td>\n</tr>\n<tr>\n<td>data.compression_by</td>\n<td>String</td>\n<td>Yes</td>\n<td>Compress by percentage or sizelimit</td>\n<td>Accepted values: “percentage”, “sizelimit”</td>\n</tr>\n<tr>\n<td>data.compress_to</td>\n<td>String</td>\n<td>Yes</td>\n<td>Required percentage or size of compression</td>\n<td>in case of “percentage” value should range from 10 to 90. in case of “sizelimit” value should not be greater than input file size</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value:”compress”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_format</td>\n<td>string</td>\n<td>Format of the compressed file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_size</td>\n<td>string</td>\n<td>Size of the compressed file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compressed_file_url</td>\n<td>string</td>\n<td>URL to the compressed file</td>\n<td></td>\n</tr>\n<tr>\n<td>result.compression_type</td>\n<td>string</td>\n<td>Type of compression applied</td>\n<td></td>\n</tr>\n<tr>\n<td>result.original_file_url</td>\n<td>string</td>\n<td>URL to the original file</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the record</td>\n<td>Value: “image”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","compress","image"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"67b4df27-1db9-4145-a9b1-923fb573e754","name":"Success: Compression","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"data\": {\r\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\r\n        \"compression_by\": \"percentage\",\r\n        \"compress_to\": \"50\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"action\": \"compress\",\r\n    \"completed_at\": \"2024-09-11T14:55:11+05:30\",\r\n    \"created_at\": \"2024-09-11T14:54:31+05:30\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"request_id\": \"1370c178-dab0-4068-9cca-d882db30c56a\",\r\n    \"result\": {\r\n        \"compressed_file_format\": \"jpg\",\r\n        \"compressed_file_size\": \"25.294921875 KB\",\r\n        \"compressed_file_url\": \"https://storage.googleapis.com/image-masking/image_1370c178-dab0-4068-9cca-d882db30c56a.jpg?Expires=1726133111&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=d5fz4Rq64sSkteS25Nfo5guXCNLLN%2BQr%2FnQIKEnyP4OriMjJLG1kE%2FJhydjrfV1vYU8AYrkfc%2Bd9ciaeeQC%2FEonn%2FdFM7D5A5pqczF8PNZe0nX5SboJQ%2BVJ7ultBxguJvGvFWhCTrO1kLG1OXJ3wkjyuJwbtK0k2pKUB92wiUbWxaSxYLlzeTE9v0YI2I90QyR1jiN0YZTBR4HdO04%2FrjBZjj9XTVD33iYO0%2BbMms%2B6dUN1P846SZ4GSxOPeU8PdgnkaNN1Vrdy4ZnuIcZg1SVkbABaWM3HnLMxXOzfyLz5YF7b9mHTMUT1c5wOW8WyxdTHSH42L%2FnVET%2BMj5aK1QA%3D%3D\",\r\n        \"compression_type\": \"percentage\",\r\n        \"original_file_url\": \"https://storage.idfy.com/3d50c59d-8fb2-45bf-9757-3567e90e2dfa.jpg?Expires=1726133072&GoogleAccessId=api-gateway-prod%40idfy-1338.iam.gserviceaccount.com&Signature=PYJ9jc7%2B%2B%2BWdmbjJqDQaBgDBG7tO5MIaMqKZAzTvak1lFCdD9rg82WOZ0iBFSW3HR4rFxL2Sja1UOU%2BSrljQu1X9cWlfmYQweSF8thfmsRwHX1AjOw9bFfehDsJdbAKzDize9gCyiGzp13dJhcA4BSo9HBKxh3Qcjyiu5uFultCqWjuznPyKS513EQPwh3P3CTHRA8LBUVfG8koZdWiC4qAujqSC%2Bj6K%2FCXyfYLn3GOsumsJqog3m3mKJjVRgWQ41nhqgCLUt6ZdSDvEQFb3hGTeHFYfOmj51CHsvaxlEIMKCb0pu3UR%2BOHZ0PPXW0UZbS20AfZerVm9yLfrwWYZag%3D%3D\"\r\n    },\r\n    \"status\": \"completed\",\r\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"type\": \"image\"\r\n}"},{"id":"30045d51-7a00-43ec-81fd-6408039a58ae","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\n        \"compression_by\": \"percentage\",\n        \"compress_to\": \"50\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"529696d3-2d77-45af-8e11-e2ee19238ec8","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\n        \"compression_by\": \"percentage\",\n        \"compress_to\": \"50\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"8df3af73-1aff-4039-9acf-cfe2495bf8ae","name":"Err: Malformed Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\n        \"compression_by\": \"\",\n        \"compress_to\": \"50\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compress\",\n    \"completed_at\": \"2024-09-11T14:58:52+05:30\",\n    \"created_at\": \"2024-09-11T14:58:52+05:30\",\n    \"error\": \"BAD_REQUEST\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Malformed Request\",\n    \"request_id\": \"d571fcb4-2403-4842-94ba-158aa5a5d45c\",\n    \"status\": \"failed\",\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"type\": \"image\"\n}"},{"id":"2705a6fd-4158-4b1e-a293-6dfcc77aa4f3","name":"Err: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"\",\n        \"compression_by\": \"percentage\",\n        \"compress_to\": \"50\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"compress\",\n    \"completed_at\": \"2024-09-11T14:59:41+05:30\",\n    \"created_at\": \"2024-09-11T14:59:41+05:30\",\n    \"error\": \"INVALID_URL\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"message\": \"Invalid URL\",\n    \"request_id\": \"6a508034-0f1b-4873-8b19-2c32f3371920\",\n    \"status\": \"failed\",\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"type\": \"image\"\n}"},{"id":"1cb46bf4-0ea1-403d-8f8e-9c6c58ed99b0","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"123123"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"1111-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"https://cdn.zeebiz.com/hindi/sites/default/files/2021/11/21/70604-surrender-another-pan-card.jpg\",\n        \"compression_by\": \"percentage\",\n        \"compress_to\": \"50\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/compress/image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"8bc7153c-fd5e-46b3-a264-72b7db13e2bc"},{"name":"Conversion API","id":"83388145-413c-497e-af5c-47798d2fe138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<URL/ Base64>\", //Can be jpg/jpeg/png/pdf\n        \"convert_to\": \"png\" //Can be jpg/jpeg/png/pdf/base 64\n    }\n}"},"url":"https://eve.idfy.com/v3/tasks/sync/convert/document","description":"<p>This API helps in converting the file from one format to another. Currently we support</p>\n<ol>\n<li>PDF to Image  </li>\n<li>TIFF to Image  </li>\n<li>Base64 to Image  </li>\n<li>Image to Base64</li>\n</ol>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Contains the data for the document conversion</td>\n<td>Yes</td>\n<td>Must be an object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>string</td>\n<td>The document to be converted, provided as a URL or Base64</td>\n<td>Yes</td>\n<td>Must be a valid URL or Base64 encoded string, file format should be jpg/jpeg/png/pdf</td>\n</tr>\n<tr>\n<td>data.convert_to</td>\n<td>string</td>\n<td>Desired format to convert the document to</td>\n<td>Yes</td>\n<td>Must be one of [\"jpg\", \"jpeg\", \"png\", \"pdf\", \"base64\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Describes the action being performed, in this case, a document conversion.</td>\n<td>Value: “convert”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of action, which is \"document\" in this case.</td>\n<td>Value: \"document\".</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Current status of the task, here \"completed\".</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request.</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task.</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group.</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp when the task was created.</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp when the task was completed.</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Contains the result of the document conversion.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.data</td>\n<td>object</td>\n<td>Holds the details about the converted document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.data.original_doc_format</td>\n<td>string</td>\n<td>Format of the original document.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.data.converted_doc_format</td>\n<td>string</td>\n<td>Format to which the document was converted.</td>\n<td></td>\n</tr>\n<tr>\n<td>result.data.converted_doc</td>\n<td>string</td>\n<td>URL or Base64 encoded string of the converted document.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","convert","document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"e694ae95-98d1-402a-9c28-4da21ea5e046","name":"Success: Convert Document","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<URL/ Base64>\", \n        \"convert_to\": \"png\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/convert/document"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"action\": \"convert\",\r\n    \"type\": \"document\",\r\n    \"status\": \"completed\",\r\n    \"request_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\r\n    \"task_id\": \"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"created_at\": \"2020-02-19T11:19:51+05:30\",\r\n    \"completed_at\": \"2020-02-19T11:20:04+05:30\",\r\n    \"result\": {\r\n        \"data\": {\r\n            \"original_doc_format\": \"jpg\",\r\n            \"converted_doc_format\": \"png\",\r\n            \"converted_doc\": \"<COMPRESSED FILE URL or base 64>\"\r\n        }\r\n    }\r\n}"},{"id":"44247ae7-7928-4886-986d-9e06f52fc60e","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<URL/ Base64>\", \n        \"convert_to\": \"png\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/convert/document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"0ea58ff8-d80a-4c46-b817-ac93ac23d0cf","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<URL/ Base64>\", \n        \"convert_to\": \"png\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/convert/document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"01a93f9e-a66d-46fc-aef6-3e9cad3c6661","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"31233"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"12123"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"document1\": \"<URL/ Base64>\", \n        \"convert_to\": \"png\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/convert/document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"83388145-413c-497e-af5c-47798d2fe138"},{"name":"Aadhaar QR Decoder","id":"3a63fdd4-1500-4b1a-a896-4645d184f8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"qr_secure_text\": \"<QR text in BASE64 format>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_aadhaar_qr_decoder","description":"<p>The API will take aadhaar QR secured code as input and decode it to readable json data.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group associated with the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Data payload containing relevant details</td>\n<td>Yes</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.qr_secure_text</td>\n<td>String</td>\n<td>Text extracted from QR code in Base64 format</td>\n<td>Yes</td>\n<td>Must be a valid string</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>Describes the action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String</td>\n<td>Task completion timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Task creation timestamp</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the associated group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Contains details of the verification result</td>\n<td></td>\n</tr>\n<tr>\n<td>result.version</td>\n<td>String</td>\n<td>Version of the Aadhaar QR data</td>\n<td></td>\n</tr>\n<tr>\n<td>result.email_mobile_status</td>\n<td>String</td>\n<td>Status of email or mobile linked to Aadhaar</td>\n<td>\"0\": Both email and mobile are not linked. \"1\": email is linked, but mobile is not linked. \"2\": email is not linked, but mobile is linked. \"3\": Both email and mobile are linked.</td>\n</tr>\n<tr>\n<td>result.name</td>\n<td>String</td>\n<td>Name of the individual associated with the Aadhaar</td>\n<td></td>\n</tr>\n<tr>\n<td>result.dob</td>\n<td>Date</td>\n<td>Date of birth</td>\n<td></td>\n</tr>\n<tr>\n<td>result.gender</td>\n<td>String</td>\n<td>Gender of the individual</td>\n<td></td>\n</tr>\n<tr>\n<td>result.careof</td>\n<td>String</td>\n<td>Guardian name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.district</td>\n<td>String</td>\n<td>District of the address</td>\n<td></td>\n</tr>\n<tr>\n<td>result.landmark</td>\n<td>String</td>\n<td>Nearby landmark</td>\n<td></td>\n</tr>\n<tr>\n<td>result.house</td>\n<td>String</td>\n<td>House number or name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.location</td>\n<td>String</td>\n<td>Location details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.pincode</td>\n<td>String</td>\n<td>Postal code</td>\n<td></td>\n</tr>\n<tr>\n<td>result.postoffice</td>\n<td>String</td>\n<td>Post office details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.state</td>\n<td>String</td>\n<td>State of residence</td>\n<td></td>\n</tr>\n<tr>\n<td>result.street</td>\n<td>String</td>\n<td>Street details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.subdistrict</td>\n<td>String</td>\n<td>Sub-district details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.vtc</td>\n<td>String</td>\n<td>Village/Town/City name</td>\n<td></td>\n</tr>\n<tr>\n<td>result.last_4_digits_mobile_no</td>\n<td>String</td>\n<td>Last 4 digits of the mobile number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.aadhaar_last_4_digit</td>\n<td>String</td>\n<td>Last 4 digits of the Aadhaar number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.aadhaar_last_digit</td>\n<td>String</td>\n<td>Last digit of the Aadhaar number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.email</td>\n<td>Boolean</td>\n<td>Indicates if an email is linked</td>\n<td></td>\n</tr>\n<tr>\n<td>result.mobile</td>\n<td>Boolean</td>\n<td>Indicates if a mobile number is linked</td>\n<td></td>\n</tr>\n<tr>\n<td>result.image_url</td>\n<td>String</td>\n<td>URL of the image associated with Aadhaar</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>String</td>\n<td>Status of the verification</td>\n<td>if the secured text is valid and able to extract response then id_found else if secured text is invalid this will be id_not_found</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of task performed</td>\n<td>Value: “ind_aadhaar_qr_decoder”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","verify_with_source","ind_aadhaar_qr_decoder"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"90073f58-d42c-4072-9619-fb56d6249891","name":"Success: Aadhaar QR Decoder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"qr_secure_text\": \"<QR text in BASE64 format>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_aadhaar_qr_decoder"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"action\": \"verify_with_source\",\r\n    \"completed_at\": \"2024-10-01T11:08:01+05:30\",\r\n    \"created_at\": \"2024-10-01T11:08:01+05:30\",\r\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n    \"request_id\": \"99d3ecaf-9ae5-4583-92db-9c568146a928\",\r\n    \"result\": {\r\n        \"aadhaar_last_4_digit\": \"XXXX\",\r\n        \"aadhaar_last_digit\": \"X\",\r\n        \"careof\": \"Vivek GXXXX\",\r\n        \"district\": \"GaXXXX XXXXX\",\r\n        \"dob\": \"DD-MM-YYYY\",\r\n        \"email\": \"False\",\r\n        \"email_mobile_status\": \"2\",\r\n        \"gender\": \"M\",\r\n        \"house\": \"80XXXX XXXXXe\",\r\n        \"image_url\": \"<URL for image on aadhaar card>\",\r\n        \"landmark\": null,\r\n        \"last_4_digits_mobile_no\": null,\r\n        \"location\": \"Noida\",\r\n        \"mobile\": \"True\",\r\n        \"name\": \"UXXX GuXXX\",\r\n        \"pincode\": \"20XXX1\",\r\n        \"postoffice\": \"Noida\",\r\n        \"state\": \"Uttar Pradesh\",\r\n        \"status\": \"id_found\",\r\n        \"street\": \"SeXXXX XX-B\",\r\n        \"subdistrict\": null,\r\n        \"vtc\": \"GXXXXXX XXX XXXXX **\"\r\n    },\r\n    \"status\": \"completed\",\r\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n    \"type\": \"ind_aadhaar_qr_decoder\"\r\n}"},{"id":"3a2af884-e755-4af1-9859-2c0357a6ddb0","name":"Err: No API Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"qr_secure_text\": \"<QR text in BASE64 format>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_aadhaar_qr_decoder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:03 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"65fbfc9b-ed52-432a-b785-c0aa24cd074f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"},{"key":"api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"qr_secure_text\": \"<QR text in BASE64 format>\",\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_aadhaar_qr_decoder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 31 Oct 2022 04:38:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"},{"id":"2f2699ae-f84a-471b-93fb-218cae3aaa0a","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"43212"},{"key":"api-key","value":"11332"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"qr_secure_text\": \"<QR text in BASE64 format>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/verify_with_source/ind_aadhaar_qr_decoder"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 31 Oct 2022 04:39:13 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"}],"_postman_id":"3a63fdd4-1500-4b1a-a896-4645d184f8c5"}],"id":"fe5b4524-55ec-4bc5-8d46-6befc24be048","_postman_id":"fe5b4524-55ec-4bc5-8d46-6befc24be048","description":""}],"id":"845fa8c4-8479-450f-8d8a-62c91b836148","_postman_id":"845fa8c4-8479-450f-8d8a-62c91b836148","description":""},{"name":"e-Sign","item":[{"name":"Async","item":[{"name":"e-sign generate","item":[{"name":"e-sign generate async","id":"8de4b1ea-6f9c-43ac-8dbe-9a0424b4f764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\":{\r\n     \"flow_type\": \"PDF\",\r\n     \"user_key\": \"<user_key shared by IDfy>\",\r\n     \"verify_aadhaar_details\": false,\r\n     \"esign_file_details\":{\r\n        \"esign_profile_id\":\"ABCDE\",\r\n        \"file_name\":\"string\",\r\n        \"esign_file\":\"<BASE64>\",\r\n        \"esign_fields\":{\r\n\t\t//SHOULD BE EMPTY IN CASE OF PDF-BASED FLOW\r\n                   },\r\n        \"esign_additional_files\":[\r\n          \r\n        ],\r\n        \"esign_allow_fill\":false\r\n     },\r\n     \"esign_stamp_details\":{\r\n        \"esign_stamp_series\":\"\",\r\n        \"esign_series_group\":\"\",\r\n        \"esign_stamp_value\":\"\"\r\n     },\r\n     \"esign_invitees\":[\r\n        {\r\n           \"esigner_name\":\"\",\r\n           \"esigner_email\":\"\",\r\n             \"esigner_phone\":\"\",\r\n           \"aadhaar_esign_verification\": {\r\n               \"aadhaar_pincode\": \"\",\r\n               \"aadhaar_yob\": \"\",\r\n               \"aadhaar_gender\": \"\"\r\n           }\r\n        }\r\n     ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document","description":"<p>IDfy’s eSign (Electronic Signature) / eStamp API allows you to virtually eSign a document using Aadhaar / Phone number details, allowing you to accelerate and simplify your eSigning Process. The eSigned document also records the end-users audit trail containing time-stamp / browser / IP records of the user who attempted and completed the eSigning of the document. This advanced functionality allows you to audit the activity of your document and essentially make informed decisions.</p>\n<p>There are two ways to get a document eSigned -</p>\n<ol>\n<li><p>PDF-based - This is where a user passes a PDF base64 encoded document with every API call</p>\n</li>\n<li><p>Template-based - This is where we set up a template, and only pass the fields that are to be updated in the document (example - date, customer name, etc.) with a templateId.</p>\n</li>\n</ol>\n<h4>Request Body Schema (PDF-Based Flow)</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.flow_type</td>\n<td>string</td>\n<td>Type of flow</td>\n<td>Yes</td>\n<td>Can be “PDF” or “Template”</td>\n</tr>\n<tr>\n<td>data.user_key</td>\n<td>Object</td>\n<td>Unique user_key shared by IDfy</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.verify_aadhaar_details</td>\n<td>Boolean</td>\n<td>Set true if aadhaar verification is required</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_profile_id</td>\n<td>String</td>\n<td>Profile ID for e-sign</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.file_name</td>\n<td>String</td>\n<td>File Name to be e-signed</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_file</td>\n<td>String</td>\n<td>File in BASE64 format</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_fields</td>\n<td>Array of dictionaries</td>\n<td>This should be empty in case of PDF based flow</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_additional_files</td>\n<td>Array</td>\n<td>Additional files to be e-signed</td>\n<td>Yes</td>\n<td>Can be empty</td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_allow_fill</td>\n<td>Boolean</td>\n<td>Set true if auto-fill is required in signature</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_stamp_details</td>\n<td>Object</td>\n<td>Object for stamp details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.esign_stamp_series</td>\n<td>String</td>\n<td>Stamp series code</td>\n<td>Yes</td>\n<td>Can be null</td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.esign_series_group</td>\n<td>String</td>\n<td>Stamp series group code</td>\n<td>Yes</td>\n<td>Can be null</td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.stamp_value</td>\n<td>String</td>\n<td>Stamp value</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees</td>\n<td>Array of dictionaries</td>\n<td>Object containing details of invitees for signing</td>\n<td>Yes</td>\n<td>Can contain null values if no invitee is required</td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_name</td>\n<td>String</td>\n<td>Name of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_email</td>\n<td>String</td>\n<td>Email of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_phone</td>\n<td>Siring</td>\n<td>Phone no of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_pincode</td>\n<td>String</td>\n<td>Aadhaar pincode of invitee for aadhaar verification</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_yob</td>\n<td>String</td>\n<td>Year of birth of invitee for aadhaar verification</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_gender</td>\n<td>String</td>\n<td>Gender of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body-schema-template-based-flow\">Request Body Schema (Template-Based Flow)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.flow_type</td>\n<td>string</td>\n<td>Type of flow</td>\n<td>Yes</td>\n<td>Can be “PDF” or “Template”</td>\n</tr>\n<tr>\n<td>data.user_key</td>\n<td>Object</td>\n<td>Unique user_key shared by IDfy</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.verify_aadhaar_details</td>\n<td>Boolean</td>\n<td>Set true if aadhaar verification is required</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_profile_id</td>\n<td>String</td>\n<td>Profile ID for e-sign</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.file_name</td>\n<td>String</td>\n<td>File Name to be e-signed</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_file</td>\n<td>String</td>\n<td>This should be empty in case of template based flow</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_fields</td>\n<td>Array of dictionaries</td>\n<td>Fields for e-sign that are already defined at the time of template creation. Will be shared by IDfy</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_additional_files</td>\n<td>Array</td>\n<td>Additional files to be e-signed</td>\n<td>Yes</td>\n<td>Can be empty</td>\n</tr>\n<tr>\n<td>data.esign_file_details.esign_allow_fill</td>\n<td>Boolean</td>\n<td>Set true if auto-fill is required in signature</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_stamp_details</td>\n<td>Object</td>\n<td>Object for stamp details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.esign_stamp_series</td>\n<td>String</td>\n<td>Stamp series code</td>\n<td>Yes</td>\n<td>Can be null</td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.esign_series_group</td>\n<td>String</td>\n<td>Stamp series group code</td>\n<td>Yes</td>\n<td>Can be null</td>\n</tr>\n<tr>\n<td>data.esign_stamp_details.stamp_value</td>\n<td>String</td>\n<td>Stamp value</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees</td>\n<td>Array of dictionaries</td>\n<td>Object containing details of invitees for signing</td>\n<td>Yes</td>\n<td>Can contain null values if no invitee is required</td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_name</td>\n<td>String</td>\n<td>Name of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_email</td>\n<td>String</td>\n<td>Email of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].esigner_phone</td>\n<td>Siring</td>\n<td>Phone no of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_pincode</td>\n<td>String</td>\n<td>Aadhaar pincode of invitee for aadhaar verification</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_yob</td>\n<td>String</td>\n<td>Year of birth of invitee for aadhaar verification</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_invitees[].aadhaar_esign_verification.aadhaar_gender</td>\n<td>String</td>\n<td>Gender of invitee</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","esign_document"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"6f816500-a51d-49e6-8e74-f78a0e0d0d6f","name":"Success: e-sign generate (PDF-Based)","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"flow_type\": \"PDF\",\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"verify_aadhaar_details\": false,\n     \"esign_file_details\":{\n        \"esign_profile_id\":\"ABCDE\",\n        \"file_name\":\"string\",\n        \"esign_file\":\"<BASE64>\",\n        \"esign_fields\":{\n\t\t//SHOULD BE EMPTY IN CASE OF PDF-BASED FLOW\n                   },\n        \"esign_additional_files\":[\n          \n        ],\n        \"esign_allow_fill\":false\n     },\n     \"esign_stamp_details\":{\n        \"esign_stamp_series\":\"\",\n        \"esign_series_group\":\"\",\n        \"esign_stamp_value\":\"\"\n     },\n     \"esign_invitees\":[\n        {\n           \"esigner_name\":\"\",\n           \"esigner_email\":\"\",\n             \"esigner_phone\":\"\",\n           \"aadhaar_esign_verification\": {\n               \"aadhaar_pincode\": \"\",\n               \"aadhaar_yob\": \"\",\n               \"aadhaar_gender\": \"\"\n           }\n        }\n     ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"e5d9985b-098f-4f78-ac53-48681c7cdf9b","name":"Success: e-sign generate (Template-Based)","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\":{\n      \"flow_type\": \"PDF/Template\", \n      \"user_key\": \"\", \n      \"verify_aadhaar_details\": true, //or false\n      \"esign_file_details\":{\n         \"esign_profile_id\":\"ABCDE\",\n         \"file_name\":\"string\",\n         \"esign_file\":\"EMPTY SINCE NOT PDF-BASED\",\n         \"esign_fields\":[ //these fields will be given during each template creation. These need to be added to the API request\n            { \n               \"id\":\"1624524636042\",\n               \"name\":\"Yash\",\n               \"type\":\"text\",\n               \"value\":\"\",\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524652785\",\n               \"name\":\"Username\",\n               \"type\":\"text\",\n               \"value\":\"\",\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524672025\",\n               \"name\":\"Registerer\",\n               \"type\":\"text\",\n               \"value\":\"\",\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524693837\",\n               \"name\":\"Radiobtns\",\n               \"type\":\"radio\",\n               \"value\":\"100\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524872328\",\n               \"name\":\"Radiobtns\",\n               \"type\":\"radio\",\n               \"value\":\"100\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524872329\",\n               \"name\":\"Radiobtns\",\n               \"type\":\"radio\",\n               \"value\":\"100\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524739390\",\n               \"name\":\"testCheck\",\n               \"type\":\"checkbox\",\n               \"value\":\"12345\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524872331\",\n               \"name\":\"testCheck\",\n               \"type\":\"checkbox\",\n               \"value\":\"12345\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524872332\",\n               \"name\":\"testCheck\",\n               \"type\":\"checkbox\",\n               \"value\":\"12345\",\n               \"checked\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524803492\",\n               \"name\":\"TestingDropdown\",\n               \"type\":\"select\",\n               \"value\":\"\",\n               \"multiple\":false,\n               \"required\":false\n            },\n            {\n               \"id\":\"1624524829999\",\n               \"name\":\"imageTest\",\n               \"type\":\"file\",\n               \"value\":\"\",\n               \"width\":\"120\",\n               \"height\":\"auto\",\n               \"align\":\"\",\n               \"required\":false\n            }\n         ]\n      },\n      \"esign_additional_files\":[\n         \n      ],\n      \"esign_allow_fill\":false\n   },\n   \"esign_stamp_details\":{\n      \"esign_stamp_series\":\"\",\n      \"esign_series_group\":\"\",\n      \"esign_stamp_value\":\"\"\n   },\n   \"esign_invitees\":[\n      {\n         \"esigner_name\":\"Yash Jagdish Thakker\",\n         \"esigner_email\":\"yash.thakker@idfy.com\",\n         \"esigner_phone\":\"9769614002\",\n         \"aadhaar_esign_verification\":{\n            \"aadhaar_pincode\":\"410210\",    \n            \"aadhaar_yob\":\"1990\",\n            \"aadhaar_gender\":\"M\"\n         }\n      }\n   ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"20562c56-938f-4c01-a8ae-0dc0a33b7e8a","name":"Err: Misssing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\":{\r\n     \"flow_type\": \"PDF\",\r\n     \"user_key\": \"<user_key shared by IDfy>\",\r\n     \"verify_aadhaar_details\": false,\r\n     \"esign_file_details\":{\r\n        \"esign_profile_id\":\"ABCDE\",\r\n        \"file_name\":\"string\",\r\n        \"esign_file\":\"<BASE64>\",\r\n        \"esign_fields\":{\r\n\t\t//SHOULD BE EMPTY IN CASE OF PDF-BASED FLOW\r\n                   },\r\n        \"esign_additional_files\":[\r\n          \r\n        ],\r\n        \"esign_allow_fill\":false\r\n     },\r\n     \"esign_stamp_details\":{\r\n        \"esign_stamp_series\":\"\",\r\n        \"esign_series_group\":\"\",\r\n        \"esign_stamp_value\":\"\"\r\n     },\r\n     \"esign_invitees\":[\r\n        {\r\n           \"esigner_name\":\"\",\r\n           \"esigner_email\":\"\",\r\n             \"esigner_phone\":\"\",\r\n           \"aadhaar_esign_verification\": {\r\n               \"aadhaar_pincode\": \"\",\r\n               \"aadhaar_yob\": \"\",\r\n               \"aadhaar_gender\": \"\"\r\n           }\r\n        }\r\n     ]\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:45:11 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cfd34f9f-c818-4ae2-bf85-aff9bde910c4","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\":{\r\n     \"flow_type\": \"PDF\",\r\n     \"user_key\": \"<user_key shared by IDfy>\",\r\n     \"verify_aadhaar_details\": false,\r\n     \"esign_file_details\":{\r\n        \"esign_profile_id\":\"ABCDE\",\r\n        \"file_name\":\"string\",\r\n        \"esign_file\":\"<BASE64>\",\r\n        \"esign_fields\":{\r\n\t\t//SHOULD BE EMPTY IN CASE OF PDF-BASED FLOW\r\n                   },\r\n        \"esign_additional_files\":[\r\n          \r\n        ],\r\n        \"esign_allow_fill\":false\r\n     },\r\n     \"esign_stamp_details\":{\r\n        \"esign_stamp_series\":\"\",\r\n        \"esign_series_group\":\"\",\r\n        \"esign_stamp_value\":\"\"\r\n     },\r\n     \"esign_invitees\":[\r\n        {\r\n           \"esigner_name\":\"\",\r\n           \"esigner_email\":\"\",\r\n             \"esigner_phone\":\"\",\r\n           \"aadhaar_esign_verification\": {\r\n               \"aadhaar_pincode\": \"\",\r\n               \"aadhaar_yob\": \"\",\r\n               \"aadhaar_gender\": \"\"\r\n           }\r\n        }\r\n     ]\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:46:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"8a733df5-76b4-4012-bf7f-022b4cb5b6b7","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\":{\r\n     \"flow_type\": \"PDF\",\r\n     \"user_key\": \"<user_key shared by IDfy>\",\r\n     \"verify_aadhaar_details\": false,\r\n     \"esign_file_details\":{\r\n        \"esign_profile_id\":\"ABCDE\",\r\n        \"file_name\":\"string\",\r\n        \"esign_file\":\"<BASE64>\",\r\n        \"esign_fields\":{\r\n\t\t//SHOULD BE EMPTY IN CASE OF PDF-BASED FLOW\r\n                   },\r\n        \"esign_additional_files\":[\r\n          \r\n        ],\r\n        \"esign_allow_fill\":false\r\n     },\r\n     \"esign_stamp_details\":{\r\n        \"esign_stamp_series\":\"\",\r\n        \"esign_series_group\":\"\",\r\n        \"esign_stamp_value\":\"\"\r\n     },\r\n     \"esign_invitees\":[\r\n        {\r\n           \"esigner_name\":\"\",\r\n           \"esigner_email\":\"\",\r\n             \"esigner_phone\":\"\",\r\n           \"aadhaar_esign_verification\": {\r\n               \"aadhaar_pincode\": \"\",\r\n               \"aadhaar_yob\": \"\",\r\n               \"aadhaar_gender\": \"\"\r\n           }\r\n        }\r\n     ]\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:48:44 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"8de4b1ea-6f9c-43ac-8dbe-9a0424b4f764"},{"name":"Get Task","id":"72d37a2f-e343-4f2f-af84-c5bf0913755e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: “generate”</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the document being generated</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the document generation process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_doc_id</td>\n<td>string</td>\n<td>Unique identifier for the e-sign document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details</td>\n<td>array</td>\n<td>Array containing details of the e-signers</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].esigner_name</td>\n<td>string</td>\n<td>Name of the e-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].esigner_email</td>\n<td>string</td>\n<td>Email of the e-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].esigner_phone</td>\n<td>string</td>\n<td>Phone number of the e-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].esign_url</td>\n<td>string</td>\n<td>URL for the e-signing process</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].url_status</td>\n<td>string</td>\n<td>Status of the URL</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_details[].esign_expiry</td>\n<td>string</td>\n<td>Expiry date and time for the e-sign URL</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>result.type</td>\n<td>string</td>\n<td>Type of the result</td>\n<td>Value: “esign_generate”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"120a28e5-a41e-46ab-af28-d52c6c8da464","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"action\":\"generate\",\n      \"type\":\"esign_document\",\n      \"request_id\":\"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n      \"task_id\":\"e2aee378-62a1-482c-b3a5-bfb9cb3b9c6a\",\n      \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n      \"created_at\":\"2020-02-19T11:19:51+05:30\",\n      \"completed_at\":\"2020-02-19T11:20:04+05:30\",\n      \"result\":{\n         \"source_output\":{\n            \"status\":\"Success\", //\"Failure\"/\"source_down\"\n            \"esign_doc_id\": \"string\",\n            \"esign_details\":[\n            {\n              \"esigner_name\": \"Yash Thakker\",\n              \"esigner_email\": \"yash.thakker@idfy.com\",\n              \"esigner_phone\": \"9769614002\",\n               \"esign_url\": \"https://sandbox.leegality.com/sign/e9a44af5-bb22-433f-b074-2c87f377e7d2\",\n               \"url_status\": \"active\",\n               \"esign_expiry\": \"2021-07-04T18:29:59Z\"\n            }\n            ]\n            \n         },\n         \"status\":\"completed\",\n         \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n         \"type\":\"esign_generate\"\n      }\n   }\n]"},{"id":"6be9cdad-155f-4891-86f6-d0a66e0cbaeb","name":"Err: Misssing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:45:11 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c8d0b8ef-820c-4b1a-849e-23d4bb5df26a","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"12123"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"12312"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:46:39 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"5b59d391-9ff1-4ff0-8dee-244abba8434e","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:48:44 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"72d37a2f-e343-4f2f-af84-c5bf0913755e"}],"id":"3dff0717-805d-4454-b1dd-5e676b6f5c6e","_postman_id":"3dff0717-805d-4454-b1dd-5e676b6f5c6e","description":""},{"name":"e-sign retrieve","item":[{"name":"e-sign retrieve async","id":"7406358b-b9d5-4f21-b1ec-a7cad3e63ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\r\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\r\n  \"data\":{\r\n     \"user_key\": \"<user_key shared by IDfy>\",\r\n     \"esign_doc_id\": \"<DOC_ID>\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve","description":"<p>This api can be used to fetch e-signed documents in Base64 format</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.user_key</td>\n<td>Object</td>\n<td>Unique user_key shared by IDfy</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.esign_doc_id</td>\n<td>String</td>\n<td>DOC ID for signed document</td>\n<td>Yes</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","generate","esign_retrieve"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"6be87c4b-9241-4fb3-9e9b-f920b4fda50f","name":"Success: e-sign retrieve async","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"esign_doc_id\": \"<DOC_ID>\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4fdf39fa-7c38-4336-9362-fd052f09b7ed\"\n}"},{"id":"7edab674-b7c1-40e7-9425-17d0cfba4410","name":"Err: missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"esign_doc_id\": \"<DOC_ID>\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:49:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cd6270ed-bf46-4e30-8238-5a5f19c87366","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"1241234"},{"key":"account-id","value":"1231242"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"esign_doc_id\": \"<DOC_ID>\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:50:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"ed32d6a3-ceaa-4421-92fc-d416a96c03d2","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"esign_doc_id\": \"<DOC_ID>\",\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:51:02 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"7406358b-b9d5-4f21-b1ec-a7cad3e63ef0"},{"name":"Get task","id":"fc2f79a0-039e-438b-b685-5963296acb22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p>You need to call this API by using the requestid obtained in the accompanying POST response call.</p>\n<h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: “generate”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing output details of the source</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_doc_id</td>\n<td>string</td>\n<td>E-sign document ID</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_folder</td>\n<td>null</td>\n<td>Folder for E-sign document (currently null)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esign_irn</td>\n<td>null</td>\n<td>IRN (Invoice Reference Number) for E-sign document (currently null)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esigners</td>\n<td>array</td>\n<td>Array containing details of all E-signers</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esigners[ ].esigner_name</td>\n<td>string</td>\n<td>Name of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esigners[ ].esigner_pincode</td>\n<td>string</td>\n<td>Pincode of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esigners[ ].esigner_state</td>\n<td>string</td>\n<td>State of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.esigners[ ].esigner_title</td>\n<td>string</td>\n<td>Last four digits of Aadhaar number</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_details</td>\n<td>object</td>\n<td>Object containing file details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_details.audit_file</td>\n<td>string</td>\n<td>URL for the original file (Base64)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.file_details.esign_file</td>\n<td>array</td>\n<td>Array containing URLs for signed files (Base64)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details</td>\n<td>array</td>\n<td>Array containing details of the E-sign request</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].esign_type</td>\n<td>string</td>\n<td>Type of E-sign used (e.g., AADHAAR)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].esign_url</td>\n<td>string</td>\n<td>URL for E-signing the document</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].esigner_email</td>\n<td>string</td>\n<td>Email of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].esigner_name</td>\n<td>string</td>\n<td>Name of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].esigner_phone</td>\n<td>string</td>\n<td>Phone number of the E-signer</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].expiry_date</td>\n<td>null</td>\n<td>Expiry date of the E-sign URL (currently null)</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].is_active</td>\n<td>boolean</td>\n<td>Whether the E-sign URL is active</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].is_expired</td>\n<td>boolean</td>\n<td>Whether the E-sign URL is expired</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].is_rejected</td>\n<td>boolean</td>\n<td>Whether the E-sign request was rejected</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.request_details[ ].is_signed</td>\n<td>boolean</td>\n<td>Whether the document has been signed</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of the task</td>\n<td>Value:”esign_retrieve”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"5adce606-347e-47d1-981e-403d632013f6","name":"Success: Get task","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"task_id\":\"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n  \"group_id\":\"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n  \"data\":{\n     \"user_key\": \"<user_key shared by IDfy>\",\n     \"esign_doc_id\": \"<DOC_ID>\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/generate/esign_retrieve"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"action\": \"generate\",\n\t\"completed_at\": \"2024-08-09T16:36:56+05:30\",\n\t\"created_at\": \"2024-08-09T16:36:56+05:30\",\n\t\"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n\t\"request_id\": \"eacdf1b9-6833-4938-909f-867647e1be93\",\n\t\"result\": {\n\t\t\"source_output\": {\n\t\t\t\"esign_doc_id\": \"<DOC-ID>\",\n\t\t\t\"esign_folder\": null,\n\t\t\t\"esign_irn\": null,\n\t\t\t\"esigners\": [\n<LIST OF ALL E-SIGNERS>\n\t\t\t\t{\n\t\t\t\t\t\"esigner_name\": \"<NAME>\",\n\t\t\t\t\t\"esigner_pincode\": \"<PINCODE>\",\n\t\t\t\t\t\"esigner_state\": \"<STATE>\",\n\t\t\t\t\t\"esigner_title\": \"<LAST FOUR DIGITS OF AADHAAR>\"\n\t\t\t\t}\n\t\t\t\t\n\t\t\t],\n\t\t\t\"file_details\": {\n\t\t\t\"audit_file\": \"<URL FOR ORIGINAL FILE (BASE64)>\",\n\t\t\t\"esign_file\": [\n\t\t\t\t\t\"<URL FOR SIGNED FILE (BASE64>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"request_details\": [\n\t\t\t\t{\n\t\t\t\t\t\"esign_type\": \"AADHAAR\",\n\t\t\t\t\t\"esign_url\": \"<URL FOR E_SIGNING OF DOCUMENT>\",\n\t\t\t\t\t\"esigner_email\": \"<EMAIL>\",\n\t\t\t\t\t\"esigner_name\": \"<NAME>\",\n\t\t\t\t\t\"esigner_phone\": \"<PHONE>\",\n\t\t\t\t\t\"expiry_date\": null,\n\t\t\t\t\t\"is_active\": true,\n\t\t\t\t\t\"is_expired\": false,\n\t\t\t\t\t\"is_rejected\": false,\n\t\t\t\t\t\"is_signed\": true\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"status\": \"id_found\"\n\t\t}\n\t},\n\t\"status\": \"completed\",\n\t\"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n\t\"type\": \"esign_retrieve\"\n}\n"},{"id":"b6093dab-3b78-4027-94fd-06b43f77ad45","name":"Err: missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:49:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"22138f99-9c61-4619-8662-c0b12fa6d44d","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"124124"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"123121"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:50:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c84cbd01-fdbe-4806-9447-91e20dc516fc","name":"Err: Bad Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:51:02 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"fc2f79a0-039e-438b-b685-5963296acb22"}],"id":"516bc7ea-3f60-40e8-88d1-67701c892926","_postman_id":"516bc7ea-3f60-40e8-88d1-67701c892926","description":""}],"id":"716ac175-9803-42e4-9d2f-1c4fea5818cd","_postman_id":"716ac175-9803-42e4-9d2f-1c4fea5818cd","description":""}],"id":"c1ae7249-98cb-4264-9aa1-b31ab7f291a5","_postman_id":"c1ae7249-98cb-4264-9aa1-b31ab7f291a5","description":""},{"name":"Video Activity Check (DEPRECATED)","item":[{"name":"Async","item":[{"name":"Capture_video_activity_check","id":"401f7a26-b310-4c1b-9672-0128d30a9b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","type":"text","value":"{{account-id}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n\t\"task_id\" : \"9aa8b327-49ee-4a8d-a1cf-fc05f83398bf\",\n\t\"group_id\" : \"9cb9d2fc-0972-452e-a565-1e17cf07db50\",\n\t\"data\" : {\n\t\t\"redirect_url\": \"https://www.idfy.com/\",\n\t\t\"activity_template\": [\n\t    {\n\t    \t\"type\":\"read_text\",\n\t    \t\"data\":\"i accept terms and conditions for this video KYC\"\n\t    \t\n\t    },\n\t    {\n\t    \t\"type\":\"read_random_digits\",\n\t    \t\"data\":\"4\"\n\t    }\n\t  ]\n\t}\n}"},"url":"https://eve.idfy.com/v3/tasks/capture/video_activity","description":"<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n<td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  \n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>redirect_url</td>\n    <td>string</td>\n    <td>Redirect URL</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>type</td>\n    <td>string</td>\n    <td>Type - \"read_text\", \"read_random_digits\"</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>string</td>\n    <td>Data - E.g. \"i accept terms and conditions for this video KYC\", \"4\"</td>\n    <td>Yes</td>\n  </tr>\n</table>\n\n<h4> Output </h4>\n<table>\n    <tbody>\n        <tr>\n            <td>Key</td>\n            <td>Type</td>\n            <td>Details</td>\n        </tr>\n        <tr>\n            <td>expires_at</td>\n            <td>string</td>\n            <td>Expires at</td>\n        </tr>\n        <tr>\n            <td>video_kyc_link</td>\n            <td>string</td>\n            <td>Video KYC Link (URL)</td>\n        </tr>\n    </tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","capture","video_activity"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"401f7a26-b310-4c1b-9672-0128d30a9b06"},{"name":"Capture and video_activity_check","id":"005f29d5-09f8-40a1-8e61-aa8265c06535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"account-id","type":"text","value":"1234567"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n\t\"task_id\" : \"9aa8b327-49ee-4a8d-a1cf-fc05f83398bf\",\n\t\"group_id\" : \"9cb9d2fc-0972-452e-a565-1e17cf07db50\",\n\t\"data\" : {\n\t\t\"redirect_url\": \"https://www.idfy.com/\",\n\t\t\"activity_template\": [\n\t    {\n\t    \t\"type\":\"read_text\",\n\t    \t\"data\":\"i accept terms and conditions for this video KYC\"\n\t    \t\n\t    },\n\t    {\n\t    \t\"type\":\"read_random_digits\",\n\t    \t\"data\":\"4\"\n\t    }\n\t  ]\n\t}\n}"},"url":"https://eve.idfy.com/v3/tasks/capture_and_verify/video_activity","description":"<h4> Request Body Schema </h4>\n<table>\n  <tr>\n    <th>Key</th>\n    <th>Type</th>\n    <th>Details</th>\n    <th>Mandatory</th>\n  </tr>\n<td>task_id</td>\n    <td>string</td>\n    <td>The unique identifier of a requested task provided by you.</td>\n    <td>Yes</td>\n  \n  <tr>\n    <td>group_id</td>\n    <td>string</td>\n    <td>The unique identifier of a group of tasks. A group_id is generally used to group different tasks for one profile. The group_id can also be used to fetch results for multiple tasks together. The group_id is also provided by you.</td>\n    <td>Yes</td>\n  </tr>\n <tr>\n    <td>data</td>\n    <td>Object with below parameters</td>\n    <td>The details of the data required to perform the task.</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>redirect_url</td>\n    <td>string</td>\n    <td>Redirect URL</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>type</td>\n    <td>string</td>\n    <td>Type - \"read_text\", \"read_random_digits\"</td>\n    <td>Yes</td>\n  </tr>\n  <tr>\n    <td>data</td>\n    <td>string</td>\n    <td>Data - E.g. \"i accept terms and conditions for this video KYC\", \"4\"</td>\n    <td>Yes</td>\n  </tr>\n</table>\n\n<h4> Output </h4>\n<table>\n    <tbody>\n        <tr>\n            <td>Key</td>\n            <td>Type</td>\n            <td>Details</td>\n        </tr>\n        <tr>\n            <td>expires_at</td>\n            <td>string</td>\n            <td>Expires at YYYY-MM-DD HH-MM-SS</td>\n        </tr>\n        <tr>\n            <td>video_kyc_link</td>\n            <td>string</td>\n            <td>Video KYC Link (URL)</td>\n        </tr>\n    </tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","capture_and_verify","video_activity"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"005f29d5-09f8-40a1-8e61-aa8265c06535"}],"id":"54f83137-881b-434b-ad2b-21f3c806295b","_postman_id":"54f83137-881b-434b-ad2b-21f3c806295b","description":""}],"id":"cf76728a-f64f-4345-a4b8-abae8cd17539","_postman_id":"cf76728a-f64f-4345-a4b8-abae8cd17539","description":""},{"name":"Admin Actions","item":[{"name":"API Key Rotation","id":"06bb2f8c-2224-46d0-9546-f7e3ee5adad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.clients.idfy.com/admin/accounts/keys","description":"<p>Create a request on this endpoint [<a href=\"https://api.clients.idfy.com/admin/accounts/keys\">https://api.clients.idfy.com/admin/accounts/keys</a> ] to generate a new API key.</p>\n<p>This request will cause the expiration of the current API key in 30 days.</p>\n<h4>Output</h4>\n\n<p><br /></p><table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr></tr><tr><td><div>key</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>New API key</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table><p></p>\n","urlObject":{"protocol":"https","path":["admin","accounts","keys"],"host":["api","clients","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"2244c0af-8640-4912-a2fb-2e1b2b6420b7","name":"API Key Rotation","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","type":"text"}],"url":"https://api.clients.idfy.com/admin/accounts/keys"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\"key\": \"4fdf39fa-7c38-4336-9362-fd052f0912345\""}],"_postman_id":"06bb2f8c-2224-46d0-9546-f7e3ee5adad6"}],"id":"8fb2a18c-8672-4934-9623-bf078737e91b","description":"<p>Tasks in these section relate to the administration of EVE APIs</p>\n","_postman_id":"8fb2a18c-8672-4934-9623-bf078737e91b"},{"name":"Legal History Check","item":[{"name":"Court Record Check","item":[{"name":"Merchant","item":[{"name":"ind_court_record","id":"c090b35c-f2e9-4449-9dbc-fda322402a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"entity_type\": \"company\",\n       \"entity_type_details\": {\n           \"company_name\": \"<Name of the company>\", \n           \"cin_number\": \"<CIN Number of the company>\",\n           \"company_address\": \"<Address of the company>\",\n           \"director_details\": [ \n               {\n                   \"name\": \"<Name of the Director>\",\n                   \"father_name\": \"\",\n                   \"address\": \"<Adderess of the director>\"\n               }\n           ],\n           \"gst_number\": \"\", \n           \"ticket_size\": \"\", \n           \"monitor_case\": false\n       }\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record","description":"<p>IDfy's court record check API allow checks for Court Records in all courts across India, including Supreme Court, All High Courts, District Courts, and Tribunals. This includes pending and disposed cases. It also searches in important defaulter lists.</p>\n<p>It can fetch court records for individuals as well as business.</p>\n<h4 id=\"request-body-schema-company\">Request Body Schema (Company)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type</td>\n<td>string</td>\n<td>Type of entity search</td>\n<td>Yes</td>\n<td>Can be “individual” or “company”</td>\n</tr>\n<tr>\n<td>data.entity_type_details.company_name</td>\n<td>String</td>\n<td>Company name</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.cin_number</td>\n<td>String</td>\n<td>CIN number</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.company_address</td>\n<td>String</td>\n<td>Company address</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.director_details.name</td>\n<td>String</td>\n<td>Name of director</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.director_details.father_name</td>\n<td>String</td>\n<td>Father’s name of director</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.director_details.address</td>\n<td>String</td>\n<td>Address of director</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.gst_number</td>\n<td>String</td>\n<td>GST number of company</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.ticket_size</td>\n<td>String</td>\n<td>Ticket size</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.monitor_case</td>\n<td>Bool</td>\n<td>Whether to monitor case or not</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_court_record"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"971b152e-8e51-497b-8a89-16a4c8757587","name":"Success: ind_court_record (Company)","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"entity_type\": \"company\",\n       \"entity_type_details\": {\n           \"company_name\": \"<Name of the company>\", \n           \"cin_number\": \"<CIN Number of the company>\",\n           \"company_address\": \"<Address of the company>\",\n           \"director_details\": [ \n               {\n                   \"name\": \"<Name of the Director>\",\n                   \"father_name\": \"\",\n                   \"address\": \"<Adderess of the director>\"\n               }\n           ],\n           \"gst_number\": \"\", \n           \"ticket_size\": \"\", \n           \"monitor_case\": false\n       }\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 19 Sep 2022 16:52:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"a3d13616-d892-44e9-ad16-eb15d5882c47","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"235234"},{"key":"account-id","value":"124213"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"entity_type\": \"company\",\n       \"entity_type_details\": {\n           \"company_name\": \"<Name of the company>\", \n           \"cin_number\": \"<CIN Number of the company>\",\n           \"company_address\": \"<Address of the company>\",\n           \"director_details\": [ \n               {\n                   \"name\": \"<Name of the Director>\",\n                   \"father_name\": \"\",\n                   \"address\": \"<Adderess of the director>\"\n               }\n           ],\n           \"gst_number\": \"\", \n           \"ticket_size\": \"\", \n           \"monitor_case\": false\n       }\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:56:57 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"3f55e01d-8f56-4a00-aa86-3f8af11951a1","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"entity_type\": \"company\",\n       \"entity_type_details\": {\n           \"company_name\": \"<Name of the company>\", \n           \"cin_number\": \"<CIN Number of the company>\",\n           \"company_address\": \"<Address of the company>\",\n           \"director_details\": [ \n               {\n                   \"name\": \"<Name of the Director>\",\n                   \"father_name\": \"\",\n                   \"address\": \"<Adderess of the director>\"\n               }\n           ],\n           \"gst_number\": \"\", \n           \"ticket_size\": \"\", \n           \"monitor_case\": false\n       }\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9d253f81-636a-4aa1-a22f-ade1b61a24c5","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"entity_type\": \"company\",\n       \"entity_type_details\": {\n           \"company_name\": \"<Name of the company>\", \n           \"cin_number\": \"<CIN Number of the company>\",\n           \"company_address\": \"<Address of the company>\",\n           \"director_details\": [ \n               {\n                   \"name\": \"<Name of the Director>\",\n                   \"father_name\": \"\",\n                   \"address\": \"<Adderess of the director>\"\n               }\n           ],\n           \"gst_number\": \"\", \n           \"ticket_size\": \"\", \n           \"monitor_case\": false,\n       }\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"c090b35c-f2e9-4449-9dbc-fda322402a57"},{"name":"Get task","id":"1d651c55-fce0-43e6-8bde-d6f3cbc85a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p><strong>You need to call this API by using the requestid obtained in the accompanying POST response call.</strong></p>\n<h4 id></h4>\n<p>Response Body Schema</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.case_details_link</td>\n<td>string</td>\n<td>URL to the case details link</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.monitor_case</td>\n<td>boolean</td>\n<td>Indicates whether the case is monitored</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.new_cases_count</td>\n<td>integer</td>\n<td>Number of new cases</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.number_of_cases</td>\n<td>integer</td>\n<td>Number of cases</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.report_download_link</td>\n<td>string</td>\n<td>URL to download the report</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk_summary</td>\n<td>string</td>\n<td>Summary of the risk</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk_type</td>\n<td>string</td>\n<td>Type of risk associated with the case</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of task</td>\n<td>Value: “ind_court_record”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"ac489476-6600-45f9-9bed-3a59171ab2ee","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1017"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:51:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-08T12:21:18+05:30\",\n        \"created_at\": \"2024-08-08T12:20:52+05:30\",\n        \"group_id\": \"cd8e238c-831c-4fc8-8ee7-7b61927b79eb\",\n        \"request_id\": \"f8ff278d-5915-47b8-a5f1-b0191af31d46\",\n        \"result\": {\n            \"source_output\": {\n                \"case_details_link\": \"<case details link>\",\n                \"monitor_case\": false,\n                \"new_cases_count\": null,\n                \"number_of_cases\": 7,\n                \"report_download_link\": \"<report download link>\",\n                \"risk_summary\": \"Siddharth Ashok Ahire has 7 cases registered\",\n                \"risk_type\": \"Very High Risk\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"538f932b-a691-442b-8083-c04a6379f025\",\n        \"type\": \"ind_court_record\"\n    }\n]"},{"id":"ee3ba582-0a4c-42d7-9596-0cd06d2c8447","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"6543"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"3453"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"55cf1e13-0efe-4159-95eb-b6d7b44086cd","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"c1feb61c-2556-41df-8293-fb500b93c91d","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"dd0cc0fa-1cd3-4f74-998c-6538b200bd78","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-12T12:44:01+05:30\",\n        \"created_at\": \"2024-09-12T12:44:01+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1591ab99-48c6-4300-b65c-206006b0695b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_court_record\"\n    }\n]"}],"_postman_id":"1d651c55-fce0-43e6-8bde-d6f3cbc85a7a"}],"id":"8262c554-74f0-4e9e-983c-189b5dda9a37","_postman_id":"8262c554-74f0-4e9e-983c-189b5dda9a37","description":""},{"name":"Individual","item":[{"name":"ind_court_record","id":"b1e401f9-1284-4e71-880f-3c7bba2f1ad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"entity_type_details\": {\n            \"name\": \"Siddharth Ashok Ahire\",\n            \"father_name\": \"Ashok Ahire\",\n            \"dob\": \"1990-01-01\",\n            \"address\": \"41/376 Ramabai Ambedkar Nagar ,Vasant Rao Naik , Marg,near Gurudwara,ghatkopar East Mumbai\",\n            \"pan_number\": \"\",\n            \"monitor_case\": false,\n            \"report_mode\": \"realtime_highaccuracy\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record","description":"<p>IDfy's court record check API allow checks for Court Records in all courts across India, including Supreme Court, All High Courts, District Courts, and Tribunals. This includes pending and disposed cases. It also searches in important defaulter lists.</p>\n<p>It can fetch court records for individuals as well as business.</p>\n<h4 id=\"request-body-schema-individual\">Request Body Schema (Individual)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Mandatory</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td>Yes</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Object containing data details</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type</td>\n<td>string</td>\n<td>Type of entity search</td>\n<td>Yes</td>\n<td>Can be “individual” or “business”</td>\n</tr>\n<tr>\n<td>data.entity_type_details</td>\n<td>Object</td>\n<td>Object for entity details</td>\n<td>Yes</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.entity_type_details.name</td>\n<td>String</td>\n<td>Name of individual</td>\n<td>Yes</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>data.entity_type_details.father_name</td>\n<td>String</td>\n<td>Father’s name of individual</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.dob</td>\n<td>String</td>\n<td>DOB of individual in yyyy-mm-dd format</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.address</td>\n<td>String</td>\n<td>Address of individual</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.pan_number</td>\n<td>String</td>\n<td>PAN number of individual</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type_details.monitor_case</td>\n<td>Boolean</td>\n<td>If set to true, we'll monitor this profile at a regular frequency for any new cases or updates to existing cases, and send you updated reports via callback</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>data.entity_type.report_type</td>\n<td>String</td>\n<td>If the value \"realtime_highaccuracy\" is passed, generates a Real-time report, compiling all cases returned by highAccuracy mode of court record check API. Report will be available in next few mins. There is no manual scrutiny by legal team. OR If no value is passed, report generation will happen through usual process of filtering , including manual scrutiny by legal team. Report will be available in agreed TAT (4 - 24 hours usually).</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_court_record"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"84abe1c4-066c-40bc-a76f-4adabe5b53c9","name":"Success: ind_court_record (Individual)","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"entity_type_details\": {\n            \"name\": \"Siddharth Ashok Ahire\",\n            \"father_name\": \"Ashok Ahire\",\n            \"dob\": \"1990-01-01\",\n            \"address\": \"41/376 Ramabai Ambedkar Nagar ,Vasant Rao Naik , Marg,near Gurudwara,ghatkopar East Mumbai\",\n            \"pan_number\": \"\",\n            \"monitor_case\": false,\n            \"report_mode\": \"realtime_highaccuracy\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 19 Sep 2022 16:52:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"6849270d-4e97-4993-898f-a9808650c6b2","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"141324"},{"key":"account-id","value":"123212"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"entity_type_details\": {\n            \"name\": \"Siddharth Ashok Ahire\",\n            \"father_name\": \"Ashok Ahire\",\n            \"dob\": \"1990-01-01\",\n            \"address\": \"41/376 Ramabai Ambedkar Nagar ,Vasant Rao Naik , Marg,near Gurudwara,ghatkopar East Mumbai\",\n            \"pan_number\": \"\",\n            \"monitor_case\": false,\n            \"report_mode\": \"realtime_highaccuracy\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:56:57 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"325f57df-dd44-497d-b6ea-731de7237b19","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"entity_type_details\": {\n            \"name\": \"Siddharth Ashok Ahire\",\n            \"father_name\": \"Ashok Ahire\",\n            \"dob\": \"1990-01-01\",\n            \"address\": \"41/376 Ramabai Ambedkar Nagar ,Vasant Rao Naik , Marg,near Gurudwara,ghatkopar East Mumbai\",\n            \"pan_number\": \"\",\n            \"monitor_case\": false,\n            \"report_mode\": \"realtime_highaccuracy\",\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"cf96a920-64f2-44de-9cc3-388a53dcb09a","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"entity_type_details\": {\n            \"name\": \"Siddharth Ashok Ahire\",\n            \"father_name\": \"Ashok Ahire\",\n            \"dob\": \"1990-01-01\",\n            \"address\": \"41/376 Ramabai Ambedkar Nagar ,Vasant Rao Naik , Marg,near Gurudwara,ghatkopar East Mumbai\",\n            \"pan_number\": \"\",\n            \"monitor_case\": false,\n            \"report_mode\": \"realtime_highaccuracy\",\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_court_record"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"b1e401f9-1284-4e71-880f-3c7bba2f1ad2"},{"name":"Get task","id":"807b9a65-8e3c-4f4d-bd67-cc699700c629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p><strong>You need to call this API by using the requestid obtained in the accompanying POST response call.</strong></p>\n<h4 id></h4>\n<p>Response Body Schema</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>string</td>\n<td>Type of action performed</td>\n<td>Value: “verify_with_source”</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>string</td>\n<td>Timestamp of task completion</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>string</td>\n<td>Timestamp of task creation</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>string</td>\n<td>Unique identifier for the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>Unique identifier for the request</td>\n<td></td>\n</tr>\n<tr>\n<td>result</td>\n<td>object</td>\n<td>Object containing result details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output</td>\n<td>object</td>\n<td>Object containing source output details</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.case_details_link</td>\n<td>string</td>\n<td>URL to the case details link</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.monitor_case</td>\n<td>boolean</td>\n<td>Indicates whether the case is monitored</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.new_cases_count</td>\n<td>integer</td>\n<td>Number of new cases</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.number_of_cases</td>\n<td>integer</td>\n<td>Number of cases</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.report_download_link</td>\n<td>string</td>\n<td>URL to download the report</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk_summary</td>\n<td>string</td>\n<td>Summary of the risk</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.risk_type</td>\n<td>string</td>\n<td>Type of risk associated with the case</td>\n<td></td>\n</tr>\n<tr>\n<td>result.source_output.status</td>\n<td>string</td>\n<td>Status of the source output</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>string</td>\n<td>Unique identifier for the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Type of task</td>\n<td>Value: “ind_court_record”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"54a59989-30c2-4e34-858f-24cf6df79b3d","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1017"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:51:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-08-08T12:21:18+05:30\",\n        \"created_at\": \"2024-08-08T12:20:52+05:30\",\n        \"group_id\": \"cd8e238c-831c-4fc8-8ee7-7b61927b79eb\",\n        \"request_id\": \"f8ff278d-5915-47b8-a5f1-b0191af31d46\",\n        \"result\": {\n            \"source_output\": {\n                \"case_details_link\": \"<case details link>\",\n                \"monitor_case\": false,\n                \"new_cases_count\": null,\n                \"number_of_cases\": 7,\n                \"report_download_link\": \"<report download link>\",\n                \"risk_summary\": \"Siddharth Ashok Ahire has 7 cases registered\",\n                \"risk_type\": \"Very High Risk\",\n                \"status\": \"id_found\"\n            }\n        },\n        \"status\": \"completed\",\n        \"task_id\": \"538f932b-a691-442b-8083-c04a6379f025\",\n        \"type\": \"ind_court_record\"\n    }\n]"},{"id":"4713ba5b-ae51-4059-9f8f-bc6b33456908","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"6543"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"3453"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"c835cb40-fd68-4828-a139-b1570eb85472","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"8deb28f0-01f0-4e50-8774-3f4e6c382d0e","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"8b951fe4-9014-4d90-94aa-8a4b07823bba","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-12T12:44:01+05:30\",\n        \"created_at\": \"2024-09-12T12:44:01+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1591ab99-48c6-4300-b65c-206006b0695b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_court_record\"\n    }\n]"}],"_postman_id":"807b9a65-8e3c-4f4d-bd67-cc699700c629"}],"id":"1db54773-d81f-490d-ab61-c9846c7c2688","_postman_id":"1db54773-d81f-490d-ab61-c9846c7c2688","description":""}],"id":"f14c3166-ce98-44bc-95c9-b832d2f2be74","_postman_id":"f14c3166-ce98-44bc-95c9-b832d2f2be74","description":""},{"name":"Instant Screening","item":[{"name":"ind_instant_court_check","id":"e9ef1daf-2858-4876-912e-ee1255be608a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"use_case_id\": \"ddd\",\n        \"entity_type_details\": {\n            \"name\": \"ABC\",\n            \"father_name\": \"DEF\",\n            \"dob\": \"1995-01-01\",\n            \"address\": \"Mumbai, Maharashtra\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_instant_court_check","description":"<p><strong>IDfy's instant court check API allows instant checks for Court Records in all courts across India, including Supreme Court, All High Courts, District Courts, and Tribunals. This includes pending and disposed cases. It also searches in important defaulter lists.</strong></p>\n<h4 id=\"request-body-schema-individual\">Request Body Schema (Individual)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>entity_type</td>\n<td>String</td>\n<td>Yes</td>\n<td>Entity type of the request. Please mark this as “individual” for the use-case.</td>\n<td>Must be “individual” always</td>\n</tr>\n<tr>\n<td>entity_type_details</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the vehicle details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of the Individual</td>\n<td>Must be a valid string. Max length = 100 characters. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>father_name</td>\n<td>String</td>\n<td>No</td>\n<td>Father’s Name of the individual</td>\n<td>Must be a valid string. Max length = 100 characters. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>No</td>\n<td>Date of birth of the individual</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>No</td>\n<td>Address of the individual</td>\n<td>Must be a valid string. Max length = 500 character. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>use_case_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>use_case_id associated with the request - to be able to configure different settings basis requirements</td>\n<td>Must be a valid string. To be provided by IDfy</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Output</h4>\n\n<table><tbody><tr><th>Key</th><th>Type</th><th>Details</th></tr><tr><td><div>request_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UUID for your request. Use this ID to fetch the results of your task. Refer \"Fetch Task Results\" section.\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v3","tasks","async","verify_with_source","ind_instant_court_check"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"8ac5cd7f-04b4-47fe-8b76-3c0709365f07","name":"Success: ind_court_record (Individual)","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"use_case_id\": \"ddd\",\n        \"entity_type_details\": {\n            \"name\": \"ABC\",\n            \"father_name\": \"DEF\",\n            \"dob\": \"1995-01-01\",\n            \"address\": \"Mumbai, Maharashtra\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_instant_court_check"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"53"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 19 Sep 2022 16:52:36 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"a957d82c-987c-4fa9-b69f-6765dc3c1035\"\n}"},{"id":"e70e0c07-460a-4454-85fc-d291e911b640","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"141324"},{"key":"account-id","value":"123212"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"use_case_id\": \"ddd\",\n        \"entity_type_details\": {\n            \"name\": \"ABC\",\n            \"father_name\": \"DEF\",\n            \"dob\": \"1995-01-01\",\n            \"address\": \"Mumbai, Maharashtra\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_instant_court_check"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:56:57 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"5579af79-8ecc-4a87-aeab-b8e7ea6fa005","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"use_case_id\": \"ddd\",\n        \"entity_type_details\": {\n            \"name\": \"ABC\",\n            \"father_name\": \"DEF\",\n            \"dob\": \"1995-01-01\",\n            \"address\": \"Mumbai, Maharashtra\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_instant_court_check"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e2b76653-1804-4881-bfe9-3d8d453b129f","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"data\": {\n        \"entity_type\": \"individual\",\n        \"use_case_id\": \"ddd\",\n        \"entity_type_details\": {\n            \"name\": \"ABC\",\n            \"father_name\": \"DEF\",\n            \"dob\": \"1995-01-01\",\n            \"address\": \"Mumbai, Maharashtra\",\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/async/verify_with_source/ind_instant_court_check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:57:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"e9ef1daf-2858-4876-912e-ee1255be608a"},{"name":"Get task","id":"ba2674ea-178a-47c5-b944-283c998053d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","description":"<p><strong>You need to call this API by using the requestid obtained in the accompanying POST response call.</strong></p>\n<p>Response Body Schema</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>entity_type</td>\n<td>String</td>\n<td>Entity type of the request. Please mark this as “individual” for the use-case.</td>\n<td>Must be “individual” always</td>\n</tr>\n<tr>\n<td>entity_type_details</td>\n<td>Object</td>\n<td>Container for the vehicle details</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the Individual</td>\n<td>Must be a valid string. Max length = 100 characters. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>father_name</td>\n<td>String</td>\n<td>Father’s Name of the individual</td>\n<td>Must be a valid string. Max length = 100 characters. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td>Must be a valid string</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Address of the individual</td>\n<td>Must be a valid string. Max length = 500 character. Max length of each word = 60 characters</td>\n</tr>\n<tr>\n<td>use_case_id</td>\n<td>String</td>\n<td>use_case_id associated with the request - to be able to configure different settings basis requirements</td>\n<td>Must be a valid string. To be provided by IDfy</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks"],"host":["eve","idfy","com"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}],"variable":[]}},"response":[{"id":"e5898417-9cd6-466c-ae8a-b5e09c6892eb","name":"Success: Get task","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1017"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 05 Aug 2021 09:51:54 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"[\n{\n    \"action\": \"verify_with_source\",\n    \"completed_at\": \"2024-07-20T13:21:07+05:30\",\n    \"created_at\": \"2024-07-20T13:21:06+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n    \"type\": \"ind_instant_court_check\",\n    \"result\": {\n        \"source_output\": {\n            \"hits_found\": true,\n            \"overall_risk\": \"Very High Risk\",\n            \"case_category_causing_risk\": \"xyz\",\n            \"total_cases\": 0,\n            \"criminal_cases\": 0,\n            \"civil_cases\": 0,\n            \"serious_criminal_offenses\": 0,\n            \"financial_matters\": 1,\n            \"statutory_regulatory_matters\": 0,\n            \"civil_matters\": 0,\n            \"other_cases\": 0,\n            \"pending_cases\": 0,\n            \"disposed_cases\": 0,\n            \"year_of_latest_case\": 0\n        }\n    }\n}\n]"},{"id":"ef154d70-9a3c-4c84-a725-b79c54cf5dd3","name":"Err: Invalid Authentication","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"6543"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"3453"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:00 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"b7e337cd-f9b1-40da-86da-c3658920c026","name":"Err: Missing API Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:16 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2dca1e37-c3fc-4c80-adc5-3c28511130f2","name":"Err: Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requested id does not exist\"\n}"},{"id":"31d03999-f9d7-4818-b54e-803f8f242741","name":"Err: Malformed Request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account-id}}"}],"url":{"raw":"https://eve.idfy.com/v3/tasks?request_id=f375b6b3-80bf-40f6-92cb-50276e849d99","protocol":"https","host":["eve","idfy","com"],"path":["v3","tasks"],"query":[{"key":"request_id","value":"f375b6b3-80bf-40f6-92cb-50276e849d99"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"45"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:59:45 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"action\": \"verify_with_source\",\n        \"completed_at\": \"2024-09-12T12:44:01+05:30\",\n        \"created_at\": \"2024-09-12T12:44:01+05:30\",\n        \"error\": \"BAD_REQUEST\",\n        \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n        \"message\": \"Malformed Request\",\n        \"request_id\": \"1591ab99-48c6-4300-b65c-206006b0695b\",\n        \"status\": \"failed\",\n        \"task_id\": \"74f4c926-250c-43ca-9c53-453e87ceacd1\",\n        \"type\": \"ind_court_record\"\n    }\n]"}],"_postman_id":"ba2674ea-178a-47c5-b944-283c998053d0"}],"id":"c4d84919-add3-4186-989f-017d82f3a819","_postman_id":"c4d84919-add3-4186-989f-017d82f3a819","description":""}],"id":"25de4df7-d68c-4b65-b85f-7a4e37b3be06","_postman_id":"25de4df7-d68c-4b65-b85f-7a4e37b3be06","description":""},{"name":"Signature","item":[{"name":"signature_extract sync","id":"4cb007c1-2ee2-4940-bb2d-c4679bb1979d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"<Document URL / Base64>\",\n       \"doc_type\": \"wet_signature\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/sign","description":"<p>IDfy's Siganture extract API allows you to extract signature from a given document.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.document1</td>\n<td>String</td>\n<td>Yes</td>\n<td>URL or Base 64 format of any signed document</td>\n<td>A valid url or base64</td>\n</tr>\n<tr>\n<td>data.doc_type</td>\n<td>String</td>\n<td>Yes</td>\n<td>Always set it as “wet_signature”</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>String</td>\n<td>The action performed</td>\n<td>Must be \"extract\"</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was completed</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String (Date)</td>\n<td>The date and time when the task was created</td>\n<td></td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>The ID of the group</td>\n<td></td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>The ID of the request</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output</td>\n<td>Object</td>\n<td>The extraction output details</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.cropped_signature_urls</td>\n<td>Array of Strings</td>\n<td>URLs of the cropped signatures</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.detected_document_type</td>\n<td>String</td>\n<td>The type of detected document</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.is_multi_signature</td>\n<td>Boolean</td>\n<td>Indicates if multiple signatures were detected</td>\n<td></td>\n</tr>\n<tr>\n<td>extraction_output.signature_detected</td>\n<td>Boolean</td>\n<td>Indicates if a signature was detected</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>The ID of the task</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of the document</td>\n<td>Must be \"sign\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","tasks","sync","extract","sign"],"host":["eve","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"c826b6ec-caff-4275-a7a2-d48582ea99de","name":"Success: signature_extract","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"<Document URL / Base64>\",\n       \"doc_type\": \"wet_signature\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/sign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": \"extract\",\n    \"completed_at\": \"2024-07-23T10:50:29+05:30\",\n    \"created_at\": \"2024-07-23T10:50:28+05:30\",\n    \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n    \"request_id\": \"a5939340-333c-4a03-b211-a8fc52f8d1d5\",\n    \"result\": {\n        \"extraction_output\": {\n            \"cropped_signature_urls\": [\n                \"<URL FOR CROPPED SIGNATURE IMAGE>\"\n            ],\n            \"detected_document_type\": \"wet_signature\",\n            \"is_multi_signature\": false,\n            \"signature_detected\": true\n        }\n    },\n    \"status\": \"completed\",\n    \"task_id\": \"1234\",\n    \"type\": \"sign\"\n}"},{"id":"575b5de2-05e2-4220-917d-20a9697dd2fa","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"124123"},{"key":"account-id","value":"121232"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"<Document URL / Base64>\",\n       \"doc_type\": \"wet_signature\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/sign"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:52:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"6e653bf6-9dc6-4c0d-9e51-7a4c33654eb8","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"<Document URL / Base64>\",\n       \"doc_type\": \"wet_signature\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/sign"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:52:43 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"e2cf1a02-882d-4859-a973-1f9543e92c49","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"document1\": \"<Document URL / Base64>\",\n       \"doc_type\": \"wet_signature\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://eve.idfy.com/v3/tasks/sync/extract/sign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:53:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"4cb007c1-2ee2-4940-bb2d-c4679bb1979d"}],"id":"a3009509-1ab2-44d0-81ab-09a388de9fa2","_postman_id":"a3009509-1ab2-44d0-81ab-09a388de9fa2","description":""},{"name":"Health Check API","item":[{"name":"health_status","id":"5e8b220d-e8a4-4c51-a14f-15ca6253bbef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"task_type\": \"verify_with_source_ind_pan\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apihealth.idfy.com/retrieve/status","description":"<p>IDfy's health check API enables you to easily monitor the health status of all the APIs provided by IDfy.</p>\n<h4>Request Body Schema</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the task</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Identifier for the group</td>\n<td>Must be a valid UUID</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Container for the data</td>\n<td>Must be a valid JSON object</td>\n</tr>\n<tr>\n<td>data.task_type</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of task_type</td>\n<td>Must be a valid task_type. Contact <a href=\"https://mailto:eve.support@idfy.com\">eve.support@idfy.com</a> for more information</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-schema\">Response Body Schema</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Datatype</th>\n<th>Description</th>\n<th>Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>String</td>\n<td>Identifier for the request</td>\n<td>a valid UUID</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Object</td>\n<td>Container for the result</td>\n<td>a valid JSON object</td>\n</tr>\n<tr>\n<td>result.last_updated</td>\n<td>String</td>\n<td>Timestamp of last health check</td>\n<td></td>\n</tr>\n<tr>\n<td>result.metadata</td>\n<td>String</td>\n<td>Metadata of health check</td>\n<td></td>\n</tr>\n<tr>\n<td>result.service_name</td>\n<td>String</td>\n<td>Name of service</td>\n<td></td>\n</tr>\n<tr>\n<td>result.status</td>\n<td>String</td>\n<td>Status of health check action OK - when the government source is up and working well. Down - when the source is either. NA - When there is not enough datapoint to publish.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["retrieve","status"],"host":["apihealth","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"46640ca5-cee6-4e97-9db8-93093fbacb4f","name":"Success: health_status","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","type":"text"},{"key":"account-id","value":"{{account-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"task_type\": \"verify_with_source_ind_pan\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apihealth.idfy.com/retrieve/status"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"82bd746b-4a1c-4721-9284-4babff1c3bb3\",\n    \"result\": {\n        \"last_updated\": \"2023-04-20T10:22:43\",\n        \"metadata\": \"\",\n        \"service_name\": \"verify_with_source_ind_pan\",\n        \"status\": \"OK\"\n    }\n}\n"},{"id":"6f86c8b6-da0d-4b72-a405-48b29d29679d","name":"Err: Invalid Authentication","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"213123"},{"key":"account-id","value":"123123"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"task_type\": \"verify_with_source_ind_pan\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apihealth.idfy.com/retrieve/status"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"48"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:52:24 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"63574d59-3d1a-499f-9197-3a6c333f44f2","name":"Err: Missing API Key","originalRequest":{"method":"POST","header":[{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"task_type\": \"verify_with_source_ind_pan\"\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apihealth.idfy.com/retrieve/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"41"},{"key":"x-idfy-gateway-id","value":"eve-gateway"},{"key":"date","value":"Mon, 07 Nov 2022 19:52:43 GMT"},{"key":"server","value":"idfy"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"2ca9f8b0-20c8-4586-92fa-a75fac28429e","name":"Err: Bad Request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"account-id","value":"{{account-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"task_id\": \"1234\",\n   \"group_id\": \"8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e\",\n   \"data\": {\n       \"task_type\": \"verify_with_source_ind_pan\",\n   }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apihealth.idfy.com/retrieve/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"35"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 07 Nov 2022 19:53:33 GMT"},{"key":"server","value":"idfy"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"detail\": \"Bad Request\"\n    }\n}"}],"_postman_id":"5e8b220d-e8a4-4c51-a14f-15ca6253bbef"}],"id":"db2a393c-b6ef-4cfe-bbba-d38d73a8f841","_postman_id":"db2a393c-b6ef-4cfe-bbba-d38d73a8f841","description":""}],"event":[{"listen":"prerequest","script":{"id":"0620cf21-60a5-4361-91b3-c4598d02b648","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3ff64e34-ef43-4c01-a326-0c27ad82cd28","type":"text/javascript","exec":[""]}}],"variable":[{"key":"account-id","value":"123/123456","disabled":true}]}