{"info":{"_postman_id":"98a964d1-4e81-4a7c-ba1a-2e4fb7b6f899","name":"AZAPI API DOCUMENTATION","description":"<html><head></head><body><h3 id=\"getting-started-with-azapi-api\"><strong>Getting Started with AZAPI API</strong></h3>\n<p>AZAPI offers a robust programmatic interface to facilitate seamless integration with our extensive infrastructure. Developers can harness our services effortlessly through a standardized API, leveraging their preferred programming languages. AZAPI adheres strictly to RESTful principles, employing HTTP requests and JSON responses for efficient and reliable communication.</p>\n<h3 id=\"api-version-and-security\"><strong>API Version and Security</strong></h3>\n<p>This documentation covers version 1 of the AZAPI API, which exclusively operates over HTTPS for enhanced security.</p>\n<h3 id=\"optimizing-integration-with-postman\">Optimizing Integration with Postman</h3>\n<p>For streamlined integration, we highly recommend leveraging Postman, an essential tool for executing and debugging API requests. Access our dedicated Postman collection by clicking the \"Run in Postman\" button above. This collection encompasses all documented endpoints, ensuring swift access to our comprehensive API capabilities.</p>\n<h3 id=\"benefits-of-postman\">Benefits of Postman</h3>\n<p><strong>Enhanced Efficiency:</strong> Seamlessly execute API requests within a user-friendly interface, optimizing workflow efficiency and operational speed.<br><strong>Effective Debugging:</strong> Facilitate rapid troubleshooting and debugging of API calls, fostering quicker issue resolution and smoother development cycles.<br><strong>Comprehensive Documentation:</strong> Postman serves as the definitive repository for our API documentation, ensuring meticulous accuracy and accessibility for developers.</p>\n<h3 id=\"need-assistance\">Need Assistance?</h3>\n<p>At AZAPI, our engineers are readily available to assist you with any queries you may have. For prompt support, please reach out to us at <a href=\"https://mailto:info@azapi.in\">info@azapi.ai</a>.</p>\n<blockquote>\n<p>All the resources require Authentication Token. So, all requests have to be provided with a Authentication Token. </p>\n</blockquote>\n<p>AZAPI client panel generates Authentication Token for Sand Box and Production environment separately for every user and client seperately.</p>\n<p><em>Sample Sand Box API header details are as follows :</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Authorization: sand-a0a2e1ff76f06b5fb164856f631e7da9fb75ffb0156e83d3928ffec64fe5463c\n\n</code></pre>\n<p><em>Sample Production API header details are as follows :</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Authorization: prod-a0a2e1ff76f06b5fb164856f631e7da9fb75ffb0156e83d3928ffec64fe5463c\n\n</code></pre>\n<h3 id=\"how-to-quick-start\"><strong>How to Quick Start?</strong></h3>\n<p>For API header details (Authentication Token) for Sand Box and Production environment, please contact us at <a href=\"https://mailto:info@azapi.in\">info@azapi.ai</a></p>\n<h3 id=\"trial-usage\">Trial Usage</h3>\n<p>Experience trial API with AZAPI, offering a daily free limit of 10 requests per API on Sand Box. Contact us at <a href=\"https://mailto:info@azapi.in\">info@azapi.ai</a> to initiate your trial today.</p>\n<h3 id=\"endpoints\">Endpoints</h3>\n<p>The API is accessed by making HTTP requests to a specific version endpoint URL, in which GET or POST variables contain information about what you wish to access.</p>\n<ul>\n<li><p>Every endpoint is accessed via an SSL-enabled HTTPS.</p>\n</li>\n<li><p>Everything (methods, parameters, etc.) is fixed to a version number, and every call must contain one. Different Versions are available at different endpoint URLs.</p>\n</li>\n<li><p>The latest version is Version 1.</p>\n</li>\n</ul>\n<p><em>The stable HTTPS endpoint for the latest version is:</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Production URL (baseurl): https://api.azapi.ai\n\n</code></pre>\n<h3 id=\"responses\"><strong>Responses</strong></h3>\n<p>Each response is wrapped in a data tag. This means if you have a response, it will always be within the data field. We also include a status code, success flag, type, and message in the response of each request.</p>\n<h3 id=\"authentication\"><strong>Authentication</strong></h3>\n<p>The API uses token-based authentication. You will be provided with a Authentication Token which must be included in the header of all requests made to the API.</p>\n<ul>\n<li><p>All API requests must be made over HTTPS. Any requests made over HTTP will fail.</p>\n</li>\n<li><p>You will be provided with both UAT and Production Authentication Token. Requests made with the Sand Box Authentication Token can be used to test our API before going live.</p>\n</li>\n<li><p>Requests made in Sand Box mode will return actual responses and credits as per API will be deducted from your account.</p>\n</li>\n</ul>\n<h3 id=\"errors-and-status-codes\"><strong>Errors and Status Codes</strong></h3>\n<p>Standard HTTP error codes are returned in the case of a failure:</p>\n<ul>\n<li><p>2xx codes indicate a successful message</p>\n</li>\n<li><p>4xx codes indicate an error caused by the information provided by the client</p>\n</li>\n<li><p>5xx codes indicate an error on AZAPI’s servers</p>\n</li>\n</ul>\n<h3 id=\"status-code\">Status Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Name</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Ok</td>\n<td>Request Successful</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-code\">Error Code</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>A malformed request or source not available</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Invalid authorization credentials</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>Action prohibited</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>Resource not found</td>\n</tr>\n<tr>\n<td>413</td>\n<td>Payload Too Large</td>\n<td>The request entity is too large for the server to process</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>An unexpected error occurred in our API</td>\n</tr>\n<tr>\n<td>504</td>\n<td>Gateway Timeout</td>\n<td>The server took too long to respond. Please try again later</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"rate-limits\">Rate Limits</h3>\n<p>AZAPI’s API enforces a maximum volume of requests per minute for all clients. Unless contractually agreed otherwise, the maximum rate is 1000 requests per second.<br>Any request over the limit will return a 429 HTTP response.</p>\n<h3 id=\"avoiding-the-limit\">Avoiding the limit</h3>\n<p>The tips below are some simple suggestions to help reduce the possibility of being rate-limited. We recommend:</p>\n<ol>\n<li><p>Running non-essential or routine batch API jobs outside your peak hours.</p>\n</li>\n<li><p>Throttling batch jobs.</p>\n</li>\n<li><p>Implementing an exponential back-off approach for requests essential to your verification process, with an initial delay of 30 seconds.</p>\n</li>\n<li><p>Prioritizing requests that are essential to verify an active user.</p>\n</li>\n<li><p>Setting up monitors and alerts for error responses on our API.</p>\n</li>\n</ol>\n<h3 id=\"api-deprecation\">API Deprecation</h3>\n<p>When an API endpoint is scheduled for deprecation the following actions will be taken:</p>\n<ol>\n<li><p>The endpoint documentation will be marked as depreciated and a migration plan will be added.</p>\n</li>\n<li><p>The endpoint will have a Sunset header (Sunset HTTP Header) added to indicate the last date the endpoint should be relied upon.</p>\n</li>\n<li><p>An email will be sent to active third-party developers notifying them of the deprecation.<br> An entry to the API changelog table will be added.</p>\n</li>\n<li><p>When the Sunset date has passed follow-up email will be sent to active third-party developers notifying them of the deprecation.</p>\n</li>\n</ol>\n<h3 id=\"backward-compatibility\">Backward Compatibility</h3>\n<p>The following changes are considered backward compatible:</p>\n<ol>\n<li><p>Adding new API endpoints.</p>\n</li>\n<li><p>Adding new properties to the responses from existing API endpoints.</p>\n</li>\n<li><p>Adding optional request parameters to existing API endpoints.</p>\n</li>\n<li><p>Altering the format or length of IDs.</p>\n</li>\n<li><p>Altering the message attributes returned by validation failures or other errors.</p>\n</li>\n<li><p>Sending webhooks for new event types.</p>\n</li>\n<li><p>Reordering properties returned from existing API endpoints.</p>\n</li>\n</ol>\n<p>If you have questions that aren't answered here, contact the Support Team: <a href=\"https://mailto:info@azapi.in\">info@azapi.ai</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32894641","collectionId":"98a964d1-4e81-4a7c-ba1a-2e4fb7b6f899","publishedId":"2sAXxY59U3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-22T12:11:44.000Z"},"item":[{"name":"Production","item":[{"name":"CAPTCHA","item":[{"name":"Text CAPTCHA","id":"380c0cd3-5188-482b-be49-5941438b6072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-a424ef59f4200f634a8f79357d93b764c4d7e9ab7730fab7909880fc9e72365a"},{"key":"content-type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{"src":"farEqZtAq/botdetect3-captcha-stitch.jpg"}},"url":"{{base_url}}/t0001c","description":"<blockquote>\n<p>AZAPI's Text CAPTCHA service facilitates seamless human verification by allowing you to submit CAPTCHA images via API requests. Leveraging advanced image recognition technology, AZAPI accurately interprets these images and returns the extracted text as a response. This capability ensures robust security measures while enabling effortless integration into your systems, supporting various applications where human verification is crucial.</p>\n</blockquote>\n","urlObject":{"path":["t0001c"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7a5dbeec-6de6-4ad8-9185-bb0768bb503b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-a424ef59f4200f634a8f79357d93b764c4d7e9ab7730fab7909880fc9e72365a"},{"key":"content-type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{base_url}}/t0001c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"497"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.10.0"},{"key":"Date","value":"Wed, 21 Aug 2024 04:54:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"Global\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"captcha\": \"DH8HAF\",\n        \"captcha_type\": \"Text-CAPTCHA\"\n    },\n    \"requestid\": \"0454586351388440\",\n    \"sequenceid\": \"0454586351388440\",\n    \"request_time\": \"2024-08-21T18:00:40.574279\",\n    \"response_time\": \"2024-08-21T18:00:40.776165\"\n}"},{"id":"70772701-fb90-4954-a2a4-87c5bfe616f6","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-a424ef59f4200f634a8f79357d93b764c4d7e9ab7730fab7909880fc9e72365a"},{"key":"content-type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{base_url}}/t0001c"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"454"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.10.0"},{"key":"Date","value":"Wed, 21 Aug 2024 04:55:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"Global\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"8327248665483999\",\n    \"sequenceid\": \"8327248665483999\",\n    \"request_time\": \"2024-08-20T17:39:05.815807\",\n    \"response_time\": \"2024-08-20T17:39:06.025138\"\n}"},{"id":"40bacfa2-fe42-4baf-bbeb-ebba3c06eff5","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-a424ef59f4200f634a8f79357d93b764c4d7e9ab7730fab7909880fc9e72365a","disabled":true},{"key":"content-type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{base_url}}/t0001c"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"200"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.10.0"},{"key":"Date","value":"Wed, 21 Aug 2024 04:51:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"7a7a133c-42bd-4fbb-bb0f-b46c335f4d9c","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-a424ef59f4200f634a8f79357d93b764c4d7e9ab7730fab7909880fc9e72365a"},{"key":"content-type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{base_url}}/t0001c"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.10.0"},{"key":"Date","value":"Wed, 21 Aug 2024 04:52:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"380c0cd3-5188-482b-be49-5941438b6072"},{"name":"Math CAPTCHA","id":"af28bda3-4f39-4659-ab14-e5c55078948e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-ecb6a98ac4980da939b0923128b6db02582c2d630f7d3c8ae35854fa2de","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/7544577510352949.jpg"}},"url":"{{base_url}}/m0001c/1","urlObject":{"path":["m0001c","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec4e56fc-719f-45d3-a3aa-9748b911afe3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ecb6a98ac4980da939b0923128b6db02582c2d630f7d3c8ae35854fa2dee91dc","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/4354433443272557.jpg"}},"url":"{{base_url}}/m0001c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:03:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"336"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"45a564df-9503-4c9c-80f2-124d140b3a44"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"336"},{"key":"x-amz-apigw-id","value":"ADQqAFinBcwEV5Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-671794a6-5d407d6f1ddb2a130455b08c;Parent=0d6e5d144df1955e;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"captcha\": 6,\n        \"captcha_type\": \"Math CAPTCHA\"\n    },\n    \"requestid\": \"6244935492838208\",\n    \"sequenceid\": \"6244935492838208\",\n    \"request_time\": \"2024-10-22T17:33:50.031836\",\n    \"response_time\": \"2024-10-22T17:33:51.544879\"\n}"},{"id":"0a686b4d-f9e0-4b79-9aa8-0212bd4885f9","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ecb6a98ac4980da939b0923128b6db02582c2d630f7d3c8ae35854fa2dee91dc","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/7544577510352949.jpg"}},"url":"{{base_url}}/m0001c"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:08:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6438999b-37df-4807-972c-0c8fed0b048c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"ADRYcHIphcwEfxw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-671795cf-789461df11a9b2ab58891a58;Parent=74e9ac3c8ff1c126;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"9096335250848464\",\n    \"sequenceid\": \"9096335250848464\",\n    \"request_time\": \"2024-10-22T17:38:47.263762\",\n    \"response_time\": \"2024-10-22T17:38:47.263878\"\n}"},{"id":"8b5dfece-059c-4dd0-8125-99cab2636d41","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/7544577510352949.jpg"}},"url":"{{base_url}}/m0001c"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8515a6be-cb89-430f-93b7-2edcb7d4bcb3"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"ADRjCEKDhcwEc4Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67179613-79a66e3c1ea69e6a5b3af294;Parent=036c9f62bf9dcfc6;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"fca4545d-946b-4525-94ae-e08256793349","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ecb6a98ac4980da939b0923128b6db02582c2d630f7d3c8ae35854fa2de","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/7544577510352949.jpg"}},"url":"{{base_url}}/m0001c"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:10:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a83e0545-fe30-4696-ac93-c41f5303733f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"ADRm9GVxhcwEN5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6717962c-7358eccc0bd59dc26113d4f2;Parent=6bc6a96639ae3e86;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"af28bda3-4f39-4659-ab14-e5c55078948e"}],"id":"70e3bf96-5d93-4632-8fc9-0ba905028508","description":"<p>CAPTCHA stands for \"Completely Automated Public Turing test to tell Computers and Humans Apart\". AZAPI's robust CAPTCHA service efficiently reads CAPTCHA images and accurately returns the contained text.</p>\n","_postman_id":"70e3bf96-5d93-4632-8fc9-0ba905028508"},{"name":"OCR - Indian","item":[{"name":"KYC Documents","item":[{"name":"Aadhaar","id":"9aa225bc-4f80-4346-93f2-5d9d838737ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49djy.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/114.jpg"}]},"url":"{{ocr_url}}/ind0001d","description":"<blockquote>\n<p>AZAPI offers Aadhaar service, you just need to submit Aadhaar image or PDFs through API requests to AZAPI. Leveraging advanced OCR technology, AZAPI's Aadhaar service accurately extracts and processes information from these documents, returning the extracted text as the response.</p>\n</blockquote>\n","urlObject":{"path":["ind0001d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"833daea1-2922-4d14-b1c7-47b7d0246fd7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-f85ebd700472900c021ae111e3481e2d4059447dce42317dd3816e5862ebf989"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/all_aadhaar/high/1.jpg"],"src":"/C:/ocr/ocr/all_aadhaar/high/1.jpg"},{"key":"back","type":"file","src":"/C:/ocr/ocr/all_aadhaar/high/2.jpg"}]},"url":"{{ocr_url}}/ind0001d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 09:39:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"522"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2f782a4e-5b60-4b50-a380-7035e5fe034c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"522"},{"key":"x-amz-apigw-id","value":"fyc1YGLpBcwEMCA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6710db54-7dc624e772ab48ab7c89c028;Parent=28e0d139e984739c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_dob\": \"\",\n        \"id_number\": \"597014817122\",\n        \"id_caretaker_name\": \"\",\n        \"id_type\": \"Aadhaar\",\n        \"id_address\": \"Address C/O Jadu Bora Rengma Grant Upper Lengtha Golaghat Assam - 785602\",\n        \"id_name\": \"Shubhajyoti Bora\",\n        \"id_gender\": \"Male\"\n    },\n    \"requestid\": \"6964544917673017\",\n    \"sequenceid\": \"6964544917673017\",\n    \"request_time\": \"2024-10-17T15:09:36.951197\",\n    \"response_time\": \"2024-10-17T15:09:39.001344\"\n}"},{"id":"162a9c7e-00c3-4c53-ba55-2202901fd8f4","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-f85ebd700472900c021ae111e3481e2d4059447dce42317dd3816e5862ebf989"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/pan-testing - Copy/0hadg.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"}]},"url":"{{ocr_url}}/ind0001d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 09:40:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"398"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"79ff5ed0-e48a-4087-93a9-18fc266b5760"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"398"},{"key":"x-amz-apigw-id","value":"fydBIHffhcwEddw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6710dba0-2df7ed31317673af6d645b12;Parent=5d1f3d7d00e107d2;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"3149907536892705\",\n    \"sequenceid\": \"3149907536892705\",\n    \"request_time\": \"2024-10-17T15:10:50.772355\",\n    \"response_time\": \"2024-10-17T15:10:51.391306\"\n}"},{"id":"f3fe2a8c-5ff4-48cd-a672-6de12ddc32aa","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/pan-testing - Copy/0hadg.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"}]},"url":"{{ocr_url}}/ind0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 09:41:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9c37cc31-bd73-4f9d-8c18-1a79bd23f04e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"fydKAGt1BcwEU-A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6710dbd9-0332b71609f5945f3efde646;Parent=12aeb5194f81936e;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"cc3e7fca-dee7-4b7d-984d-23a4f2e33a83","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-f85ebd700472900c021ae111e3481e2d4059447dce42317dd3816e586","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/pan-testing - Copy/0hadg.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"}]},"url":"{{ocr_url}}/ind0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 09:43:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"88aaf4ce-db2d-481f-9284-51f207596190"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"fydZIH8RhcwEVAQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6710dc3a-09a0ea392b8c128b25867a58;Parent=1220b7c5cfbba902;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"9aa225bc-4f80-4346-93f2-5d9d838737ef"},{"name":"Driving Licence","id":"25f87c80-fe96-414d-a3b1-45afccfca4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-781f43bd0349dfceef4d6cda165d2d6cd1b5adaa3356ff79b9859540383d75a5","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"dfcc977e-f581-4163-abdf-e210036cfdd3","src":"/C:/Projects/azapi/Driving License/700fe937d04fd477f57a71ddd587676d.jpg"},{"key":"back","type":"file","uuid":"91937812-5eda-46f5-8dfa-1f68e8313c93","src":"/C:/Projects/azapi/Driving License/700fe937d04fd477f57a71ddd587676d.jpg"}]},"url":"{{ocr_url}}/ind0003d","urlObject":{"path":["ind0003d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"f365cb5f-7c09-44ed-b1fc-c675d2e593b6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-781f43bd0349dfceef4d6cda165d2d6cd1b5adaa3356ff79b9859540383d75a5","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"dfcc977e-f581-4163-abdf-e210036cfdd3","src":"/C:/Projects/azapi/Driving License/700fe937d04fd477f57a71ddd587676d.jpg"},{"key":"back","type":"file","uuid":"91937812-5eda-46f5-8dfa-1f68e8313c93","src":"/C:/Projects/azapi/Driving License/700fe937d04fd477f57a71ddd587676d.jpg"}]},"url":"{{ocr_url}}/ind0003d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 10:22:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"704"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a5b412e8-6ec1-4eba-a12a-b45ef985ca8a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"704"},{"key":"x-amz-apigw-id","value":"RMkChExFBcwESrA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce8076-23508dbf239b404077a26e9c;Parent=5f0e82e3ea2fadad;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"WB-012010807783\",\n        \"id_gender\": \"\",\n        \"id_name\": \"RITWIK GANGOPADHYAY\",\n        \"id_dob\": \"29-02-1992\",\n        \"id_address\": \"46/C/30, BB GHOSH SARANI\\nKOLKATA 700054\",\n        \"id_type\": \"Driving License\",\n        \"id_caretaker_name\": \"RS GANGOPADHYAY\",\n        \"id_blood_group\": \"U\",\n        \"id_vehicle_classes\": [\n            {\n                \"Type\": \"\",\n                \"Date of Issue\": \"08-12-2010\"\n            }\n        ],\n        \"id_validity\": {\n            \"Transport\": \"\",\n            \"Non-Transport\": \"07-12-2030\"\n        },\n        \"identify_doc\": true\n    },\n    \"requestid\": \"7758296198056384\",\n    \"sequenceid\": \"7758296198056384\",\n    \"request_time\": \"2025-09-20T15:52:46.172921\",\n    \"response_time\": \"2025-09-20T15:52:49.256584\"\n}"},{"id":"f953f152-63cb-4d42-80a9-c664aa587207","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"dfcc977e-f581-4163-abdf-e210036cfdd3","src":"/C:/ocr/ocr/aadhaar-batch-data/0bufvh.jpg"}]},"url":"{{ocr_url}}/ind0003d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:26:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"314"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8a178c7e-e894-4429-af6f-d814f66b2d70"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"314"},{"key":"x-amz-apigw-id","value":"Jk6neE1PBcwEKEw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7162-6a8e732f1352b4b629e67681;Parent=1162d321afc52ca7;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"output\": null,\n    \"message\": \"Wrong Document Type.\",\n    \"errors\": {\n        \"document\": \"No DL Detected.\"\n    },\n    \"requestid\": \"8902290517184538\",\n    \"sequenceid\": \"8902290517184538\",\n    \"request_time\": \"2025-04-25T16:56:26.670089\",\n    \"response_time\": \"2025-04-25T16:56:29.008799\"\n}"},{"id":"09724232-9c0e-4d5b-8e65-13bed82d6e19","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"dfcc977e-f581-4163-abdf-e210036cfdd3","src":"/C:/ocr/ocr/DL-Statewise/MH/DLK7O_id_proof_front.jpeg"}]},"url":"{{ocr_url}}/ind0003d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:37:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"260c980a-0c7a-4f4d-bd32-53450ec6ce97"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"JkzaKFPphcwEPnw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b65da-1a4bdbbb3b75e0f31f697529;Parent=11e8fdea5e5af4ef;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"a6b05e98-0c2f-4312-bc3b-6eeb2eb81354","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"dfcc977e-f581-4163-abdf-e210036cfdd3","src":"/C:/ocr/ocr/DL-Statewise/MH/DLK7O_id_proof_front.jpeg"}]},"url":"{{ocr_url}}/ind0003d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:38:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5194617d-6cde-4847-8bff-d3597fc1a46f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"JkzlCGBthcwESxQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b661f-1a4188b467a4d1c471969d0b;Parent=0234cd55acdfcf0c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"25f87c80-fe96-414d-a3b1-45afccfca4c0"},{"name":"Pan","id":"f5369af8-945d-4e06-bbe4-e6f386f838e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/PAN OCR/0c4gbk (2).jpg"}]},"url":"{{ocr_url}}/ind0002d","description":"<blockquote>\n<p>AZAPI's PAN service enables you just need to submit PAN card images or PDFs via API requests. Utilizing sophisticated OCR technology, the service accurately reads and extracts information from these documents, providing the extracted text as the response.</p>\n</blockquote>\n","urlObject":{"path":["ind0002d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"8fdf8b5d-37ce-4d08-b806-dbf36e0b271d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-4614351d1945d7b6f4522e8f36a2d444efb073978c6a78ed1e46e3f1037acabc"},{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/shahuCustomerData/merged-pan-data/pan-images/0c4gbk.jpg"}]},"url":"{{ocr_url}}/ind0002d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Nov 2024 10:07:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"461"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1c868eba-5ba1-494b-8750-38da9db7307b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"461"},{"key":"x-amz-apigw-id","value":"CAPPTGzOhcwEddw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67499261-3f484d4846f118d60381e10a;Parent=57835446ccc512b7;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_gender\": \"\",\n        \"id_type\": \"PAN\",\n        \"id_dob\": \"26/12/1984\",\n        \"id_number\": \"GBEPP4393E\",\n        \"id_name\": \"NANDA ANKUSH PANCHAL\",\n        \"id_caretaker_name\": \"ATTATRAY RAMCHANDRA RAUTT\"\n    },\n    \"requestid\": \"9313865301833122\",\n    \"sequenceid\": \"9313865301833122\",\n    \"request_time\": \"2024-11-29T15:37:30.891998\",\n    \"response_time\": \"2024-11-29T15:37:30.961961\"\n}"},{"id":"2ce809ac-cd17-4d42-9f0a-85fa0b499894","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/shahuCustomerData/merged-pan-data/pan-images/0pxzu.jpg","disabled":true}]},"url":"{{ocr_url}}/ind0002d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:31:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"250ff6ed-4fb5-4e48-bcde-3cac48b5a44f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMcj1H2ohcwETGA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce747e-077b273628136b14680adcc5;Parent=6d62a0df4f0fcfcb;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"3682688079585003\",\n    \"sequenceid\": \"3682688079585003\",\n    \"request_time\": \"2025-09-20T15:01:42.555822\",\n    \"response_time\": \"2025-09-20T15:01:42.555975\"\n}"},{"id":"2c192dd1-7057-467d-968b-512ef424789e","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/shahuCustomerData/merged-aadhaar-test-7/incorrect-aadhaar-test-7/00br9.jpg"}]},"url":"{{ocr_url}}/ind0002d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Nov 2024 10:12:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"127a3900-2244-4e94-87fb-23d36e8bf338"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"CAQBKH45BcwEDZg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-674993a0-33649a626cde56583b7a04cf;Parent=0fb0aa3928d5c072;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"dd6254a6-4bd1-4b38-b8e5-d58d20054f3a","name":"Missing Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/shahuCustomerData/merged-aadhaar-test-7/incorrect-aadhaar-test-7/00br9.jpg"}]},"url":"{{ocr_url}}/ind0002d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Nov 2024 10:11:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fec0a208-c784-4d95-8de8-61e5d76f278a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"CAP4DGN0hcwEHSQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67499366-64f4eb4e482d850a250ed491;Parent=553fe6b9701ed4ce;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Token.\",\n    \"errors\": {\n        \"token\": \"Missing Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"f5369af8-945d-4e06-bbe4-e6f386f838e8"},{"name":"Passport","id":"776cfb3e-db2d-4a3b-994d-2c943031413c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"acee03f0-efe5-4992-a379-a5195ae0dbb0","src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Text CAPTCHA/3.png"},{"key":"back","type":"file","uuid":"22440d9c-da6c-42a5-8386-973d148e220e","value":null,"disabled":true}]},"url":"{{ocr_url}}/ind0005d","urlObject":{"path":["ind0005d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"5304f894-6190-43d1-832e-2dbc5c51258b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"acee03f0-efe5-4992-a379-a5195ae0dbb0","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Passport OCR/IMG20241115090829.jpg"},{"key":"back","type":"file","uuid":"22440d9c-da6c-42a5-8386-973d148e220e","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Passport OCR/VR2500.jpg"}]},"url":"{{ocr_url}}/ind0005d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:53:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"797"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fa13ded9-b66e-4ff1-9016-ef1a8884cea0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"797"},{"key":"x-amz-apigw-id","value":"RMW9XG36BcwEZGg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6b88-17d1d17e1608ffc059d94d9f;Parent=291b74c25d061e0e;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"S2876742\",\n        \"id_gender\": \"M\",\n        \"id_name\": \"KAUSTUBH DEORAO\",\n        \"id_dob\": \"05/02/2001\",\n        \"id_address\": \"10-A GURU TES BAHADUR NAGAR\\nEXTENSION, JALANDHAR\",\n        \"id_type\": \"Passport\",\n        \"id_caretaker_name\": \"\",\n        \"id_country_code\": \"IND\",\n        \"id_nationality\": \"INDIAN\",\n        \"id_place_of_birth\": \"GONDIA, MAHARASHTRA\",\n        \"id_place_of_issue\": \"NAGPUR\",\n        \"id_doi\": \"31/12/2018\",\n        \"id_doe\": \"30/12/2028\",\n        \"id_passport_type\": \"P\",\n        \"id_file_num\": \"\",\n        \"id_old_doi\": \"\",\n        \"id_old_passport_num\": \"\",\n        \"id_old_place_of_issue\": \"\"\n    },\n    \"requestid\": \"3280171194142833\",\n    \"sequenceid\": \"3280171194142833\",\n    \"request_time\": \"2025-09-20T14:23:28.475178\",\n    \"response_time\": \"2025-09-20T14:23:36.160181\"\n}"},{"id":"476d5873-39ac-42da-bccb-1a924cd4925b","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"acee03f0-efe5-4992-a379-a5195ae0dbb0","src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Text CAPTCHA/3.png"},{"key":"back","type":"file","uuid":"22440d9c-da6c-42a5-8386-973d148e220e","value":null,"disabled":true}]},"url":"{{ocr_url}}/ind0005d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:54:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"320"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9eccfee3-aba7-4917-aab0-1fcc00fca290"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"320"},{"key":"x-amz-apigw-id","value":"RMXF3FedhcwEHTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6bbe-0bc0fa240db132a554e5eb1e;Parent=5eb12ccf42646ea6;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"3023050895409087\",\n    \"sequenceid\": \"3023050895409087\",\n    \"request_time\": \"2025-09-20T14:24:22.788564\",\n    \"response_time\": \"2025-09-20T14:24:24.898991\",\n    \"errors\": {\n        \"document\": \"No Passport Detected.\"\n    }\n}"},{"id":"5a3de2cc-4c00-4e69-b3b8-966bc2f632ed","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"acee03f0-efe5-4992-a379-a5195ae0dbb0","src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Text CAPTCHA/3.png"},{"key":"back","type":"file","uuid":"22440d9c-da6c-42a5-8386-973d148e220e","value":null,"disabled":true}]},"url":"{{ocr_url}}/ind0005d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:54:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"678843ff-9e07-4f62-b9db-847b63fe89bb"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMXJLG6ABcwEMPg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6bd3-7b1806fb29144a5c46703a25;Parent=5d7db6481919cc77;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"272da668-f1c9-483f-86d8-0155f159bbac","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"acee03f0-efe5-4992-a379-a5195ae0dbb0","src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Text CAPTCHA/3.png"},{"key":"back","type":"file","uuid":"22440d9c-da6c-42a5-8386-973d148e220e","value":null,"disabled":true}]},"url":"{{ocr_url}}/ind0005d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:55:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b033b486-fac3-442a-9cb2-436fafbd6df8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMXNDGhxBcwEAgA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6bec-762f576d0249bc4847883b64;Parent=4a899c176786426a;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"776cfb3e-db2d-4a3b-994d-2c943031413c"},{"name":"Vehicle RC","id":"346dfae2-b386-4aca-b8d5-8908567e670b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166 (2).jpeg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166.jpeg"}]},"url":"{{ocr_url}}/ind0006d","urlObject":{"path":["ind0006d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"8b760c41-dcd6-4ae3-8918-164b42a3bedc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166 (2).jpeg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166.jpeg"}]},"url":"{{ocr_url}}/ind0006d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:11:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1243"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f0661bcb-a36e-4e02-8eda-a6dbd56aa988"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1243"},{"key":"x-amz-apigw-id","value":"RMZl8EdqBcwEcdA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6fbf-3263b101341fd2a37b8628f0;Parent=43c76e9483b068dd;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"MH13CT1166\",\n        \"id_name\": \"SHAHRUKH AKHTAR SHAIKH\",\n        \"id_caretaker_name\": \"AKHTAR SHAIKH\",\n        \"id_address\": \"R/O NEAR TEK MASJID USMANPURA LATUR, TQ & DIST\\nLATUR, LATUR MO NO 9158388847, Latur, MH, 413512\",\n        \"id_type\": \"RC\",\n        \"id_registration_date\": \"30-11-2017\",\n        \"id_registration_validity\": \"As per Fitness\",\n        \"id_chassis_number\": \"MD2A49AY2HWG13972\",\n        \"id_engine_number\": \"24YWHG42161\",\n        \"id_fuel_type\": \"PETROL/LPG\",\n        \"id_emission_norms\": \"BHARAT STAGE IV\",\n        \"id_make\": \"BAJAJ AUTO LTD\",\n        \"id_model\": \"RE COMPACT LPG\",\n        \"id_color\": \"BLK YELLOW\",\n        \"id_body_type\": \"BOLTED TO FRAME\",\n        \"id_seating_capacity\": \"4\",\n        \"id_mfg_month_year\": \"10-2017\",\n        \"id_wheel_base\": \"2000\",\n        \"id_cubic_capacity\": \"145.45\",\n        \"id_cylinder_count\": \"1\",\n        \"id_unladen_weight\": \"348\",\n        \"id_gross_weight\": \"658\",\n        \"id_financier\": \"\",\n        \"id_registration_authority\": \"RTO LATUR\",\n        \"id_serial_number\": \"2\",\n        \"id_card_issue_date\": \"09-10-2024\",\n        \"id_form_type\": \"Form 23A\",\n        \"identify_doc\": true\n    },\n    \"requestid\": \"0834365580338343\",\n    \"sequenceid\": \"0834365580338343\",\n    \"request_time\": \"2025-09-20T14:41:27.257064\",\n    \"response_time\": \"2025-09-20T14:41:32.515841\"\n}"},{"id":"7c5f5202-b6a0-471f-bd6b-eeb01353b8f0","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","value":null,"disabled":true},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Math CAPTCHA/0e9ef346-captchaaa17.png","disabled":true}]},"url":"{{ocr_url}}/ind0006d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:15:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ac2bd530-0684-4b04-9903-71017cb87ec7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMaJMGboBcwEQfw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce70a0-2c4d11e8649630292352eb29;Parent=5d9e55e50e3ccdc3;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"5143728667595639\",\n    \"sequenceid\": \"5143728667595639\",\n    \"request_time\": \"2025-09-20T14:45:12.961873\",\n    \"response_time\": \"2025-09-20T14:45:12.962068\"\n}"},{"id":"90e6f445-3a55-4ba0-ac65-2afaa2bb2cfe","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Math CAPTCHA/0e9ef346-captchaaa17.png"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/CAPTCHA/Math CAPTCHA/0e9ef346-captchaaa17.png"}]},"url":"{{ocr_url}}/ind0006d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:16:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6ac365fa-39b2-40f4-b1e0-d6764b5bec5f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMaW0E14BcwEVuA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce70f7-57e02c873dba196d49c9cc1e;Parent=274356531c2fd746;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"cbd09c3e-42df-4acc-9584-e87a3d6ac8b4","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166 (2).jpeg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Users/Nagpur_it_hub/Downloads/MH13CT1166.jpeg"}]},"url":"{{ocr_url}}/ind0006d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:18:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"34bc6d13-2872-4b23-b3ac-13024f32e26d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMaq8HKNBcwEC8Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7178-26a6e00359fbe2034ab7cc3c;Parent=65a9a20013efcf8f;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"346dfae2-b386-4aca-b8d5-8908567e670b"},{"name":"Voter ID","id":"c90743a8-87ff-46e2-9fc1-21c59d296df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-front.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-back.jpg"}]},"url":"{{ocr_url}}/ind0004d","urlObject":{"path":["ind0004d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"0634cb2b-315a-493e-aa41-4a85444d8e24","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-front.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-back.jpg"}]},"url":"{{ocr_url}}/ind0004d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:40:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"614"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b6176e08-70e1-4a00-a59b-c2acfa6af678"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"614"},{"key":"x-amz-apigw-id","value":"RMVBLGceBcwETpw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce686d-552868b05f0049a30d6eef1b;Parent=2a71766e5a9fb69d;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"TDZ1778554\",\n        \"id_gender\": \"F\",\n        \"id_name\": \"Vineela Rani Kasaraneni\",\n        \"id_dob\": \"09/06/1990\",\n        \"id_address\": \"6-3-347/20/2-B, DIVIYA SAI SHAKTHI\\nDwarakapuri Colony, Punjagutta, Hyderabad,\\nKhairatabad Shaikpet Himayathnagar,\\nHyderabad, 500082\",\n        \"id_type\": \"Voter ID\",\n        \"id_caretaker_name\": \"Ashish Kasaraneni\"\n    },\n    \"requestid\": \"8794829801435105\",\n    \"sequenceid\": \"8794829801435105\",\n    \"request_time\": \"2025-09-20T14:10:13.678873\",\n    \"response_time\": \"2025-09-20T14:10:17.119013\"\n}"},{"id":"0f8b2f37-999d-4391-8736-fb1ed34b6e05","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/PAN OCR/0fmyp.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-back.jpg","disabled":true}]},"url":"{{ocr_url}}/ind0004d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:42:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"320"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"54ffe4be-ecb6-4a49-b4fe-8514279e7349"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"320"},{"key":"x-amz-apigw-id","value":"RMVVQHCMBcwES6A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce68ee-7c62b309533a0e023bedc4ce;Parent=04edb94ead94db18;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"9469173157940427\",\n    \"sequenceid\": \"9469173157940427\",\n    \"request_time\": \"2025-09-20T14:12:22.112479\",\n    \"response_time\": \"2025-09-20T14:12:25.323432\",\n    \"errors\": {\n        \"document\": \"No Voter ID Detected.\"\n    }\n}"},{"id":"e3b9e360-ee9a-4494-955d-ed8429342a53","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-front.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-back.jpg"}]},"url":"{{ocr_url}}/ind0004d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:40:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0520a8e6-eda9-48ab-88e9-a108c24754da"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMVHQFAehcwEe2A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce6894-30154e371e163af10bb7ba57;Parent=48747745f81c7e67;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"d11eb87e-3658-4779-b77a-e1de6e5b2d60","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d9","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-front.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Voter Id OCR/voter-new-back.jpg"}]},"url":"{{ocr_url}}/ind0004d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 08:41:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"57da1b8b-64c8-4e56-9f44-59ab82e850e4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMVNRFbgBcwEagQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce68ba-7e2e29dd145d748642dbb5cf;Parent=6c9efb992eab6120;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"c90743a8-87ff-46e2-9fc1-21c59d296df8"}],"id":"43c2e4db-5e6f-492c-a73f-d0485cfa3a9e","description":"<p>AZAPI offers Identity Document OCR services tailored for Aadhaar and PAN cards. These services utilize advanced Optical Character Recognition (OCR) technology to accurately extract and process information from Aadhaar and PAN card images. You can seamlessly submit images via API requests to convert images, pdf containing text into digital formats efficiently and accurately.</p>\n","_postman_id":"43c2e4db-5e6f-492c-a73f-d0485cfa3a9e"},{"name":"Accounts & Billing","item":[{"name":"e-invoice","id":"8f53ae6d-1236-4978-ac6e-27cd75f2f547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/4b1a7506-f838-4170-aaa8-46630bd7c852.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T100725Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bcaf8785a20b3b61fb4a3160d5dc8e9a26b63f8aaef40ddee18a23528e145af3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0001b","urlObject":{"path":["ind0001b"],"host":["{{invoice_url}}"],"query":[],"variable":[]}},"response":[{"id":"19d69c58-e3f4-4de8-bc5a-257f05ff2d0f","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"b9b7a13a-c99c-40cb-b8e0-83ccfc1b3d5b","src":"/C:/Users/Nagpur_it_hub/Downloads/1 (1)_page-0001.jpg"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 10:07:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"RMhyRiOlBcwEPpg="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/4b1a7506-f838-4170-aaa8-46630bd7c852.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T100725Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bcaf8785a20b3b61fb4a3160d5dc8e9a26b63f8aaef40ddee18a23528e145af3\"\n}"},{"id":"9581de6d-d51a-4c56-b0b9-573dc44cf197","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/4b1a7506-f838-4170-aaa8-46630bd7c852.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T100725Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bcaf8785a20b3b61fb4a3160d5dc8e9a26b63f8aaef40ddee18a23528e145af3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0001b"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:10:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"624"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"sellergstin\": \"24AABCI4605B1ZA\",\n        \"buyergstin\": \"24AABCA2392K1ZR\",\n        \"docno\": \"23-24/0296\",\n        \"doctyp\": \"INV\",\n        \"docdt\": \"19/06/2023\",\n        \"totinvval\": 601281.4,\n        \"itemcnt\": 5,\n        \"mainhsncode\": \"85372000\",\n        \"irn\": \"83db5cbbe1df780c330c6d7597349345ef865f4d3cd4728828199e23b67f72e4\",\n        \"irndt\": \"2023-06-19 16:36:00\",\n        \"iss\": \"NIC\",\n        \"is_valid\": \"Yes\"\n    },\n    \"requestid\": \"2478828960814446\",\n    \"sequenceid\": \"2478828960814446\",\n    \"request_time\": \"2025-09-20T15:40:29.392078\",\n    \"response_time\": \"2025-09-20T15:40:29.659986\"\n}"},{"id":"c3eb7ffa-04ee-46ae-91a4-45f93e344b6d","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"b9b7a13a-c99c-40cb-b8e0-83ccfc1b3d5b","src":"/C:/Users/Nagpur_it_hub/Downloads/1 (1)_page-0001.jpg","disabled":true}]},"url":"{{invoice_url}}/ind0001b"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:08:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"8051075437549171\",\n    \"sequenceid\": \"8051075437549171\",\n    \"request_time\": \"2025-09-20T15:38:16.629764\",\n    \"response_time\": \"2025-09-20T15:38:16.629892\"\n}"},{"id":"1c570b1e-36fb-412f-b304-d4554969abf4","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/4b1a7506-f838-4170-aaa8-46630bd7c852.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T100725Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bcaf8785a20b3b61fb4a3160d5dc8e9a26b63f8aaef40ddee18a23528e145af3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0001b"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:10:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"d058094d-fab1-44a5-a6b4-c21cf7903fb0","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/4b1a7506-f838-4170-aaa8-46630bd7c852.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T100725Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=bcaf8785a20b3b61fb4a3160d5dc8e9a26b63f8aaef40ddee18a23528e145af3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0001b"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:09:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"8f53ae6d-1236-4978-ac6e-27cd75f2f547"},{"name":"e-invoice Advance","id":"c23b17bf-427e-4193-b420-1a30a63180f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/d19ad235-13fe-4304-89a9-714345278e65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T095925Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7527342f34695076e04f79802c387007dc42a8dd397e9a115f844e921b0b8e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0003b","urlObject":{"path":["ind0003b"],"host":["{{invoice_url}}"],"query":[],"variable":[]}},"response":[{"id":"145fc91f-ae39-47cd-8830-10d0e08ac9f2","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"9ca7899d-df06-4340-ae2a-f0e521e05447","src":"/C:/Users/Nagpur_it_hub/Downloads/1.pdf"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:59:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"RMgnWjH6BcwEMOA="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/d19ad235-13fe-4304-89a9-714345278e65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T095925Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7527342f34695076e04f79802c387007dc42a8dd397e9a115f844e921b0b8e8\"\n}"},{"id":"a13a3ccd-309b-4590-a7a0-46a287a8f9aa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/d19ad235-13fe-4304-89a9-714345278e65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T095925Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7527342f34695076e04f79802c387007dc42a8dd397e9a115f844e921b0b8e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0003b"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:01:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3084"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"invoice_summary\": {\n            \"seller gstin\": \"24AABCI4605B1ZA\",\n            \"buyer gstin\": \"24AABCA2392K1ZR\",\n            \"seller msme no\": null,\n            \"invoice no\": \"23-24/0296\",\n            \"invoice date\": \"19-06-2023\",\n            \"credit note no\": \"\",\n            \"credit note date\": \"\",\n            \"other taxes\": \"\",\n            \"ro no\": \"\",\n            \"ro date\": \"\",\n            \"invoice value\": \"601281.40\",\n            \"taxable value\": \"469751.10\",\n            \"total tax\": \"131530.30\",\n            \"cgst\": \"65765.15\",\n            \"sgst\": \"65765.15\",\n            \"igst\": \"\",\n            \"other_charges\": \"\",\n            \"vendor name\": \"Innovision Systems & Devices Pvt. Ltd.\",\n            \"vendor name 2\": \"\",\n            \"receiver name\": \"Johnson Controls-Hitachi Air Conditioning India Lt\",\n            \"vendor address\": \"Plot No-1143,\\nOpp-G E B Substation,\\nChhatral Kadi Road,\\nChhatral-382729\\nTal-Kalol, Dist-Gandhinagar\",\n            \"receiver address\": \"Hitachi Complex, Karan Nagar\\nKadi\",\n            \"receiver location\": null,\n            \"buyer pan\": \"AABCA2392K\",\n            \"seller pan\": \"AABCI4605B\",\n            \"cgst %\": \"14.00\",\n            \"sgst %\": \"14.00\",\n            \"igst %\": \"\",\n            \"bank acc no\": \"\",\n            \"ifsc/swift code\": \"\",\n            \"bank name\": null,\n            \"bank branch name\": null,\n            \"vendor email\": null,\n            \"vendor state\": \"GUJARAT\",\n            \"receiver state\": \"GUJARAT\",\n            \"place of supply\": \"\"\n        },\n        \"invoice_items\": {\n            \"sr no.\": [\n                \"1\",\n                \"2\",\n                \"3\",\n                \"4\",\n                \"5\"\n            ],\n            \"item\": [\n                \"04624313-Controller for 3 Ph 8 Mfd\\n3 Ph Capacitor\",\n                \"02692300-New 2.0 Tr Hat\",\n                \"04125500 Toushi Power Pcb (1c)\",\n                \"04137901 Toushi Eco Power Pcb\",\n                \"04125600-Toushi IDU Power PCB\\n2C\"\n            ],\n            \"hsn_code\": [\n                \"85372000\",\n                \"8415\",\n                \"8415\",\n                \"8415\",\n                \"8415\"\n            ],\n            \"quantity\": [\n                90,\n                25,\n                56,\n                28,\n                28\n            ],\n            \"unit_price\": [\n                4033,\n                1563.7,\n                597,\n                582.45,\n                641\n            ],\n            \"price\": [\n                \"362970.0\",\n                \"39092.5\",\n                \"33432.0\",\n                \"16308.6\",\n                \"17948.0\"\n            ],\n            \"%cgst\": [\n                \"14.00\",\n                \"14.0\",\n                \"14.0\",\n                \"14.0\",\n                \"14.0\"\n            ],\n            \"%sgst\": [\n                \"14.00\",\n                \"14.0\",\n                \"14.0\",\n                \"14.0\",\n                \"14.0\"\n            ],\n            \"%igst\": [\n                \"0\",\n                \"0.0\",\n                \"0.0\",\n                \"0.0\",\n                \"0.0\"\n            ],\n            \"%gst\": [\n                \"28.00\",\n                \"28.0\",\n                \"28.0\",\n                \"28.0\",\n                \"28.0\"\n            ],\n            \"cgst\": [\n                \"0.0\",\n                \"5472.95\",\n                \"4680.48\",\n                \"2283.20\",\n                \"2512.72\"\n            ],\n            \"sgst\": [\n                \"0.0\",\n                \"5472.95\",\n                \"4680.48\",\n                \"2283.20\",\n                \"2512.72\"\n            ],\n            \"igst\": [\n                \"0.00\",\n                \"0.00\",\n                \"0.00\",\n                \"0.00\",\n                \"0.00\"\n            ],\n            \"gst\": [\n                \"0.00\",\n                \"10945.90\",\n                \"9360.96\",\n                \"4566.41\",\n                \"5025.44\"\n            ]\n        },\n        \"confidence_data\": {\n            \"confidence_score\": 1,\n            \"summary_validation\": {\n                \"calculated_taxable\": \"469751.1\",\n                \"extracted_taxable\": \"469751.1\",\n                \"taxable_difference\": \"0.0\",\n                \"calculated_total_gst\": \"131530.31\",\n                \"extracted_total_tax\": \"131530.3\",\n                \"gst_difference\": \"0.01\",\n                \"calculated_invoice_value\": \"601281.41\",\n                \"extracted_invoice_value\": \"601281.4\",\n                \"invoice_value_difference\": \"0.01\"\n            },\n            \"buyer_gstin_confidence\": 1,\n            \"seller_gstin_confidence\": 1\n        },\n        \"einvoice\": {\n            \"sellergstin\": \"24AABCI4605B1ZA\",\n            \"buyergstin\": \"24AABCA2392K1ZR\",\n            \"docno\": \"23-24/0296\",\n            \"doctyp\": \"INV\",\n            \"docdt\": \"19/06/2023\",\n            \"totinvval\": 601281.4,\n            \"itemcnt\": 5,\n            \"mainhsncode\": \"85372000\",\n            \"irn\": \"83db5cbbe1df780c330c6d7597349345ef865f4d3cd4728828199e23b67f72e4\",\n            \"irndt\": \"2023-06-19 16:36:00\",\n            \"iss\": \"NIC\",\n            \"is_valid\": \"Yes\"\n        }\n    },\n    \"requestid\": \"3003118644532106\",\n    \"sequenceid\": \"3003118644532106\",\n    \"request_time\": \"2025-09-20T15:31:21.128301\",\n    \"response_time\": \"2025-09-20T15:31:33.137978\",\n    \"no_of_pages\": 1\n}"},{"id":"725192ef-8f7d-4438-b43a-80fadd9c56af","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"},"options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0003b"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:02:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"6192634712438229\",\n    \"sequenceid\": \"6192634712438229\",\n    \"request_time\": \"2025-09-20T15:32:38.423208\",\n    \"response_time\": \"2025-09-20T15:32:38.423354\"\n}"},{"id":"bf9bd926-52ba-4c74-8e1f-4aba949a51d2","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/d19ad235-13fe-4304-89a9-714345278e65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T095925Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7527342f34695076e04f79802c387007dc42a8dd397e9a115f844e921b0b8e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0003b"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:03:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"e1af71bd-434c-4861-948b-08ae587b3a6f","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/d19ad235-13fe-4304-89a9-714345278e65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20250920%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T095925Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7527342f34695076e04f79802c387007dc42a8dd397e9a115f844e921b0b8e8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/ind0003b"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Sat, 20 Sep 2025 10:03:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"c23b17bf-427e-4193-b420-1a30a63180f7"},{"name":"MDM Receipt","id":"51fbeac6-9288-4d48-a6af-69c796eb29ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"}},"url":"{{ocr_url}}/ind0004b","urlObject":{"path":["ind0004b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"aaa80f0a-8a0c-4b08-aa12-dcbd43bc8b66","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"}},"url":"{{base_url}}/ind0004b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:47:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"468"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f005ca4a-a4e5-4345-bead-44d13ee6cf2a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"468"},{"key":"x-amz-apigw-id","value":"Jk9obFgVBcwEcCQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7635-6e1cddb91fe6f8d1103219d9;Parent=34d10b790ed0114a;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_receipt_date\": \"20-Aug-2022\",\n        \"id_receipt_year\": \"2022\",\n        \"id_receipt_number\": \"4512\",\n        \"id_name\": \"KRUSHNAI COMPLEX\",\n        \"id_address\": \"CHANDUR BAZAR\",\n        \"id_type\": \"MDM Receipt\"\n    },\n    \"requestid\": \"0435171983888656\",\n    \"sequenceid\": \"0435171983888656\",\n    \"request_time\": \"2025-04-25T17:17:01.600260\",\n    \"response_time\": \"2025-04-25T17:17:04.314597\"\n}"},{"id":"bd4bf883-b23d-4548-be60-9be582685b0d","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"}},"url":"{{ocr_url}}/ind0004b"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:44:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"421c372b-78ce-48ca-9065-003b872b222c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMebfHHABcwETCQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce777c-24f665966ade74b03ceefc7e;Parent=34ba2242f548b33b;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"1724990638166736\",\n    \"sequenceid\": \"1724990638166736\",\n    \"request_time\": \"2025-09-20T15:14:28.441492\",\n    \"response_time\": \"2025-09-20T15:14:28.441737\"\n}"},{"id":"94fb30ab-f05a-4ff4-aa69-67c8affa5a1f","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"}},"url":"{{ocr_url}}/ind0004b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:48:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0b2179a7-568f-47fa-b055-90255c86fea0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk92IHMvhcwEWTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b768d-36b41ced1ca1e7c15aee7988;Parent=4a44d54e53dfade2;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"cad766fb-fa66-4e5f-829d-c520e418c2f7","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d63","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/divident.jpg"}},"url":"{{ocr_url}}/ind0004b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:49:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8356433c-e260-482e-9308-98e6f5740db2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk970H1uhcwEIuQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b76b1-6f1e820f31b642726f3b9456;Parent=3a7ff90ca55b8ccc;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"51fbeac6-9288-4d48-a6af-69c796eb29ba"},{"name":"Pay Slip","id":"6f03e0c3-1066-430f-b1c7-e486bf9d090d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-07-16 at 4.36.47 PM (2).jpeg"}]},"url":"{{ocr_url}}/ind00011b","urlObject":{"path":["ind00011b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"5f00ad8d-d44c-4d89-a4f1-94ff5e5161fe","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-07-16 at 4.36.47 PM (2).jpeg"}]},"url":"{{ocr_url}}/ind00011b"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:51:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"630"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d00bfaba-c833-4a34-bf22-633ca4eb7fd6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"630"},{"key":"x-amz-apigw-id","value":"RMfZIEC2BcwEA_g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7906-61abed6636d63b7b03948b89;Parent=39f622f3925feea0;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"document_type\": \"UPI Payment Receipt\",\n        \"paid_to\": {\n            \"name\": \"Prasad Vijay Wake\",\n            \"upi_id\": \"prasadwake8899@oksbi\"\n        },\n        \"amount\": 10000,\n        \"currency\": \"₹\",\n        \"transaction\": {\n            \"id\": \"543462724312\",\n            \"utr\": \"\",\n            \"date\": \"2025-03-09\",\n            \"time\": \"12:43:00\"\n        },\n        \"debited_from\": {\n            \"account_masked\": \"\"\n        },\n        \"status\": \"Completed\",\n        \"source_app\": \"Google Pay\"\n    },\n    \"requestid\": \"8268696946545248\",\n    \"sequenceid\": \"8268696946545248\",\n    \"request_time\": \"2025-09-20T15:21:02.911568\",\n    \"response_time\": \"2025-09-20T15:21:05.763830\"\n}"},{"id":"713605f1-fe8d-4c8f-b7db-bb5a6d82336c","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-07-16 at 4.36.47 PM (2).jpeg","disabled":true}]},"url":"{{ocr_url}}/ind00011b"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:52:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"85d2226c-3d88-484e-bce4-a13afe7cd035"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMflhGXxBcwEINg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7956-5b668a9f1d38e6201614af30;Parent=634c23bd8a9b2f8f;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"7912604749667631\",\n    \"sequenceid\": \"7912604749667631\",\n    \"request_time\": \"2025-09-20T15:22:22.175585\",\n    \"response_time\": \"2025-09-20T15:22:22.175779\"\n}"},{"id":"b823701a-f21e-4598-8e4f-c1e352657085","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-07-16 at 4.36.47 PM (2).jpeg"}]},"url":"{{ocr_url}}/ind00011b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:51:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"759aa5ed-1950-4bed-86ad-347d770262f8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMfd8HeEhcwEHCg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7925-3bb6a1eb1c91aea949147d0d;Parent=7e8c1acdab7e222b;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"a0e0906a-dab3-43b1-9580-5506b52ecc00","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-07-16 at 4.36.47 PM (2).jpeg"}]},"url":"{{ocr_url}}/ind00011b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:51:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"88ce5944-9d01-40ce-a884-016a9fa4d64d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMfhsHLehcwEfuw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce793d-1d470d744fb09a8434ad285a;Parent=59bdccb4367723be;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"d5f6b9d8-f839-4d58-b70a-529798ad25a6","name":"Incorrect Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"e72a8552-83ab-4b19-a0cc-1b9b2e147144","src":"/C:/Users/Nagpur_it_hub/Downloads/WhatsApp Image 2025-08-12 at 10.13.29 PM.jpeg"}]},"url":"{{ocr_url}}/ind00011b"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:50:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ecd692db-3c3c-4ad6-b817-33a6a578dcbe"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"324"},{"key":"x-amz-apigw-id","value":"RMfQqEOPhcwEFog="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce78d0-2479925148fd6f390f2a492a;Parent=0aacdf214b00a3ad;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"5285065249591805\",\n    \"sequenceid\": \"5285065249591805\",\n    \"request_time\": \"2025-09-20T15:20:08.639696\",\n    \"response_time\": \"2025-09-20T15:20:11.475054\",\n    \"errors\": {\n        \"document\": \"No Payment Slip Detected.\"\n    }\n}"}],"_postman_id":"6f03e0c3-1066-430f-b1c7-e486bf9d090d"},{"name":"Salary Slip","id":"5692b4a4-d570-40a5-a0b5-a4cccf8bb3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","src":"/C:/Users/Nagpur_it_hub/Downloads/AMAN GADPALE salary slip (1) (2).pdf"}]},"url":"{{ocr_url}}/ind00010b","urlObject":{"path":["ind00010b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"5fece585-469d-42f4-8921-298ec3e51ab5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195"},{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","src":"/C:/Users/Nagpur_it_hub/Downloads/AMAN GADPALE salary slip (1) (2).pdf"}]},"url":"{{ocr_url}}/ind00010b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 12:52:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"955"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ef872b6f-3a2c-4ac9-9c27-013dcefce77b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"955"},{"key":"x-amz-apigw-id","value":"MxdUkHivBcwEMSw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-685d4283-76dd613f7036ba7e3e30ab94;Parent=6398f0dee3bb36d9;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_type\": \"Salary Slip\",\n        \"employee_full_name\": \"AMAN GADPALE\",\n        \"employee_company_name\": \"WASSERSTOFF INNOVATION & LEARNING LABS PRIVATE LIMITED\",\n        \"employee_address\": \"Wasserstoff, Spaze IT Tech, Tower B4, 9th Floor, Unit No. 911, Sohna Road, Sector-49, Gurgaon\",\n        \"employee_date_of_joining\": \"19/02/2024\",\n        \"employee_designation\": \"UI/UX Designer\",\n        \"employee_bank_account_number\": \"SBI-38246626174\",\n        \"employee_uan\": null,\n        \"employee_pan\": null,\n        \"employee_basic_pay\": \"16667\",\n        \"employee_variable_pay\": null,\n        \"employee_corporate_loan_amount\": null,\n        \"employee_net_pay\": \"33333\",\n        \"salary_currency\": null,\n        \"salary_month_of_issue\": \"April\",\n        \"salary_year_of_issue\": \"2024\"\n    },\n    \"requestid\": \"5028087356043199\",\n    \"sequenceid\": \"5028087356043199\",\n    \"request_time\": \"2025-06-26T18:22:20.657942\",\n    \"response_time\": \"2025-06-26T18:22:25.146467\"\n}"},{"id":"4e48e2a8-3386-4802-95cb-f78870982bea","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195"},{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","value":null}]},"url":"{{ocr_url}}/ind00010b"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 12:54:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"51eb92a6-5a8d-4bbc-943a-0f9c7f14ce55"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"MxdrzHJfhcwEbOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-685d4317-104b6cb670c2b79b3b809130;Parent=5449555d33b4e42e;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"1332131365433321\",\n    \"sequenceid\": \"1332131365433321\",\n    \"request_time\": \"2025-06-26T18:24:47.966790\",\n    \"response_time\": \"2025-06-26T18:24:47.966958\"\n}"},{"id":"c9fa1f86-60d5-420b-a5b5-1cf733cf39e9","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","src":"/C:/Users/Nagpur_it_hub/Downloads/AMAN GADPALE salary slip (1) (2).pdf"}]},"url":"{{base_url}}/ind00010b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 13:03:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"063ed694-c353-4dd7-a9ef-0e6fb0bc7472"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"MxfBPGgMBcwEaTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-685d453a-6411d12e78b1d36a5c78ff63;Parent=01549ebabec1806c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"30d2581b-a1b0-468e-89cd-3f4bf457d2f1","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97"},{"key":"Content-Type","value":"image/jpeg","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/PAN OCR/0frf2.jpg"}]},"url":"{{ocr_url}}/ind00010b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:47:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e8e37a93-5ad0-4ccf-a238-4706ddc6caa5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMe6yFP9hcwEF8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7844-0f52331d68bbeac414594df6;Parent=53c919c1ff7b1a9e;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"9a8fcbe6-7771-4257-b0b4-ca44e4bf43ac","name":"Incorrect Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195"},{"key":"Content-Type","value":"image/jpeg","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"36bb9563-eb28-4366-bee1-aca6a46f9c7d","src":"/C:/Users/Nagpur_it_hub/Downloads/rekyc/pushpank bansod doc/Passport_Pushpank_Bansod_back-_1_.heif"}]},"url":"{{ocr_url}}/ind00010b"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 13:11:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"323"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fab6c43f-99fe-42d2-95ed-707ce49efaa5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"323"},{"key":"x-amz-apigw-id","value":"MxgDbEcvBcwES8Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-685d46e2-7ed38c882016270a542426b3;Parent=7e6f7b678158539e;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"3543921114311442\",\n    \"sequenceid\": \"3543921114311442\",\n    \"request_time\": \"2025-06-26T18:40:58.348439\",\n    \"response_time\": \"2025-06-26T18:41:02.262279\",\n    \"errors\": {\n        \"document\": \"No Salary Slip Detected.\"\n    }\n}"}],"_postman_id":"5692b4a4-d570-40a5-a0b5-a4cccf8bb3d9"}],"id":"e81eed14-2f42-474b-b2cc-4c5b2b9886ec","description":"<p>Billing Document OCR services by AZAPI encompass Image or PDF e-Invoice, Image or PDF Invoice. These services utilize advanced Optical Character Recognition (OCR) technology to accurately extract and process information from various billing documents. You can submit images or PDF files via API requests, enabling efficient digitization and automation of billing data for streamlined financial processes and compliance.</p>\n","_postman_id":"e81eed14-2f42-474b-b2cc-4c5b2b9886ec"},{"name":"Bank Document","item":[{"name":"Bank Passbook","id":"08c222d1-e0ec-4423-a189-56da0ab1cd64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-f33199dfaf5916ca358991904cd84210263a0db631e664c837a35833df5ba457","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/passbook/1700583589206.jpg"}]},"url":"{{ocr_url}}/bank0001d","urlObject":{"path":["bank0001d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"788f2916-f4f7-4611-9530-9162eca59baf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-f33199dfaf5916ca358991904cd84210263a0db631e664c837a35833df5ba457","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/passbook/1700583589206.jpg"}]},"url":"{{ocr_url}}/bank0001d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Dec 2024 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7203bd4b-c827-4620-9241-2b823924b642"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"385"},{"key":"x-amz-apigw-id","value":"DZqNgEsJhcwEe6w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-676d5722-1be5260e5b349a18328eb74f;Parent=2ed2de3879f199e0;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_type\": \"Bank Passbook\",\n        \"id_account_number\": \"38985774212\",\n        \"id_ifsc_code\": \"SBIN0003462\"\n    },\n    \"requestid\": \"4818779376205562\",\n    \"sequenceid\": \"4818779376205562\",\n    \"request_time\": \"2024-12-26T18:46:18.887651\",\n    \"response_time\": \"2024-12-26T18:46:23.334473\"\n}"},{"id":"431c4642-95f8-498f-a084-fe5ba7cb3ed0","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-e6c6963d72cdccf8bf0ff69763a1887affb1921c832151eb5c5e4eb279bb0912","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/passbook/1700583589206.jpg"}]},"url":"{{ocr_url}}/bank0001d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Dec 2024 13:17:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"adac2c06-3bae-4d0e-bd04-1069e52fbec2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"DZqXGEB1hcwEJHg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-676d5760-495f17b86d15c7f213e656e8;Parent=142218e21a5e89e8;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"7235003813549707\",\n    \"sequenceid\": \"7235003813549707\",\n    \"request_time\": \"2024-12-26T18:47:20.252988\",\n    \"response_time\": \"2024-12-26T18:47:20.253641\"\n}"},{"id":"935c0f08-80a0-43ea-8d4f-9210c9390cf4","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/passbook/1700583589206.jpg"}]},"url":"{{ocr_url}}/bank0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Dec 2024 13:17:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"820cfc36-8467-4b28-8a19-1c571b2cfef0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"DZqaWERLBcwEFig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-676d5775-7a828fc0574393e25d15e721;Parent=56b1852afc91a515;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"0bf73d5c-98e3-4aec-93a5-4f3a1c25e8ce","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"e6c6963d72cdccf8bf0ff69763a1887affb1921c832151eb5c5e4eb279bb0912","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/passbook/1700583589206.jpg"}]},"url":"{{ocr_url}}/bank0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Dec 2024 13:18:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2db1e057-ec17-46d9-9036-a72d9ba3f350"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"DZqjdGY_BcwEQ7g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-676d57af-164ce04328aa31e13b93c7f7;Parent=0c20af21dc1014d5;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"08c222d1-e0ec-4423-a189-56da0ab1cd64"},{"name":"Bank Cheque","id":"2c3d7e03-62a6-4926-9854-c0ab00c570d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"0861eb12-8795-4a20-8cf4-db9643d5c46b","src":"/C:/ocr/ocr/cheque/IMG20240212145951_BURST000_COVER.jpg"}]},"url":"{{ocr_url}}/bank0003d","urlObject":{"path":["bank0003d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"6aae3f03-930c-4e91-861e-1dcceedac1e4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"0861eb12-8795-4a20-8cf4-db9643d5c46b","src":"/C:/ocr/ocr/cheque/IMG20240212145951_BURST000_COVER.jpg"}]},"url":"{{ocr_url}}/bank0003d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:45:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"477"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"75897587-bd6d-4401-9dd5-cda564de1e3f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"477"},{"key":"x-amz-apigw-id","value":"Jk0nyGdkhcwEC1w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b67ca-1567191f524254ed2c36ea89;Parent=53703e4773c1784c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_account_number\": \"3898254054\",\n        \"id_cheque_number\": \"002949\",\n        \"id_ifsc_code\": \"CBIN0283465\",\n        \"id_micr_code\": \"440016011\",\n        \"id_bank_name\": \"Central Bank of India\",\n        \"id_type\": \"Cheque\"\n    },\n    \"requestid\": \"7047099022202339\",\n    \"sequenceid\": \"7047099022202339\",\n    \"request_time\": \"2025-04-25T16:15:31.717318\",\n    \"response_time\": \"2025-04-25T16:15:37.704804\"\n}"},{"id":"5b63dd58-9276-4f72-b2df-686b7bf2e972","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"0861eb12-8795-4a20-8cf4-db9643d5c46b","src":"/C:/ocr/ocr/aadhaar-batch-data/00py1.jpg"}]},"url":"{{ocr_url}}/bank0003d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:47:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"319"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b0a7c2f1-d24a-4687-a313-e738276c7d2b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"319"},{"key":"x-amz-apigw-id","value":"Jk01uGh7BcwEUQg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b6824-367b2e096d0400ff76364439;Parent=60ba4b98fe6277c1;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"4278249549765881\",\n    \"sequenceid\": \"4278249549765881\",\n    \"request_time\": \"2025-04-25T16:17:00.582599\",\n    \"response_time\": \"2025-04-25T16:17:03.433925\",\n    \"errors\": {\n        \"document\": \"No Cheque Detected.\"\n    }\n}"},{"id":"15db44a7-bdca-4999-a458-b4446876fb32","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"488195d3-8844-492e-b878-e0974333aa60","src":"/C:/ocr/ocr/aadhaar-batch-data/0a4ma.jpg"}]},"url":"{{ocr_url}}/bank0003d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:47:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"51ccdf4e-4245-4a17-a0b0-340941468eb1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk08IEIahcwERvw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b684d-7ad6c9bb4b6de65231f5cfdc;Parent=34a5cfdb80ddf7d5;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"09e9679a-ae37-4cdd-85a7-3e36dad75cfd","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab53919","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"488195d3-8844-492e-b878-e0974333aa60","src":"/C:/ocr/ocr/aadhaar-batch-data/0a4ma.jpg"}]},"url":"{{ocr_url}}/bank0003d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:48:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"532258e3-ca51-41d0-80b4-38a504a38ada"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk1F8EimBcwEelg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b688b-07eb960e73143c2d1bd18262;Parent=2f678c5b35383610;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"2c3d7e03-62a6-4926-9854-c0ab00c570d6"},{"name":"Bank Cheque Advance","id":"357e4904-0932-4dad-9b5b-810da084662b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/cheque/IMG20240209121627.jpg"}]},"url":"{{ocr_url}}/bank0002d","urlObject":{"path":["bank0002d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"57170a34-43dc-4a87-b24d-eca0f2786022","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-210637cb887f5348e0b8c9978aa288844d74ddd87448b7d0c2b2063fab539195","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/cheque/IMG20240209121627.jpg"}]},"url":"{{ocr_url}}/bank0002d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 10:40:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"743"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"853aac8b-88e9-4c70-acfc-68789c817bad"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"743"},{"key":"x-amz-apigw-id","value":"JkzzSFJhBcwEdag="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b667a-6e64f6dc5f2ccb701b611329;Parent=49b0fa8604f712b1;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_account_number\": \"921020053146937\",\n        \"id_cheque_number\": \"335445\",\n        \"id_ifsc_code\": \"UTIB0000805\",\n        \"id_micr_code\": \"440211006\",\n        \"id_bank_name\": \"AXIS BANK LTD\",\n        \"id_account_holder\": \"PRASANNA DEVELOPERS\",\n        \"id_type\": \"Cheque\",\n        \"id_branch\": \"WARDHA ROAD, NAGPUR\",\n        \"id_bank_details\": {\n            \"id_address\": \"WARDHA ROAD, NAGPUR [MH], NAGPUR, 440015\",\n            \"id_branch\": \"WARDHA ROAD\",\n            \"id_city\": \"NAGPUR\",\n            \"id_contact\": \"\",\n            \"id_district\": \"NAGPUR\",\n            \"id_state\": \"MH\"\n        }\n    },\n    \"requestid\": \"6621142455685162\",\n    \"sequenceid\": \"6621142455685162\",\n    \"request_time\": \"2025-04-25T16:09:58.409757\",\n    \"response_time\": \"2025-04-25T16:10:08.588046\"\n}"},{"id":"fa903b4e-2263-4e3b-beab-c7638e3445eb","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-bd1fcc89ed64a97ca94bcd03f9988b65e04fe44d6d3f92ba5b103496a2079464","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/cheque/16903589033143460R59VRYKESX0.jpg"}]},"url":"{{ocr_url}}/bank0002d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"398"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 10 Dec 2024 13:29:41 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67584244-53e00a5a644158434f32989d;Parent=5ba5d91db69ec650;Sampled=0;Lineage=1:6b8ebe9f:0"},{"key":"x-amzn-RequestId","value":"44f2b90e-428c-4cd5-b76b-bbd7ea4dd3f0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"398"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"x-amz-apigw-id","value":"Ck9K0G6IhcwEeiQ="},{"key":"x-amzn-Remapped-Server","value":"azapi.ai"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, max-age=0, private"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"azapi"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 4ca2ea8d15afdfe722ffef8bcfca181e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PNQ50-P2"},{"key":"X-Amz-Cf-Id","value":"kVrRx8-dgGMrlgge18JZSEF1kdGbSMcGRe1qiDnYsiPO8ROvI_2I1g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"4715549672090716\",\n    \"sequenceid\": \"4715549672090716\",\n    \"request_time\": \"2024-12-10T18:59:40.927195\",\n    \"response_time\": \"2024-12-10T18:59:41.016261\"\n}"},{"id":"a9fb8df8-303a-40a5-9d6c-7db21c7e7867","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/cheque/16903589033143460R59VRYKESX0.jpg"}]},"url":"{{ocr_url}}/bank0002d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Dec 2024 13:25:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7c4c5af5-e515-465a-802a-a9bac8da5e2f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Ck8lcF3fhcwEQUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67584155-4cdbb38b04c7d48d0a9d12b9;Parent=50d2c76a0ea9addb;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"5c344d27-24a5-4e47-8476-b4079a06017d","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-063a159babadc6f324220f8dbc63606061827ae228c6115b8016868ffcdab","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/ocr/ocr/cheque/16903589033143460R59VRYKESX0.jpg"}]},"url":"{{ocr_url}}/bank0002d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Dec 2024 13:26:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"434b2006-db11-4aa3-96d2-280c6a4d3a3e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Ck8ubFa6hcwEcfQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6758418e-6b55da003b0634227f2ea880;Parent=1e9cbb89a72340f9;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"a4a0c725-3e05-4aea-ab66-0f7430481349","name":"No Document Detected","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ab5cd4e693cab07af1195177f31d9f4186d2b0c9eff9758606a365f940303db6","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/azlog/Downloads/fake-cheque.jpg"}]},"url":"{{ocr_url}}/bank0002d"},"status":"Not Implemented","code":501,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Dec 2024 12:38:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"316"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b1e0e767-1654-4072-a187-eae5657f217b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"316"},{"key":"x-amz-apigw-id","value":"Ck1poGsYBcwEP2Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6758363d-7b50fbee611a37182543f643;Parent=0bb733f5502f0b07;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"output\": null,\n    \"message\": \"Wrong Document Type.\",\n    \"errors\": {\n        \"document\": \"No Check Detected\"\n    },\n    \"requestid\": \"5224471420713888\",\n    \"sequenceid\": \"5224471420713888\",\n    \"request_time\": \"2024-12-10T18:08:21.327500\",\n    \"response_time\": \"2024-12-10T18:08:23.483052\"\n}"}],"_postman_id":"357e4904-0932-4dad-9b5b-810da084662b"},{"name":"Bank Statement","id":"b9c2761c-3db5-4185-a8a4-4676a5e20891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/3cddc858-6981-4dd1-89d8-df766c1583ef.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20251001%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251001T094804Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=45676da79c12ca3e4a44107ed9da7321315d424f3bfa34194ea38f1f5f981ceb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/bank0004d","urlObject":{"path":["bank0004d"],"host":["{{invoice_url}}"],"query":[],"variable":[]}},"response":[{"id":"b5081bea-803b-4aef-89f5-a03d66174ae7","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a3","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"b2f57514-01ec-4f77-9f51-f03ebd9ae203","src":"/C:/Users/Nagpur_it_hub/Downloads/Account_stmt_XX3523_12072025 8page.pdf"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 01 Oct 2025 09:48:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"RwvQ_gK-hcwEJVQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/3cddc858-6981-4dd1-89d8-df766c1583ef.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20251001%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251001T094804Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=45676da79c12ca3e4a44107ed9da7321315d424f3bfa34194ea38f1f5f981ceb\"\n}"},{"id":"d91c02ef-25f8-48f6-903d-654752ed4653","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/3cddc858-6981-4dd1-89d8-df766c1583ef.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20251001%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251001T094804Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=45676da79c12ca3e4a44107ed9da7321315d424f3bfa34194ea38f1f5f981ceb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/bank0004d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Wed, 01 Oct 2025 09:51:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47838"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"page-1\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"account_number\": \"917010084293523\",\n                    \"bank_name\": \"AXIS BANK\",\n                    \"period\": \"01-04-2024 To: 31-03-2025\",\n                    \"ifsc_code\": \"UTIB0000639\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"03-04-2024\",\n                            \"narration\": \"UPI/P2A/409408574023/ANIKET NARESH DHAMANG/March/Bank of India\",\n                            \"cheque/Reference_no\": \"409408574023\",\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20603.61\"\n                        },\n                        {\n                            \"date\": \"03-04-2024\",\n                            \"narration\": \"UPI/P2A/409422277806/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"409422277806\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"8000.00\",\n                            \"balance\": \"28603.61\"\n                        },\n                        {\n                            \"date\": \"04-04-2024\",\n                            \"narration\": \"UPI/P2M/446140663714/PhonePe /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"446140663714\",\n                            \"withdrawl_amount\": \"360.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28243.61\"\n                        },\n                        {\n                            \"date\": \"09-04-2024\",\n                            \"narration\": \"UPI/P2A/410016230902/WAMAN GOMAJI GHONMODE/NO REM/Bank of Maharashtra\",\n                            \"cheque/Reference_no\": \"410016230902\",\n                            \"withdrawl_amount\": \"4600.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23643.61\"\n                        },\n                        {\n                            \"date\": \"10-04-2024\",\n                            \"narration\": \"AXISDIRECT/BP499039/10-04-2024/09:04\",\n                            \"cheque/Reference_no\": \"BP499039\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18643.61\"\n                        },\n                        {\n                            \"date\": \"10-04-2024\",\n                            \"narration\": \"UPI/P2A/446770136133/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"446770136133\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"17143.61\"\n                        },\n                        {\n                            \"date\": \"10-04-2024\",\n                            \"narration\": \"UPI/P2A/410115567286/RAM GHONMODE /NO REM/HDFC BANK LTD\",\n                            \"cheque/Reference_no\": \"410115567286\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"12143.61\"\n                        },\n                        {\n                            \"date\": \"12-04-2024\",\n                            \"narration\": \"UPI/P2A/410322948355/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"410322948355\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"32143.61\"\n                        },\n                        {\n                            \"date\": \"15-04-2024\",\n                            \"narration\": \"AXISDIRECT/BP845227/15-04-2024/09:04\",\n                            \"cheque/Reference_no\": \"BP845227\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29143.61\"\n                        },\n                        {\n                            \"date\": \"15-04-2024\",\n                            \"narration\": \"UPI/P2A/447285604003/LANKESH WAMAN BHARADK/Paymen/India Post Payments\",\n                            \"cheque/Reference_no\": \"447285604003\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29043.61\"\n                        },\n                        {\n                            \"date\": \"15-04-2024\",\n                            \"narration\": \"UPI/P2A/447287177343/LANKESH WAMAN BHARADK/Paymen/India Post Payments\",\n                            \"cheque/Reference_no\": \"447287177343\",\n                            \"withdrawl_amount\": \"1900.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27143.61\"\n                        },\n                        {\n                            \"date\": \"17-04-2024\",\n                            \"narration\": \"UPI/P2M/447459207711/DHANASHREE MEDICAL S /Paymen/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"447459207711\",\n                            \"withdrawl_amount\": \"4029.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23114.61\"\n                        },\n                        {\n                            \"date\": \"17-04-2024\",\n                            \"narration\": \"UPI/P2M/410819761035/Maharashtra Council o/Mahara/State Bank Of India\",\n                            \"cheque/Reference_no\": \"410819761035\",\n                            \"withdrawl_amount\": \"3500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19614.61\"\n                        },\n                        {\n                            \"date\": \"17-04-2024\",\n                            \"narration\": \"UPI/P2M/447489023848/SHRI NIRMAL COMPUTERS/Paymen/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"447489023848\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19514.61\"\n                        },\n                        {\n                            \"date\": \"18-04-2024\",\n                            \"narration\": \"UPI/P2A/410969049510/BHAGESH U/State Ban/UPI/\",\n                            \"cheque/Reference_no\": \"410969049510\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"2000.00\",\n                            \"balance\": \"21514.61\"\n                        },\n                        {\n                            \"date\": \"21-04-2024\",\n                            \"narration\": \"SMS Alerts Chrgs Incl GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"2.36\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"21512.25\"\n                        },\n                        {\n                            \"date\": \"21-04-2024\",\n                            \"narration\": \"UPI/P2A/411223272923/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"411223272923\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"41512.25\"\n                        },\n                        {\n                            \"date\": \"22-04-2024\",\n                            \"narration\": \"AXISDIRECT/BQ528411/22-04-2024/09:04\",\n                            \"cheque/Reference_no\": \"BQ528411\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38512.25\"\n                        },\n                        {\n                            \"date\": \"24-04-2024\",\n                            \"narration\": \"UPI/P2A/448121983340/GAURAV MADHUKAR SHEND/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"448121983340\",\n                            \"withdrawl_amount\": \"1000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"37512.25\"\n                        },\n                        {\n                            \"date\": \"24-04-2024\",\n                            \"narration\": \"UPI/P2A/448159705274/GAURAV MADHUKAR SHEND/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"448159705274\",\n                            \"withdrawl_amount\": \"2000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"35512.25\"\n                        },\n                        {\n                            \"date\": \"01-05-2024\",\n                            \"narration\": \"UPI/P2A/448895205568/KAILASH NILKANTHA DHA/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"448895205568\",\n                            \"withdrawl_amount\": \"800.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34712.25\"\n                        },\n                        {\n                            \"date\": \"01-05-2024\",\n                            \"narration\": \"UPI/P2A/412218691644/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"412218691644\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"6000.00\",\n                            \"balance\": \"40712.25\"\n                        },\n                        {\n                            \"date\": \"03-05-2024\",\n                            \"narration\": \"UPI/P2M/412407443035/Shri Ganral Shop /HWc re/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"412407443035\",\n                            \"withdrawl_amount\": \"320.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"40392.25\"\n                        }\n                    ]\n                },\n                \"requestid\": \"0384383474459672\",\n                \"sequenceid\": \"0384383474459672\",\n                \"request_time\": \"2025-10-01T15:21:05.973966\",\n                \"response_time\": \"2025-10-01T15:21:05.978723\"\n            },\n            200\n        ],\n        \"page-2\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"\",\n                    \"period\": \"01-04-2024 to 30-06-2024\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"05-05-2024\",\n                            \"narration\": \"UPI/CRADJ/410819761035/04.05.2024\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"41892.25\"\n                        },\n                        {\n                            \"date\": \"07-05-2024\",\n                            \"narration\": \"UPI/P2A/449406651464/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"40392.25\"\n                        },\n                        {\n                            \"date\": \"08-05-2024\",\n                            \"narration\": \"UPI/P2M/449509957620/PhonePe /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"480.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"39912.25\"\n                        },\n                        {\n                            \"date\": \"10-05-2024\",\n                            \"narration\": \"AXISDIRECT/BS308280/10-05-2024/09:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34912.25\"\n                        },\n                        {\n                            \"date\": \"13-05-2024\",\n                            \"narration\": \"AXISDIRECT/BS400033/13-05-2024/09:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"31912.25\"\n                        },\n                        {\n                            \"date\": \"15-05-2024\",\n                            \"narration\": \"UPI/P2M/450264858658/JIOIN APP DIRECT /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"242.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"31670.25\"\n                        },\n                        {\n                            \"date\": \"17-05-2024\",\n                            \"narration\": \"UPI/P2M/450404081932/DHANASHREE MEDICAL S/Paymen/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"2022.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29648.25\"\n                        },\n                        {\n                            \"date\": \"22-05-2024\",\n                            \"narration\": \"AXISDIRECT/T144980/22-05-2024/09:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"14843.11\",\n                            \"balance\": \"44491.36\"\n                        },\n                        {\n                            \"date\": \"23-05-2024\",\n                            \"narration\": \"AXISDIRECT/BT288345/23-05-2024/04:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"41491.36\"\n                        },\n                        {\n                            \"date\": \"29-05-2024\",\n                            \"narration\": \"UPI/P2A/415011880928/VIRENDRA /Bank of I/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"41591.36\"\n                        },\n                        {\n                            \"date\": \"29-05-2024\",\n                            \"narration\": \"UPI/P2A/415015357093/VIRENDRA /Bank of I/Paid kir/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"30000.00\",\n                            \"balance\": \"71591.36\"\n                        },\n                        {\n                            \"date\": \"30-05-2024\",\n                            \"narration\": \"UPI/P2M/415100550302/Vighnesh Daily Needs /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"330.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"71261.36\"\n                        },\n                        {\n                            \"date\": \"31-05-2024\",\n                            \"narration\": \"NEFT/N152243063933036/HDFC MUTUAL FUND REDEMPTION/HDFC BANK/NEFT 17992726 006003500256\",\n                            \"cheque/Reference_no\": \"17992726\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"64441.65\",\n                            \"balance\": \"135703.01\"\n                        },\n                        {\n                            \"date\": \"31-05-2024\",\n                            \"narration\": \"AXISDIRECT/U537549/31-05-2024/06:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"107843.54\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27859.47\"\n                        },\n                        {\n                            \"date\": \"31-05-2024\",\n                            \"narration\": \"AXISDIRECT/U565940/31-05-2024/08:05\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"223.79\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27635.68\"\n                        },\n                        {\n                            \"date\": \"01-06-2024\",\n                            \"narration\": \"UPI/P2A/415376310137/DHIRAJ BHAGWAN SAHARE/Paymen/The Gadchiroli Distr\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"26135.68\"\n                        },\n                        {\n                            \"date\": \"02-06-2024\",\n                            \"narration\": \"UPI/P2M/415481741094/Gayatri Medicine /Atya m/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"510.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25625.68\"\n                        },\n                        {\n                            \"date\": \"06-06-2024\",\n                            \"narration\": \"UPI/P2A/415815655021/ANIKET NARESH DHAMANG/May M/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"4500.00\",\n                            \"balance\": \"21125.68\"\n                        },\n                        {\n                            \"date\": \"07-06-2024\",\n                            \"narration\": \"AXISDIRECT/V098632/07-06-2024/03:06\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"59.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"21066.68\"\n                        },\n                        {\n                            \"date\": \"10-06-2024\",\n                            \"narration\": \"AXISDIRECT/BV188972/10-06-2024/09:06\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"16066.68\"\n                        },\n                        {\n                            \"date\": \"10-06-2024\",\n                            \"narration\": \"UPI/P2A/416211884216/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"36066.68\"\n                        },\n                        {\n                            \"date\": \"10-06-2024\",\n                            \"narration\": \"UPI/P2A/452818363905/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"34566.68\"\n                        },\n                        {\n                            \"date\": \"13-06-2024\",\n                            \"narration\": \"AXISDIRECT/BV503820/13-06-2024/09:06\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"31566.68\"\n                        },\n                        {\n                            \"date\": \"15-06-2024\",\n                            \"narration\": \"UPI/P2A/453390235058/KAILASH NILKANTHA DHA/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"930.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30636.68\"\n                        },\n                        {\n                            \"date\": \"17-06-2024\",\n                            \"narration\": \"UPI/P2M/416977508939/Shri Ganral Shop /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30536.68\"\n                        },\n                        {\n                            \"date\": \"17-06-2024\",\n                            \"narration\": \"UPI/P2M/453503872212/MANOJ PRABHAKARRAO DU/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"465.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30071.68\"\n                        },\n                        {\n                            \"date\": \"18-06-2024\",\n                            \"narration\": \"UPI/P2M/417008404359/Gayatri Medicine /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"96.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29975.68\"\n                        },\n                        {\n                            \"date\": \"19-06-2024\",\n                            \"narration\": \"UPI/P2M/453704416926/JAI AMBIKA KIRANA GE/Kirana/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"606.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29369.68\"\n                        },\n                        {\n                            \"date\": \"20-06-2024\",\n                            \"narration\": \"AXISDIRECT/BV992726/20-06-2024/09:06\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26369.68\"\n                        },\n                        {\n                            \"date\": \"20-06-2024\",\n                            \"narration\": \"UPI/P2M/453816050791/JIOIN APP DIRECT /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"151.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26218.68\"\n                        },\n                        {\n                            \"date\": \"01-07-2024\",\n                            \"narration\": \"SB:917010084293523:Int.Pd:01-04-2024 to 30-06-2024\",\n                            \"cheque/Reference_no\": \"917010084293523\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"238.00\",\n                            \"balance\": \"26456.68\"\n                        },\n                        {\n                            \"date\": \"01-07-2024\",\n                            \"narration\": \"UPI/P2M/418374957170/ANIL CLOTH CENTRE /Pranit/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1200.00\",\n                            \"balance\": \"25256.68\"\n                        },\n                        {\n                            \"date\": \"02-07-2024\",\n                            \"narration\": \"UPI/P2A/418409968801/ANIKET NARESH DHAMANG/Jun mo/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"4500.00\",\n                            \"balance\": \"20756.68\"\n                        },\n                        {\n                            \"date\": \"08-07-2024\",\n                            \"narration\": \"UPI/P2A/455676260988/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"19256.68\"\n                        }\n                    ]\n                },\n                \"requestid\": \"7208609718521761\",\n                \"sequenceid\": \"7208609718521761\",\n                \"request_time\": \"2025-10-01T15:21:05.978791\",\n                \"response_time\": \"2025-10-01T15:21:05.985976\"\n            },\n            200\n        ],\n        \"page-3\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"AXIS\",\n                    \"period\": \"\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"10-07-2024\",\n                            \"narration\": \"AXISDIRECT/BZ518820/10-07-2024/09:07\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"14256.68\"\n                        },\n                        {\n                            \"date\": \"10-07-2024\",\n                            \"narration\": \"UPI/P2A/419212487437/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"34256.68\"\n                        },\n                        {\n                            \"date\": \"10-07-2024\",\n                            \"narration\": \"UPI/P2M/455871954239/JIOIN APP DIRECT /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"212.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34044.68\"\n                        },\n                        {\n                            \"date\": \"15-07-2024\",\n                            \"narration\": \"AXISDIRECT/B486924A/15-07-2024/09:07\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"31044.68\"\n                        },\n                        {\n                            \"date\": \"22-07-2024\",\n                            \"narration\": \"AXISDIRECT/B951910A/22-07-2024/10:07\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28044.68\"\n                        },\n                        {\n                            \"date\": \"31-07-2024\",\n                            \"narration\": \"AXIS BANK LIMIT/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"40.00\",\n                            \"balance\": \"28084.68\"\n                        },\n                        {\n                            \"date\": \"01-08-2024\",\n                            \"narration\": \"UPI/P2A/421409789210/ANIKET NARESH DHAMANG/July/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23584.68\"\n                        },\n                        {\n                            \"date\": \"03-08-2024\",\n                            \"narration\": \"UPI/P2A/458275274167/Miss TEJASVINI GURUDA/Paymen/Bank of Maharashtra\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23484.68\"\n                        },\n                        {\n                            \"date\": \"03-08-2024\",\n                            \"narration\": \"UPI/P2A/458231680077/Miss. TEJASVINI GURUDA/Paymen/Bank of Maharashtra\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1900.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"21584.68\"\n                        },\n                        {\n                            \"date\": \"05-08-2024\",\n                            \"narration\": \"UPI/P2A/458461710283/Mr Sachin Ashokrao Gh/Paymen/Bank of Maharashtra\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"350.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"21234.68\"\n                        },\n                        {\n                            \"date\": \"08-08-2024\",\n                            \"narration\": \"UPI/P2A/458770720643/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19734.68\"\n                        },\n                        {\n                            \"date\": \"09-08-2024\",\n                            \"narration\": \"ATM-CASH/Navargaon/Chandrapur/090824\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"4000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"15734.68\"\n                        },\n                        {\n                            \"date\": \"09-08-2024\",\n                            \"narration\": \"UPI/P2M/422291662024/Vighnesh Daily Needs /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"170.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"15564.68\"\n                        },\n                        {\n                            \"date\": \"09-08-2024\",\n                            \"narration\": \"UPI/P2A/422222860801/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"35564.68\"\n                        },\n                        {\n                            \"date\": \"09-08-2024\",\n                            \"narration\": \"UPI/P2A/422222329381/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"55564.68\"\n                        },\n                        {\n                            \"date\": \"09-08-2024\",\n                            \"narration\": \"UPI/P2A/422222275631/VIRENDRA ABAJI MUNGMO/NO REM/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"50564.68\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI/P2M/458982712938/AKASH DAMODHAR SATPAI/Paymen/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"595.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"49969.68\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI/P2A/422318790832/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"59969.68\"\n                        },\n                        {\n                            \"date\": \"12-08-2024\",\n                            \"narration\": \"AXISDIRECT/B325329D/12-08-2024/09:08\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"54969.68\"\n                        },\n                        {\n                            \"date\": \"13-08-2024\",\n                            \"narration\": \"UPI/P2A/422609654143/VIRENDRA ABAJI MUNGMO/NO REM/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"9000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"45969.68\"\n                        },\n                        {\n                            \"date\": \"13-08-2024\",\n                            \"narration\": \"UPI/P2A/422609557623/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5000.00\",\n                            \"balance\": \"50969.68\"\n                        },\n                        {\n                            \"date\": \"13-08-2024\",\n                            \"narration\": \"AXISDIRECT/B447114D/13-08-2024/09:08\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"47969.68\"\n                        },\n                        {\n                            \"date\": \"14-08-2024\",\n                            \"narration\": \"UPI/P2A/422730092879/BHAGESH U/State Ban/UPI/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1500.00\",\n                            \"balance\": \"49469.68\"\n                        },\n                        {\n                            \"date\": \"18-08-2024\",\n                            \"narration\": \"UPI/P2M/459781279670/MILTON READYMADE STOR/Kapda/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1745.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"47724.68\"\n                        },\n                        {\n                            \"date\": \"20-08-2024\",\n                            \"narration\": \"AXISDIRECT/B035853G/20-08-2024/09:08\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"44724.68\"\n                        },\n                        {\n                            \"date\": \"29-08-2024\",\n                            \"narration\": \"UPI/P2A/424221400865/Prafulla /State Ban/camp/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"8000.00\",\n                            \"balance\": \"52724.68\"\n                        },\n                        {\n                            \"date\": \"29-08-2024\",\n                            \"narration\": \"ACH-CR-GUJARAT PIPAVAV PORT-NACH-2450352\",\n                            \"cheque/Reference_no\": \"2450352\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"740.00\",\n                            \"balance\": \"53464.68\"\n                        },\n                        {\n                            \"date\": \"30-08-2024\",\n                            \"narration\": \"UPI/P2A/460919009012/SONIYA SANJAY KOYCHAD/Paymen/India Post Payments\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"53364.68\"\n                        },\n                        {\n                            \"date\": \"30-08-2024\",\n                            \"narration\": \"UPI/P2A/460901819976/SONIYA SANJAY KOYCHAD/Paymen/India Post Payments\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"6400.00\",\n                            \"balance\": \"46964.68\"\n                        },\n                        {\n                            \"date\": \"06-09-2024\",\n                            \"narration\": \"UPI/P2A/880973502768/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"400.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"46564.68\"\n                        },\n                        {\n                            \"date\": \"10-09-2024\",\n                            \"narration\": \"AXISDIRECT/B423803S/10-09-2024/09:09\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"41564.68\"\n                        },\n                        {\n                            \"date\": \"13-09-2024\",\n                            \"narration\": \"AXISDIRECT/B229870T/13-09-2024/11:09\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38564.68\"\n                        },\n                        {\n                            \"date\": \"18-09-2024\",\n                            \"narration\": \"UPI/P2A/426218322892/SHEELKUMAR BABANRAO D/Mumbai/ICICI Bank\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38464.68\"\n                        },\n                        {\n                            \"date\": \"18-09-2024\",\n                            \"narration\": \"UPI/P2A/426218322892/917010084293523/1809 24/ICICI Bank\",\n                            \"cheque/Reference_no\": \"917010084293523\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"100.00\",\n                            \"balance\": \"38564.68\"\n                        }\n                    ]\n                },\n                \"requestid\": \"2743199800691783\",\n                \"sequenceid\": \"2743199800691783\",\n                \"request_time\": \"2025-10-01T15:21:05.986028\",\n                \"response_time\": \"2025-10-01T15:21:05.993152\"\n            },\n            200\n        ],\n        \"page-4\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"\",\n                    \"period\": \"\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"20-09-2024\",\n                            \"narration\": \"AXISDIRECT/B149378U/20-09-2024/09:09\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"35564.68\"\n                        },\n                        {\n                            \"date\": \"20-09-2024\",\n                            \"narration\": \"UPI/P2A/463038932479/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34064.68\"\n                        },\n                        {\n                            \"date\": \"01-10-2024\",\n                            \"narration\": \"SB:917010084293523:Int.Pd:01-07-2024 to 30-09-2024\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"274.00\",\n                            \"balance\": \"34338.68\"\n                        },\n                        {\n                            \"date\": \"02-10-2024\",\n                            \"narration\": \"UPI/P2A/427619720843/ANIKET NARESH DHAMANG/Sep mo/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29838.68\"\n                        },\n                        {\n                            \"date\": \"04-10-2024\",\n                            \"narration\": \"UPI/P2M/427819944435/Prayas Medical Shop /Paymen/Axis Bank Ltd.\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"446.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29392.68\"\n                        },\n                        {\n                            \"date\": \"09-10-2024\",\n                            \"narration\": \"UPI/P2A/464995369534/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1550.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27842.68\"\n                        },\n                        {\n                            \"date\": \"10-10-2024\",\n                            \"narration\": \"UPI/P2A/465083025630/PRAVIN SURESH GAHANE /Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"200.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27642.68\"\n                        },\n                        {\n                            \"date\": \"10-10-2024\",\n                            \"narration\": \"AXISDIRECT/B153936Y/10-10-2024/09:10\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"22642.68\"\n                        },\n                        {\n                            \"date\": \"11-10-2024\",\n                            \"narration\": \"ACH-CR-Olectra Greentech Lt-NACH-0000001125049-00\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"14.00\",\n                            \"balance\": \"22656.68\"\n                        },\n                        {\n                            \"date\": \"11-10-2024\",\n                            \"narration\": \"UPI/P2M/428517399646/ANIL CLOTH CENTRE /Mercha/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"22156.68\"\n                        },\n                        {\n                            \"date\": \"14-10-2024\",\n                            \"narration\": \"AXISDIRECT/B688943Y/14-10-2024/09:10\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19156.68\"\n                        },\n                        {\n                            \"date\": \"15-10-2024\",\n                            \"narration\": \"ACH-CR-SJVN LTD-NACH-1350755-1350755\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"87.75\",\n                            \"balance\": \"19244.43\"\n                        },\n                        {\n                            \"date\": \"17-10-2024\",\n                            \"narration\": \"UPI/P2A/429122578808/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"14000.00\",\n                            \"balance\": \"33244.43\"\n                        },\n                        {\n                            \"date\": \"21-10-2024\",\n                            \"narration\": \"AXISDIRECT/B038053[/21-10-2024/09:10\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30244.43\"\n                        },\n                        {\n                            \"date\": \"23-10-2024\",\n                            \"narration\": \"UPI/P2A/956712956248/ASHISH SHRADRAO RACHA/Paymen/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"379.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29865.43\"\n                        },\n                        {\n                            \"date\": \"23-10-2024\",\n                            \"narration\": \"UPI/P2A/158448950275/SONIYA SANJAY KOYCHAD/Paymen/India Post Payments\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29365.43\"\n                        },\n                        {\n                            \"date\": \"26-10-2024\",\n                            \"narration\": \"SMS Alerts Chrgs Incl GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"2.07\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29363.36\"\n                        },\n                        {\n                            \"date\": \"29-10-2024\",\n                            \"narration\": \"UPI/P2M/232434256960/PRITI STEEL XEROX /Mercha/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"550.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28813.36\"\n                        },\n                        {\n                            \"date\": \"01-11-2024\",\n                            \"narration\": \"UPI/P2A/430609510724/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5000.00\",\n                            \"balance\": \"33813.36\"\n                        },\n                        {\n                            \"date\": \"06-11-2024\",\n                            \"narration\": \"UPI/P2A/431122786655/Mrs KIRTI/Bank of M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"900.00\",\n                            \"balance\": \"34713.36\"\n                        },\n                        {\n                            \"date\": \"07-11-2024\",\n                            \"narration\": \"UPI/P2A/431209456445/ANIKET NARESH DHAMANG/NO REM/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30213.36\"\n                        },\n                        {\n                            \"date\": \"08-11-2024\",\n                            \"narration\": \"UPI/P2M/124391153804/PRITI STEEL XEROX /Mercha/Bank of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1350.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28863.36\"\n                        },\n                        {\n                            \"date\": \"10-11-2024\",\n                            \"narration\": \"UPI/P2M/620154965488/NATIONAL PENSION SYST/639695/HDFC BANK LTD\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28363.36\"\n                        },\n                        {\n                            \"date\": \"11-11-2024\",\n                            \"narration\": \"AXISDIRECT/B467495F/11-11-2024/09:11\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23363.36\"\n                        },\n                        {\n                            \"date\": \"13-11-2024\",\n                            \"narration\": \"AXISDIRECT/B867296F/13-11-2024/09:11\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20363.36\"\n                        },\n                        {\n                            \"date\": \"13-11-2024\",\n                            \"narration\": \"UPI/P2A/468584816378/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18863.36\"\n                        },\n                        {\n                            \"date\": \"21-11-2024\",\n                            \"narration\": \"UPI/P2A/432622527867/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"28863.36\"\n                        },\n                        {\n                            \"date\": \"21-11-2024\",\n                            \"narration\": \"UPI/P2A/432622425595/VIRENDRA ABAJI MUNGMO/NO REM/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"18863.36\"\n                        },\n                        {\n                            \"date\": \"21-11-2024\",\n                            \"narration\": \"UPI/P2A/432622713775/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"28863.36\"\n                        },\n                        {\n                            \"date\": \"22-11-2024\",\n                            \"narration\": \"AXISDIRECT/B909745G/22-11-2024/09:11\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25863.36\"\n                        },\n                        {\n                            \"date\": \"24-11-2024\",\n                            \"narration\": \"UPI/P2A/416142532204/KAILASH NILKANTHA DHA/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"700.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25163.36\"\n                        },\n                        {\n                            \"date\": \"03-12-2024\",\n                            \"narration\": \"ACH-CR-GUJARAT PIPAVAV PORT-NACH-2750932\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"800.00\",\n                            \"balance\": \"25963.36\"\n                        },\n                        {\n                            \"date\": \"05-12-2024\",\n                            \"narration\": \"UPI/P2A/571398957723/Mr ADITYA ARVIND LANJ/Paymen/BANK OF MAHARASHTRA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"710.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25253.36\"\n                        },\n                        {\n                            \"date\": \"06-12-2024\",\n                            \"narration\": \"UPI/P2A/104233735286/ANIKET NARESH DHAMANG/Nov mo/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20753.36\"\n                        },\n                        {\n                            \"date\": \"10-12-2024\",\n                            \"narration\": \"BRN-PYMT-CARD-6529221009177024\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"590.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20163.36\"\n                        }\n                    ]\n                },\n                \"requestid\": \"6176666747304571\",\n                \"sequenceid\": \"6176666747304571\",\n                \"request_time\": \"2025-10-01T15:21:05.993196\",\n                \"response_time\": \"2025-10-01T15:21:05.997140\"\n            },\n            200\n        ],\n        \"page-5\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"\",\n                    \"period\": \"01-10-2024 to 31-12-2024\",\n                    \"ifsc_code\": \"639\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"10-12-2024\",\n                            \"narration\": \"AXISDIRECT/B316827I/10-12-2024/09:12\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"15163.36\"\n                        },\n                        {\n                            \"date\": \"11-12-2024\",\n                            \"narration\": \"UPI/P2M/955380102057/JAI AMBIKA KIRANA GE/Kirana/Yes Bank Ltd\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1005.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"14158.36\"\n                        },\n                        {\n                            \"date\": \"13-12-2024\",\n                            \"narration\": \"AXISDIRECT/B034220J/13-12-2024/09:12\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"11158.36\"\n                        },\n                        {\n                            \"date\": \"14-12-2024\",\n                            \"narration\": \"UPI/P2A/091903535470/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5000.00\",\n                            \"balance\": \"16158.36\"\n                        },\n                        {\n                            \"date\": \"14-12-2024\",\n                            \"narration\": \"UPI/P2A/966401824014/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"14658.36\"\n                        },\n                        {\n                            \"date\": \"14-12-2024\",\n                            \"narration\": \"UPI/P2A/854937023936/SANGITA NILESH CHANDE/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"300.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"14358.36\"\n                        },\n                        {\n                            \"date\": \"17-12-2024\",\n                            \"narration\": \"AXISDIRECT/501081J/17-12-2024/08:12\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5082.32\",\n                            \"balance\": \"19440.68\"\n                        },\n                        {\n                            \"date\": \"18-12-2024\",\n                            \"narration\": \"UPI/P2M/583232504215/Prayas Medical Shop /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"920.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18520.68\"\n                        },\n                        {\n                            \"date\": \"19-12-2024\",\n                            \"narration\": \"UPI/P2A/160009424966/Kirti mungmode /NO REM/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18420.68\"\n                        },\n                        {\n                            \"date\": \"20-12-2024\",\n                            \"narration\": \"AXISDIRECT/B366029K/20-12-2024/09:12\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"15420.68\"\n                        },\n                        {\n                            \"date\": \"23-12-2024\",\n                            \"narration\": \"AXISDIRECT/618057K/23-12-2024/08:12\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"11365.62\",\n                            \"balance\": \"26786.30\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI/P2A/762665653165/KARTIK PRABHAKAR HAND/Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26686.30\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI/P2A/120727989592/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"36686.30\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI/P2A/326683365350/KARTIK PRABHAKAR HAND/Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"10000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26686.30\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI/P2A/133601739265/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"36686.30\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI/P2A/646445950054/KARTIK PRABHAKAR HAND/Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"10000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26686.30\"\n                        },\n                        {\n                            \"date\": \"25-12-2024\",\n                            \"narration\": \"UPI/P2M/210416603173/pakmode confectinery /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"260.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26426.30\"\n                        },\n                        {\n                            \"date\": \"29-12-2024\",\n                            \"narration\": \"UPI/P2M/582223203083/JAI AMBIKA KIRANA GE/Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25926.30\"\n                        },\n                        {\n                            \"date\": \"01-01-2025\",\n                            \"narration\": \"SB:917010084293523:Int.Pd:01-10-2024 to 31-12-2024\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"189.00\",\n                            \"balance\": \"26115.30\"\n                        },\n                        {\n                            \"date\": \"01-01-2025\",\n                            \"narration\": \"UPI/P2A/194339587989/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"36115.30\"\n                        },\n                        {\n                            \"date\": \"06-01-2025\",\n                            \"narration\": \"UPI/P2M/644613703769/JAI AMBIKA KIRANA GE/Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"2500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"33615.30\"\n                        },\n                        {\n                            \"date\": \"06-01-2025\",\n                            \"narration\": \"AXISDIRECT/528527D/06-01-2025/01:01\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"118.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"33497.30\"\n                        },\n                        {\n                            \"date\": \"06-01-2025\",\n                            \"narration\": \"UPI/P2A/318803697616/KHUSHAL JAYANT KAMDI/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"32997.30\"\n                        },\n                        {\n                            \"date\": \"09-01-2025\",\n                            \"narration\": \"UPI/P2A/144856088546/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"42997.30\"\n                        },\n                        {\n                            \"date\": \"09-01-2025\",\n                            \"narration\": \"UPI/P2A/032899792015/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"41497.30\"\n                        },\n                        {\n                            \"date\": \"10-01-2025\",\n                            \"narration\": \"AXISDIRECT/B312132E/10-01-2025/09:01\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"36497.30\"\n                        },\n                        {\n                            \"date\": \"10-01-2025\",\n                            \"narration\": \"UPI/P2M/050307343300/Vighnesh Daily Needs /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"198.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"36299.30\"\n                        },\n                        {\n                            \"date\": \"11-01-2025\",\n                            \"narration\": \"UPI/P2M/700135813335/SAN PETROLIUM, NAVARG/Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"300.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"35999.30\"\n                        },\n                        {\n                            \"date\": \"11-01-2025\",\n                            \"narration\": \"UPI/P2M/551867840873/Manoj Dumbare /Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"855.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"35144.30\"\n                        },\n                        {\n                            \"date\": \"11-01-2025\",\n                            \"narration\": \"UPI/P2A/594097021248/Mr ADITYA ARVIND LANJ/Paymen/BANK OF MAHARASHTRA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"159.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34985.30\"\n                        },\n                        {\n                            \"date\": \"12-01-2025\",\n                            \"narration\": \"UPI/P2M/511012502689/MAHAKALI TYRES /Pay to/CANARA BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"120.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"34865.30\"\n                        },\n                        {\n                            \"date\": \"12-01-2025\",\n                            \"narration\": \"UPI/P2A/101279669357/SHRI SAI CAR SAJAWAT/Paymen/UNION BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1250.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"33615.30\"\n                        },\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"AXISDIRECT/B542823E/13-01-2025/09:01\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30615.30\"\n                        },\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"UPI/P2A/182553496958/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"40615.30\"\n                        }\n                    ]\n                },\n                \"requestid\": \"2823530722133849\",\n                \"sequenceid\": \"2823530722133849\",\n                \"request_time\": \"2025-10-01T15:21:05.997183\",\n                \"response_time\": \"2025-10-01T15:21:06.003934\"\n            },\n            200\n        ],\n        \"page-6\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"\",\n                    \"period\": \"\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"UPI/P2A/185705243945/PRITI STEEL & XEROX /NO REM/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"70.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"40545.30\"\n                        },\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"UPI/P2M/191135162401/JAI AMBIKA KIRANA GE/NO REM/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"703.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"39842.30\"\n                        },\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"UPI/P2A/501329632138/NPCI BHIM/HDFC BANK/BHIMCASH/\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"1.00\",\n                            \"balance\": \"39843.30\"\n                        },\n                        {\n                            \"date\": \"15-01-2025\",\n                            \"narration\": \"UPI/P2A/870557470585/SANGITA NILESH CHANDE/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"400.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"39443.30\"\n                        },\n                        {\n                            \"date\": \"18-01-2025\",\n                            \"narration\": \"UPI/P2M/690857927764/PRITI STEEL XEROX /Mercha/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"840.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38603.30\"\n                        },\n                        {\n                            \"date\": \"18-01-2025\",\n                            \"narration\": \"UPI/P2A/584882882264/KAILASH NILKANTHA DHA/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"390.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38213.30\"\n                        },\n                        {\n                            \"date\": \"18-01-2025\",\n                            \"narration\": \"UPI/P2M/000493879713/Shri Ganral Shop /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"38.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"38175.30\"\n                        },\n                        {\n                            \"date\": \"19-01-2025\",\n                            \"narration\": \"UPI/P2M/407632483705/PRITI STEEL XEROX /Mercha/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"360.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"37815.30\"\n                        },\n                        {\n                            \"date\": \"20-01-2025\",\n                            \"narration\": \"AXISDIRECT/B581952F/20-01-2025/09:01\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"3000.00\",\n                            \"balance\": \"34815.30\"\n                        },\n                        {\n                            \"date\": \"20-01-2025\",\n                            \"narration\": \"UPI/P2A/069708335295/ANIKET NARESH DHAMANG/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30315.30\"\n                        },\n                        {\n                            \"date\": \"23-01-2025\",\n                            \"narration\": \"UPI/P2A/566429607579/SONIYA SANJAY KOYCHAD/Paymen/INDIA POST PAYMENTS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"300.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"30015.30\"\n                        },\n                        {\n                            \"date\": \"24-01-2025\",\n                            \"narration\": \"UPI/P2A/817259465975/PRANALI AMIT JAGSHETT/Balaji/BRAMHAPURI URBAN CO\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29515.30\"\n                        },\n                        {\n                            \"date\": \"25-01-2025\",\n                            \"narration\": \"UPI/P2A/301370847551/MAHESH MAROTI LOKHAND/Paymen/INDIA POST PAYMENTS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"29015.30\"\n                        },\n                        {\n                            \"date\": \"26-01-2025\",\n                            \"narration\": \"UPI/P2A/043544349021/KALPANA LAXMANRAO JAW/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"306.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"28709.30\"\n                        },\n                        {\n                            \"date\": \"27-01-2025\",\n                            \"narration\": \"UPI/P2M/030226316864/MANGESH VASANT GAHANE/Paint/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"800.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27909.30\"\n                        },\n                        {\n                            \"date\": \"01-02-2025\",\n                            \"narration\": \"UPI/P2A/173843135697/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"37909.30\"\n                        },\n                        {\n                            \"date\": \"01-02-2025\",\n                            \"narration\": \"UPI/P2M/863977951864/ATUL GAJANAN DHARANGE/Mercha/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"300.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"37609.30\"\n                        },\n                        {\n                            \"date\": \"01-02-2025\",\n                            \"narration\": \"UPI/P2M/137783320632/JAI AMBIKA KIRANA GE/Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"460.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"37149.30\"\n                        },\n                        {\n                            \"date\": \"03-02-2025\",\n                            \"narration\": \"UPI/P2A/218350572430/ANIKET NARESH DHAMANG/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"4500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"32649.30\"\n                        },\n                        {\n                            \"date\": \"05-02-2025\",\n                            \"narration\": \"UPI/P2A/433447740129/K S TRADERS /Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"6500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26149.30\"\n                        },\n                        {\n                            \"date\": \"07-02-2025\",\n                            \"narration\": \"UPI/P2A/561836539626/VIRENDRA ABAJI MUNGM/Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"16149.30\"\n                        },\n                        {\n                            \"date\": \"07-02-2025\",\n                            \"narration\": \"UPI/P2A/220646934339/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"13000.00\",\n                            \"balance\": \"29149.30\"\n                        },\n                        {\n                            \"date\": \"07-02-2025\",\n                            \"narration\": \"UPI/P2A/220804070791/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"887.00\",\n                            \"balance\": \"30036.30\"\n                        },\n                        {\n                            \"date\": \"10-02-2025\",\n                            \"narration\": \"AXISDIRECT/B587763I/10-02-2025/09:02\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5000.00\",\n                            \"balance\": \"25036.30\"\n                        },\n                        {\n                            \"date\": \"11-02-2025\",\n                            \"narration\": \"UPI/P2M/309559680772/Gayatri Medicine /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"750.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"24286.30\"\n                        },\n                        {\n                            \"date\": \"12-02-2025\",\n                            \"narration\": \"UPI/P2A/709398473591/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"22786.30\"\n                        },\n                        {\n                            \"date\": \"13-02-2025\",\n                            \"narration\": \"AXISDIRECT/B270992J/13-02-2025/09:02\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"3000.00\",\n                            \"balance\": \"19786.30\"\n                        },\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI/P2A/185742643867/Mrs KIRTI WAMANRAO GH/NO REM/BANK OF MAHARASHTRA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"9786.30\"\n                        },\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI/P2A/185910499503/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"20000.00\",\n                            \"balance\": \"29786.30\"\n                        },\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI/P2M/284989819128/NPS Trust /214022/AXIS BANK\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"2000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27786.30\"\n                        },\n                        {\n                            \"date\": \"15-02-2025\",\n                            \"narration\": \"UPI/P2A/512319070437/Mr Sachin Ashokrao Gh/Paymen/BANK OF MAHARASHTRA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"300.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27486.30\"\n                        },\n                        {\n                            \"date\": \"15-02-2025\",\n                            \"narration\": \"UPI/P2A/518683442463/HIRESH VINAYAK HEDAU/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"800.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26686.30\"\n                        },\n                        {\n                            \"date\": \"18-02-2025\",\n                            \"narration\": \"UPI/P2M/410996303654/VINAY KUMAR /Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": \"250.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26436.30\"\n                        }\n                    ]\n                },\n                \"requestid\": \"7049963816378868\",\n                \"sequenceid\": \"7049963816378868\",\n                \"request_time\": \"2025-10-01T15:21:06.003987\",\n                \"response_time\": \"2025-10-01T15:21:06.008924\"\n            },\n            200\n        ],\n        \"page-7\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"917010084293523\",\n                    \"bank_name\": \"Axis\",\n                    \"period\": \"01-04-2024 To: 31-03-2025\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": [\n                        {\n                            \"date\": \"18-02-2025\",\n                            \"narration\": \"UPI/P2A/934429795964/DEEPMALA /Paymen/UCO BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"25436.30\"\n                        },\n                        {\n                            \"date\": \"20-02-2025\",\n                            \"narration\": \"AXISDIRECT/B267125K/20-02-2025/09:02\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"22436.30\"\n                        },\n                        {\n                            \"date\": \"23-02-2025\",\n                            \"narration\": \"UPI/P2A/133347494694/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"5000.00\",\n                            \"balance\": \"27436.30\"\n                        },\n                        {\n                            \"date\": \"24-02-2025\",\n                            \"narration\": \"UPI/P2A/993332241245/Bank Account XXXXXXXX/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"100.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27336.30\"\n                        },\n                        {\n                            \"date\": \"24-02-2025\",\n                            \"narration\": \"UPI/P2A/455966102200/Bank Account XXXXXXXX/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"10000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"17336.30\"\n                        },\n                        {\n                            \"date\": \"24-02-2025\",\n                            \"narration\": \"UPI/P2A/084745834769/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"27336.30\"\n                        },\n                        {\n                            \"date\": \"03-03-2025\",\n                            \"narration\": \"UPI/P2M/373797890955/Shri Ganral Shop /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"65.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"27271.30\"\n                        },\n                        {\n                            \"date\": \"06-03-2025\",\n                            \"narration\": \"Dr Card Charges GST ANNUAL 4341XXXXXXXX3550\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"885.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26386.30\"\n                        },\n                        {\n                            \"date\": \"06-03-2025\",\n                            \"narration\": \"ACH-CR-SJVN LTD-NACH-1587665-1587665\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"105.80\",\n                            \"balance\": \"26492.10\"\n                        },\n                        {\n                            \"date\": \"07-03-2025\",\n                            \"narration\": \"UPI/P2A/490190775981/SANGITA NILESH CHANDE/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"400.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"26092.10\"\n                        },\n                        {\n                            \"date\": \"10-03-2025\",\n                            \"narration\": \"AXISDIRECT/B604702L/10-03-2025/10:03\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"5000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"21092.10\"\n                        },\n                        {\n                            \"date\": \"11-03-2025\",\n                            \"narration\": \"UPI/P2M/226519788981/Jio Recharge /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"212.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20880.10\"\n                        },\n                        {\n                            \"date\": \"12-03-2025\",\n                            \"narration\": \"UPI/P2M/797701532058/SHUBHAM PETROLEUM /Petrol/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"999.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19881.10\"\n                        },\n                        {\n                            \"date\": \"12-03-2025\",\n                            \"narration\": \"UPI/P2A/006126106932/SUNIL SONU DEKATE /Paymen/State Bank Of India\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1500.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18381.10\"\n                        },\n                        {\n                            \"date\": \"12-03-2025\",\n                            \"narration\": \"UPI/P2A/802194907521/Mr Sachin Ashokrao Gh/Paymen/BANK OF MAHARASHTRA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"650.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"17731.10\"\n                        },\n                        {\n                            \"date\": \"12-03-2025\",\n                            \"narration\": \"UPI/P2A/507114145875/RINKUTAI/Arvind Sa/UPI/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"300.00\",\n                            \"balance\": \"18031.10\"\n                        },\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"UPI/P2M/835472687891/HP Petrol Pump - Radh/Paymen/YES BANK LIMITED YBS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"290.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"17741.10\"\n                        },\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"UPI/P2A/102134312529/Mrs KIRTI/BANK OF M/NO REMAR/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"10000.00\",\n                            \"balance\": \"27741.10\"\n                        },\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"AXISDIRECT/B263663N/13-03-2025/11:03\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"24741.10\"\n                        },\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"UPI/P2A/507251839108/Prafulla/State Ban/UPI/\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"8000.00\",\n                            \"balance\": \"32741.10\"\n                        },\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"UPI/P2A/388238675687/SONIYA SANJAY KOYCHAD/Paymen/INDIA POST PAYMENTS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"6500.00\",\n                            \"balance\": \"26241.10\"\n                        },\n                        {\n                            \"date\": \"20-03-2025\",\n                            \"narration\": \"AXISDIRECT/B984917O/20-03-2025/11:03\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"3000.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23241.10\"\n                        },\n                        {\n                            \"date\": \"21-03-2025\",\n                            \"narration\": \"UPI/P2M/919558209648/Jio Recharge /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"125.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"23116.10\"\n                        },\n                        {\n                            \"date\": \"28-03-2025\",\n                            \"narration\": \"UPI/P2M/639756623578/PhonePe /Paymen/AXIS BANK\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"2530.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"20586.10\"\n                        },\n                        {\n                            \"date\": \"28-03-2025\",\n                            \"narration\": \"UPI/P2A/262982455835/KAILASH NILKANTHA DHA/Paymen/BANK OF INDIA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"700.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"19886.10\"\n                        },\n                        {\n                            \"date\": \"31-03-2025\",\n                            \"narration\": \"UPI/P2A/167963967831/SAURABH YASHVANTA BOR/Paymen/INDIA POST PAYMENTS\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": \"1250.00\",\n                            \"deposit_amount\": null,\n                            \"balance\": \"18636.10\"\n                        },\n                        {\n                            \"date\": \"31-03-2025\",\n                            \"narration\": \"SB:917010084293523: Int.Pd:01-01-2025 to 31-03-2025\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": null,\n                            \"deposit_amount\": \"210.00\",\n                            \"balance\": \"18846.10\"\n                        }\n                    ]\n                },\n                \"requestid\": \"0964089221193246\",\n                \"sequenceid\": \"0964089221193246\",\n                \"request_time\": \"2025-10-01T15:21:06.008970\",\n                \"response_time\": \"2025-10-01T15:21:06.013573\"\n            },\n            200\n        ],\n        \"page-8\": [\n            {\n                \"status\": \"Success\",\n                \"country\": \"India\",\n                \"billable\": \"Yes\",\n                \"message\": \"Details extraction completed successfully.\",\n                \"output\": {\n                    \"account_holder_name\": \"\",\n                    \"account_number\": \"\",\n                    \"bank_name\": \"AXIS BANK\",\n                    \"period\": \"\",\n                    \"ifsc_code\": \"\",\n                    \"Transactions\": []\n                },\n                \"requestid\": \"6598775245471250\",\n                \"sequenceid\": \"6598775245471250\",\n                \"request_time\": \"2025-10-01T15:21:06.013613\",\n                \"response_time\": \"2025-10-01T15:21:06.018437\"\n            },\n            200\n        ],\n        \"no_of_pages\": 8\n    }\n]"},{"id":"50821dbb-b061-435d-bef0-b569fe8db8e0","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a3","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"b2f57514-01ec-4f77-9f51-f03ebd9ae203","value":null}],"options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/bank0004d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Wed, 01 Oct 2025 09:53:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"7997739392019435\",\n    \"sequenceid\": \"7997739392019435\",\n    \"request_time\": \"2025-10-01T15:23:41.163374\",\n    \"response_time\": \"2025-10-01T15:23:41.163497\"\n}"},{"id":"3647025b-4baa-4ec8-b02c-74d427b91a10","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a3","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/3cddc858-6981-4dd1-89d8-df766c1583ef.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20251001%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251001T094804Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=45676da79c12ca3e4a44107ed9da7321315d424f3bfa34194ea38f1f5f981ceb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/bank0004d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Wed, 01 Oct 2025 09:52:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"516f86ab-9af8-42fc-a62a-396e6a8c2c62","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-6161d028e79ad4ec5f1ac7d3174f1f21f997de19356e8d477e4212ebfdabb0a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\":\"https://invoice-bucket-2.s3.amazonaws.com/3cddc858-6981-4dd1-89d8-df766c1583ef.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20251001%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20251001T094804Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=45676da79c12ca3e4a44107ed9da7321315d424f3bfa34194ea38f1f5f981ceb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{invoice_url}}/bank0004d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Wed, 01 Oct 2025 09:53:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"b9c2761c-3db5-4185-a8a4-4676a5e20891"},{"name":"Bank Statement Analyzer","id":"177f732b-ec5a-4c4e-a4dc-cadd8a3e8f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d6636991-4572-4ad9-ae04-fdaeb9782ccb","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-991349b71d9f9ecc5e0d7f018cfa4efb045e1fc6ace332aa77ffc76556f0bdce","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"d3d8d9a4-3d7f-449d-aab4-c8e8deae8a20","src":"/C:/Users/Nagpur_it_hub/Documents/bankStt/BOM_Statement 3page.pdf"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 02 Jan 2026 07:25:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"Wi7lMhqIhcwEJCQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/dcdb1307-09d8-4264-a330-e6832ac7e164.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260102%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260102T072534Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=3f166c22360df333b56b05e08d43f1ae51eef20c6f6e2f4e4915f3696a40b9fe\"\n}"},{"id":"73dad782-bbba-414d-b08e-52befa508ebf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-195a0860a8a5682365c716363672cf8229717818a80229b8315f1aed5f13de5d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/749febb5-6619-4e08-9527-dcb08b0b35c1.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T135155Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=3b69964c348eb0f32d0153d16447c3b639d2c4b53a09fd265d60ef7c9ef272f3\",\r\n    \"customer_type\":\"salaried\", //business/salaried\r\n    \"employer_name\": [\"Infosys Limited\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/bank0005d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:00:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"92471"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully - Consolidated from all pages.\",\n    \"output\": {\n        \"account_summary\": {\n            \"Account_Holder_Name\": \"Mrs. KIRTI WAMANRAO GHONMODE\",\n            \"Account_Number\": \"20255421236\",\n            \"Bank_Name\": \"बैंक ऑफ महाराष्ट्र\\nBank of Maharashtra\",\n            \"Period\": \"01/04/2024 to 31/03/2025\",\n            \"IFSC_Code\": \"MAHB0000179\",\n            \"Account_Holder_Type\": \"Individual\",\n            \"DOB\": \"01XXXXXX76\",\n            \"CKYC_Compliant\": \"TRUE\",\n            \"Account_Holder_Address\": \"AT PO BHISI, TAH CHIMUR, DIST CHANDRA, BHISI, MAHARASHTRA, 442903\",\n            \"List_Of_Account_Holders\": [\n                \"Mrs. KIRTI WAMANRAO GHONMODE\"\n            ],\n            \"Facility_Type\": \"None\",\n            \"MICR_Code\": \"\",\n            \"Branch_Name\": \"SINDEWAHI\",\n            \"Account_Open_Date\": \"07/08/2006\",\n            \"Account_Status\": \"Active\",\n            \"Account_Type\": \"Savings\",\n            \"Period_Start_End_Date\": \"\",\n            \"Report Generation Date\": \"22-01-2026\",\n            \"Report Generation Time\": \"02:00 PM\",\n            \"Opening Balance\": 68121.8,\n            \"Closing Balance\": 10732.53\n        },\n        \"eod_analysis\": {\n            \"Apr 2024\": {\n                \"Opening Balance\": 0,\n                \"Max EOD\": 103543.8,\n                \"Min EOD\": 50541.15,\n                \"Average EOD\": 69369.36,\n                \"Closing Balance\": 50541.15,\n                \"Max EOD Date\": \"06-04-2024\",\n                \"Min EOD Date\": \"29-04-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": 60921.8,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 50541.15\n                }\n            },\n            \"May 2024\": {\n                \"Opening Balance\": 50541.15,\n                \"Max EOD\": 40041.15,\n                \"Min EOD\": 40040.56,\n                \"Average EOD\": 40040.85,\n                \"Closing Balance\": 40040.56,\n                \"Max EOD Date\": \"01-05-2024\",\n                \"Min EOD Date\": \"30-05-2024\",\n                \"EOD\": {\n                    \"1\": 40041.15,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 40040.56\n                }\n            },\n            \"Jun 2024\": {\n                \"Opening Balance\": 40040.56,\n                \"Max EOD\": 82188.56,\n                \"Min EOD\": 51114.56,\n                \"Average EOD\": 66225.28,\n                \"Closing Balance\": 62595.09,\n                \"Max EOD Date\": \"13-06-2024\",\n                \"Min EOD Date\": \"10-06-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": 51114.56,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 62595.09\n                }\n            },\n            \"Jul 2024\": {\n                \"Opening Balance\": 62595.09,\n                \"Max EOD\": 101089.09,\n                \"Min EOD\": 73669.09,\n                \"Average EOD\": 93733.72,\n                \"Closing Balance\": 100087.62,\n                \"Max EOD Date\": \"15-07-2024\",\n                \"Min EOD Date\": \"10-07-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": 73669.09,\n                    \"15\": 101089.09,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 100087.62\n                }\n            },\n            \"Aug 2024\": {\n                \"Opening Balance\": 100087.62,\n                \"Max EOD\": 82442.62,\n                \"Min EOD\": 45087.62,\n                \"Average EOD\": 55168.87,\n                \"Closing Balance\": 45247.38,\n                \"Max EOD Date\": \"14-08-2024\",\n                \"Min EOD Date\": \"10-08-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": 45087.62,\n                    \"15\": null,\n                    \"20\": 49750.62,\n                    \"25\": null,\n                    \"Last Day\": 45247.38\n                }\n            },\n            \"Sep 2024\": {\n                \"Opening Balance\": 45247.38,\n                \"Max EOD\": 80603.91,\n                \"Min EOD\": 40747.38,\n                \"Average EOD\": 72344.79,\n                \"Closing Balance\": 80603.91,\n                \"Max EOD Date\": \"30-09-2024\",\n                \"Min EOD Date\": \"04-09-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": 80091.38,\n                    \"25\": null,\n                    \"Last Day\": 80603.91\n                }\n            },\n            \"Oct 2024\": {\n                \"Opening Balance\": 80603.91,\n                \"Max EOD\": 112923.91,\n                \"Min EOD\": 60333.91,\n                \"Average EOD\": 84670.85,\n                \"Closing Balance\": 101905.55,\n                \"Max EOD Date\": \"09-10-2024\",\n                \"Min EOD Date\": \"17-10-2024\",\n                \"EOD\": {\n                    \"1\": 70603.91,\n                    \"5\": null,\n                    \"10\": 87923.91,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 101905.55\n                }\n            },\n            \"Nov 2024\": {\n                \"Opening Balance\": 101905.55,\n                \"Max EOD\": 96905.55,\n                \"Min EOD\": 10003.78,\n                \"Average EOD\": 51385.2,\n                \"Closing Balance\": 10003.78,\n                \"Max EOD Date\": \"01-11-2024\",\n                \"Min EOD Date\": \"29-11-2024\",\n                \"EOD\": {\n                    \"1\": 96905.55,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 10003.78\n                }\n            },\n            \"Dec 2024\": {\n                \"Opening Balance\": 10003.78,\n                \"Max EOD\": 41426.6,\n                \"Min EOD\": 5003.78,\n                \"Average EOD\": 22932.51,\n                \"Closing Balance\": 41426.6,\n                \"Max EOD Date\": \"31-12-2024\",\n                \"Min EOD Date\": \"14-12-2024\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": 36077.78,\n                    \"25\": null,\n                    \"Last Day\": 41426.6\n                }\n            },\n            \"Jan 2025\": {\n                \"Opening Balance\": 41426.6,\n                \"Max EOD\": 38900.6,\n                \"Min EOD\": 7826.6,\n                \"Average EOD\": 23033.05,\n                \"Closing Balance\": 38897.77,\n                \"Max EOD Date\": \"28-01-2025\",\n                \"Min EOD Date\": \"20-01-2025\",\n                \"EOD\": {\n                    \"1\": 31426.6,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": 7826.6,\n                    \"25\": null,\n                    \"Last Day\": 38897.77\n                }\n            },\n            \"Feb 2025\": {\n                \"Opening Balance\": 38897.77,\n                \"Max EOD\": 54084.77,\n                \"Min EOD\": 10010.77,\n                \"Average EOD\": 28403.37,\n                \"Closing Balance\": 20081.59,\n                \"Max EOD Date\": \"11-02-2025\",\n                \"Min EOD Date\": \"08-02-2025\",\n                \"EOD\": {\n                    \"1\": 28897.77,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": null,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 20081.59\n                }\n            },\n            \"Mar 2025\": {\n                \"Opening Balance\": 20081.59,\n                \"Max EOD\": 29581.59,\n                \"Min EOD\": 10732.53,\n                \"Average EOD\": 17773.24,\n                \"Closing Balance\": 10732.53,\n                \"Max EOD Date\": \"11-03-2025\",\n                \"Min EOD Date\": \"31-03-2025\",\n                \"EOD\": {\n                    \"1\": null,\n                    \"5\": null,\n                    \"10\": null,\n                    \"15\": 15581.59,\n                    \"20\": null,\n                    \"25\": null,\n                    \"Last Day\": 10732.53\n                }\n            }\n        },\n        \"top_transactions\": {\n            \"Overall\": {\n                \"Top Debit Transactions\": [\n                    {\n                        \"date\": \"20-08-2024\",\n                        \"narration\": \"UPI 423316216489Gold ear ring\",\n                        \"cheque/Reference_no\": \"423316216489\",\n                        \"withdrawl_amount\": 31892,\n                        \"deposit_amount\": 0,\n                        \"balance\": 50550.62,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"GOLD EAR RING\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Aug 2024\"\n                    },\n                    {\n                        \"date\": \"10-10-2024\",\n                        \"narration\": \"UPI 428415470676Gold\",\n                        \"cheque/Reference_no\": \"428415470676\",\n                        \"withdrawl_amount\": 25000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 87923.91,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"GOLD\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Oct 2024\"\n                    },\n                    {\n                        \"date\": \"12-04-2024\",\n                        \"narration\": \"UPI 410322948355NO REMARKS\",\n                        \"cheque/Reference_no\": \"410322948355\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 80543.8,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Apr 2024\"\n                    },\n                    {\n                        \"date\": \"22-04-2024\",\n                        \"narration\": \"UPI 411223272923NO REMARKS\",\n                        \"cheque/Reference_no\": \"411223272923\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 60543.8,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Apr 2024\"\n                    },\n                    {\n                        \"date\": \"10-06-2024\",\n                        \"narration\": \"UPI 416211884216NO REMARKS\",\n                        \"cheque/Reference_no\": \"416211884216\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 51114.56,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jun 2024\"\n                    },\n                    {\n                        \"date\": \"10-07-2024\",\n                        \"narration\": \"UPI 419212487437NO REMARKS\",\n                        \"cheque/Reference_no\": \"419212487437\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 73669.09,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jul 2024\"\n                    },\n                    {\n                        \"date\": \"10-08-2024\",\n                        \"narration\": \"UPI 422222860801NO REMARKS\",\n                        \"cheque/Reference_no\": \"422222860801\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 80087.62,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Aug 2024\"\n                    },\n                    {\n                        \"date\": \"10-08-2024\",\n                        \"narration\": \"UPI 422222329381NO REMARKS\",\n                        \"cheque/Reference_no\": \"422222329381\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 60087.62,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Aug 2024\"\n                    },\n                    {\n                        \"date\": \"14-02-2025\",\n                        \"narration\": \"UPI 185910499503/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                        \"cheque/Reference_no\": \"185910499503\",\n                        \"withdrawl_amount\": 20000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 44084.77,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"VIRENDRA MUNGMODE\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Feb 2025\"\n                    },\n                    {\n                        \"date\": \"17-10-2024\",\n                        \"narration\": \"UPI 429122578808NO REMARKS\",\n                        \"cheque/Reference_no\": \"429122578808\",\n                        \"withdrawl_amount\": 14000,\n                        \"deposit_amount\": 0,\n                        \"balance\": 60333.91,\n                        \"category\": \"UPI\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Oct 2024\"\n                    }\n                ],\n                \"Top Credit Transactions\": [\n                    {\n                        \"date\": \"04-06-2024\",\n                        \"narration\": \"APB CPSMSICIC C052428900420\",\n                        \"cheque/Reference_no\": null,\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 71114.56,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jun 2024\"\n                    },\n                    {\n                        \"date\": \"13-06-2024\",\n                        \"narration\": \"APB CPSMSICIC C062410394547\",\n                        \"cheque/Reference_no\": null,\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 82188.56,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jun 2024\"\n                    },\n                    {\n                        \"date\": \"10-07-2024\",\n                        \"narration\": \"APB CPSMSICIC C072413499443\",\n                        \"cheque/Reference_no\": null,\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 93669.09,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jul 2024\"\n                    },\n                    {\n                        \"date\": \"11-09-2024\",\n                        \"narration\": \"APB CPSMSICIC C092412110470\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 84191.38,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"APB CPSMSICIC\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Sep 2024\"\n                    },\n                    {\n                        \"date\": \"09-10-2024\",\n                        \"narration\": \"APB CPSMSICIC C102402632679\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 112923.91,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"APB CPSMSICIC\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Oct 2024\"\n                    },\n                    {\n                        \"date\": \"30-10-2024\",\n                        \"narration\": \"APB CPSMSICIC C102453237447\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 91407.91,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"APB CPSMSICIC\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Oct 2024\"\n                    },\n                    {\n                        \"date\": \"20-12-2024\",\n                        \"narration\": \"APB CPSMSICIC C122425590755\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 36077.78,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"APB CPSMSICIC\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Dec 2024\"\n                    },\n                    {\n                        \"date\": \"28-01-2025\",\n                        \"narration\": \"APB CPSMSICIC C012545446885\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 38900.6,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Jan 2025\"\n                    },\n                    {\n                        \"date\": \"11-02-2025\",\n                        \"narration\": \"APB CPSMSICIC C022509545327\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 31074,\n                        \"balance\": 41084.77,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"UNKNOWN\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Feb 2025\"\n                    },\n                    {\n                        \"date\": \"13-08-2024\",\n                        \"narration\": \"APB CPSMSICIC C082410658321\",\n                        \"cheque/Reference_no\": \"\",\n                        \"withdrawl_amount\": 0,\n                        \"deposit_amount\": 30065,\n                        \"balance\": 70152.62,\n                        \"category\": \"Other\",\n                        \"counter_party\": \"APB CPSMSICIC\",\n                        \"is_calculated\": false,\n                        \"month_year\": \"Aug 2024\"\n                    }\n                ]\n            },\n            \"Monthwise\": {\n                \"Apr 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"12-04-2024\",\n                            \"narration\": \"UPI 410322948355NO REMARKS\",\n                            \"cheque/Reference_no\": \"410322948355\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80543.8,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"22-04-2024\",\n                            \"narration\": \"UPI 411223272923NO REMARKS\",\n                            \"cheque/Reference_no\": \"411223272923\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 60543.8,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"29-04-2024\",\n                            \"narration\": \"UPI 412000370708NO REMARKS\",\n                            \"cheque/Reference_no\": \"412000370708\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 50543.8,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"03-04-2024\",\n                            \"narration\": \"UPI 409422277806NO REMARKS\",\n                            \"cheque/Reference_no\": \"409422277806\",\n                            \"withdrawl_amount\": 8000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 60121.8,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"12-04-2024\",\n                            \"narration\": \"UPI 410322781361NO REMARKS\",\n                            \"cheque/Reference_no\": \"410322781361\",\n                            \"withdrawl_amount\": 3000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 100543.8,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"29-04-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 2.25,\n                            \"deposit_amount\": 0,\n                            \"balance\": 50541.55,\n                            \"category\": \"Utility\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"29-04-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0.4,\n                            \"deposit_amount\": 0,\n                            \"balance\": 50541.15,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"06-04-2024\",\n                            \"narration\": \"APB CPSMSICIC C032489731403\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 28922,\n                            \"balance\": 89843.8,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"03-04-2024\",\n                            \"narration\": \"APB CPSMSICIC C032486952495\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 27363,\n                            \"balance\": 68121.8,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"06-04-2024\",\n                            \"narration\": \"APB CPSMSICIC C032490829580\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 13700,\n                            \"balance\": 103543.8,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        },\n                        {\n                            \"date\": \"05-04-2024\",\n                            \"narration\": \"NEFT IPN2403310003NKW\\nTAKULA HEAL\\nMAHB240965533992 ICIC0000870\",\n                            \"cheque/Reference_no\": \"IPN2403310003NKW\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 800,\n                            \"balance\": 60921.8,\n                            \"category\": \"NEFT\",\n                            \"counter_party\": \"TAKULA HEAL\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Apr 2024\"\n                        }\n                    ]\n                },\n                \"May 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"01-05-2024\",\n                            \"narration\": \"UPI 412218691644NO REMARKS\",\n                            \"cheque/Reference_no\": \"412218691644\",\n                            \"withdrawl_amount\": 6000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40041.15,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"May 2024\"\n                        },\n                        {\n                            \"date\": \"01-05-2024\",\n                            \"narration\": \"UPI 412218543603 April Monthly\\nrent paid\",\n                            \"cheque/Reference_no\": \"412218543603\",\n                            \"withdrawl_amount\": 4500,\n                            \"deposit_amount\": 0,\n                            \"balance\": 46041.15,\n                            \"category\": \"Rent\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"May 2024\"\n                        },\n                        {\n                            \"date\": \"30-05-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0.5,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40040.65,\n                            \"category\": \"Utility\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"May 2024\"\n                        },\n                        {\n                            \"date\": \"30-05-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0.09,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40040.56,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"May 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": []\n                },\n                \"Jun 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"10-06-2024\",\n                            \"narration\": \"UPI 416211884216NO REMARKS\",\n                            \"cheque/Reference_no\": \"416211884216\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 51114.56,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"17-06-2024\",\n                            \"narration\": \"416909136801/416909449600\\nTRANSFER TO 60382875800 ΤΟ\\nAEPS PAYABLE POOL\\nACCOUNTS\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 72188.56,\n                            \"category\": \"IMPS\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"23-06-2024\",\n                            \"narration\": \"UPI 417422305020NO REMARKS\",\n                            \"cheque/Reference_no\": \"417422305020\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 62188.56,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"29-06-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 1.25,\n                            \"deposit_amount\": 0,\n                            \"balance\": 62187.31,\n                            \"category\": \"Utility\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"29-06-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0.22,\n                            \"deposit_amount\": 0,\n                            \"balance\": 62187.09,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"04-06-2024\",\n                            \"narration\": \"APB CPSMSICIC C052428900420\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 71114.56,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"13-06-2024\",\n                            \"narration\": \"APB CPSMSICIC C062410394547\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 82188.56,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        },\n                        {\n                            \"date\": \"30-06-2024\",\n                            \"narration\": \"BY INTT\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 408,\n                            \"balance\": 62595.09,\n                            \"category\": \"Interest Paid\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jun 2024\"\n                        }\n                    ]\n                },\n                \"Jul 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"10-07-2024\",\n                            \"narration\": \"UPI 419212487437NO REMARKS\",\n                            \"cheque/Reference_no\": \"419212487437\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 73669.09,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        },\n                        {\n                            \"date\": \"16-07-2024\",\n                            \"narration\": \"UPI 419808361248NO REMARKS\",\n                            \"cheque/Reference_no\": \"419808361248\",\n                            \"withdrawl_amount\": 1000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 100089.09,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        },\n                        {\n                            \"date\": \"30-07-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 1.25,\n                            \"deposit_amount\": 0,\n                            \"balance\": 100087.84,\n                            \"category\": \"Utility\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        },\n                        {\n                            \"date\": \"30-07-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0.22,\n                            \"deposit_amount\": 0,\n                            \"balance\": 100087.62,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"10-07-2024\",\n                            \"narration\": \"APB CPSMSICIC C072413499443\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 93669.09,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        },\n                        {\n                            \"date\": \"15-07-2024\",\n                            \"narration\": \"APB CPSMSICIC C062445108405\",\n                            \"cheque/Reference_no\": null,\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 27420,\n                            \"balance\": 101089.09,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jul 2024\"\n                        }\n                    ]\n                },\n                \"Aug 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"20-08-2024\",\n                            \"narration\": \"UPI 423316216489Gold ear ring\",\n                            \"cheque/Reference_no\": \"423316216489\",\n                            \"withdrawl_amount\": 31892,\n                            \"deposit_amount\": 0,\n                            \"balance\": 50550.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"GOLD EAR RING\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI 422222860801NO REMARKS\",\n                            \"cheque/Reference_no\": \"422222860801\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80087.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI 422222329381NO REMARKS\",\n                            \"cheque/Reference_no\": \"422222329381\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 60087.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI 422318790832NO REMARKS\",\n                            \"cheque/Reference_no\": \"422318790832\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 45087.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"10-08-2024\",\n                            \"narration\": \"UPI 422222343004NO REMARKS\",\n                            \"cheque/Reference_no\": \"422222343004\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 55087.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"13-08-2024\",\n                            \"narration\": \"UPI 422609557623NO REMARKS\",\n                            \"cheque/Reference_no\": \"422609557623\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40087.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"26-08-2024\",\n                            \"narration\": \"UPI 423822259005NO REMARKS\",\n                            \"cheque/Reference_no\": \"423822259005\",\n                            \"withdrawl_amount\": 3000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 45250.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"22-08-2024\",\n                            \"narration\": \"UPI 423515780053NO REMARKS\",\n                            \"cheque/Reference_no\": \"423515780053\",\n                            \"withdrawl_amount\": 1500,\n                            \"deposit_amount\": 0,\n                            \"balance\": 48250.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"20-08-2024\",\n                            \"narration\": \"UPI 423317408335NO REMARKS\",\n                            \"cheque/Reference_no\": \"423317408335\",\n                            \"withdrawl_amount\": 800,\n                            \"deposit_amount\": 0,\n                            \"balance\": 49750.62,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"30-08-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 2.75,\n                            \"deposit_amount\": 0,\n                            \"balance\": 45247.87,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"13-08-2024\",\n                            \"narration\": \"APB CPSMSICIC C082410658321\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 30065,\n                            \"balance\": 70152.62,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        },\n                        {\n                            \"date\": \"14-08-2024\",\n                            \"narration\": \"APB CPSMSICIC C082414564005\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 12290,\n                            \"balance\": 82442.62,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Aug 2024\"\n                        }\n                    ]\n                },\n                \"Sep 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"04-09-2024\",\n                            \"narration\": \"UPI 424809389533Aug month paid\",\n                            \"cheque/Reference_no\": \"424809389533\",\n                            \"withdrawl_amount\": 4500,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40747.38,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"AUG MONTH PAID\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"11-09-2024\",\n                            \"narration\": \"UPI 425515719626NO REMARKS\",\n                            \"cheque/Reference_no\": \"425515719626\",\n                            \"withdrawl_amount\": 4000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80191.38,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"20-09-2024\",\n                            \"narration\": \"UPI 426419318197NO REMARKS\",\n                            \"cheque/Reference_no\": \"426419318197\",\n                            \"withdrawl_amount\": 100,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80091.38,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"29-09-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 1.25,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80090.13,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"29-09-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.22,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80089.91,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"11-09-2024\",\n                            \"narration\": \"APB CPSMSICIC C092412110470\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 84191.38,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"11-09-2024\",\n                            \"narration\": \"APB CPSMSICIC C092412601421\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 12370,\n                            \"balance\": 53117.38,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        },\n                        {\n                            \"date\": \"30-09-2024\",\n                            \"narration\": \"BY INTT\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 514,\n                            \"balance\": 80603.91,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Sep 2024\"\n                        }\n                    ]\n                },\n                \"Oct 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"10-10-2024\",\n                            \"narration\": \"UPI 428415470676Gold\",\n                            \"cheque/Reference_no\": \"428415470676\",\n                            \"withdrawl_amount\": 25000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 87923.91,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"GOLD\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"17-10-2024\",\n                            \"narration\": \"UPI 429122578808NO REMARKS\",\n                            \"cheque/Reference_no\": \"429122578808\",\n                            \"withdrawl_amount\": 14000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 60333.91,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"11-10-2024\",\n                            \"narration\": \"UPI 428517714439Gold\",\n                            \"cheque/Reference_no\": \"428517714439\",\n                            \"withdrawl_amount\": 13590,\n                            \"deposit_amount\": 0,\n                            \"balance\": 74333.91,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"GOLD\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"01-10-2024\",\n                            \"narration\": \"UPI 427522901735NO REMARKS\",\n                            \"cheque/Reference_no\": \"427522901735\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 70603.91,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"30-10-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 2,\n                            \"deposit_amount\": 0,\n                            \"balance\": 101905.91,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"30-10-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.36,\n                            \"deposit_amount\": 0,\n                            \"balance\": 101905.55,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"09-10-2024\",\n                            \"narration\": \"APB CPSMSICIC C102402632679\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 112923.91,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"30-10-2024\",\n                            \"narration\": \"APB CPSMSICIC C102453237447\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 91407.91,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"09-10-2024\",\n                            \"narration\": \"APB CPSMSICIC C102418033557\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 11246,\n                            \"balance\": 81849.91,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        },\n                        {\n                            \"date\": \"30-10-2024\",\n                            \"narration\": \"APB CPSMSICIC C102453265682\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 10500,\n                            \"balance\": 101907.91,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Oct 2024\"\n                        }\n                    ]\n                },\n                \"Nov 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"07-11-2024\",\n                            \"narration\": \"UPI 431122356008NO REMARKS\",\n                            \"cheque/Reference_no\": \"431122356008\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 80905.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"07-11-2024\",\n                            \"narration\": \"UPI 431209267447NO REMARKS\",\n                            \"cheque/Reference_no\": \"431209267447\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 70005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"22-11-2024\",\n                            \"narration\": \"UPI 432622527867NO REMARKS\",\n                            \"cheque/Reference_no\": \"432622527867\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 60005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"22-11-2024\",\n                            \"narration\": \"UPI 432622713775NO REMARKS\",\n                            \"cheque/Reference_no\": \"432622713775\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 50005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"28-11-2024\",\n                            \"narration\": \"UPI 124503935831NO REMARKS\",\n                            \"cheque/Reference_no\": \"124503935831\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"28-11-2024\",\n                            \"narration\": \"UPI 124739281207NO REMARKS\",\n                            \"cheque/Reference_no\": \"124739281207\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 30005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"29-11-2024\",\n                            \"narration\": \"UPI 144327076793NO REMARKS\",\n                            \"cheque/Reference_no\": \"144327076793\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 20005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"29-11-2024\",\n                            \"narration\": \"UPI 144448929310NO REMARKS\",\n                            \"cheque/Reference_no\": \"144448929310\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 10005.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"07-11-2024\",\n                            \"narration\": \"UPI 431122975991NO REMARKS\",\n                            \"cheque/Reference_no\": \"431122975991\",\n                            \"withdrawl_amount\": 6000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 90905.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        },\n                        {\n                            \"date\": \"01-11-2024\",\n                            \"narration\": \"UPI 430609510724NO REMARKS\",\n                            \"cheque/Reference_no\": \"430609510724\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 96905.55,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Nov 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": []\n                },\n                \"Dec 2024\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI 120727989592/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"120727989592\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 26077.78,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"24-12-2024\",\n                            \"narration\": \"UPI 133601739265/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"133601739265\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 16077.78,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"14-12-2024\",\n                            \"narration\": \"UPI 091903535470NO REMARKS\",\n                            \"cheque/Reference_no\": \"091903535470\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 5003.78,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"29-12-2024\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 1,\n                            \"deposit_amount\": 0,\n                            \"balance\": 16076.78,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"29-12-2024\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.18,\n                            \"deposit_amount\": 0,\n                            \"balance\": 16076.6,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"20-12-2024\",\n                            \"narration\": \"APB CPSMSICIC C122425590755\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 36077.78,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"31-12-2024\",\n                            \"narration\": \"APB CPSMSICIC C122436272435\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 13000,\n                            \"balance\": 29076.6,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"31-12-2024\",\n                            \"narration\": \"APB CPSMSICIC C122436280827\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 12000,\n                            \"balance\": 41076.6,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"APB CPSMSICIC\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        },\n                        {\n                            \"date\": \"31-12-2024\",\n                            \"narration\": \"BY INTT\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 350,\n                            \"balance\": 41426.6,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Dec 2024\"\n                        }\n                    ]\n                },\n                \"Jan 2025\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"01-01-2025\",\n                            \"narration\": \"UPI 194339587989/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"194339587989\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 31426.6,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"09-01-2025\",\n                            \"narration\": \"UPI 144856088546/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"144856088546\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 21426.6,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"13-01-2025\",\n                            \"narration\": \"UPI 182553496958/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"182553496958\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 11426.6,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"20-01-2025\",\n                            \"narration\": \"UPI 070235344666/BKID/Kiti\\nmungmode/NO REMARKS\",\n                            \"cheque/Reference_no\": \"070235344666\",\n                            \"withdrawl_amount\": 3500,\n                            \"deposit_amount\": 0,\n                            \"balance\": 7826.6,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KITI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"17-01-2025\",\n                            \"narration\": \"UPI 100858167121/BKID/Kirti\\nmungmode/NO REMARKS\",\n                            \"cheque/Reference_no\": \"100858167121\",\n                            \"withdrawl_amount\": 100,\n                            \"deposit_amount\": 0,\n                            \"balance\": 11326.6,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"30-01-2025\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 2.4,\n                            \"deposit_amount\": 0,\n                            \"balance\": 38898.2,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        },\n                        {\n                            \"date\": \"30-01-2025\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.43,\n                            \"deposit_amount\": 0,\n                            \"balance\": 38897.77,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"28-01-2025\",\n                            \"narration\": \"APB CPSMSICIC C012545446885\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 38900.6,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Jan 2025\"\n                        }\n                    ]\n                },\n                \"Feb 2025\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI 185910499503/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"185910499503\",\n                            \"withdrawl_amount\": 20000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 44084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"08-02-2025\",\n                            \"narration\": \"UPI 220646934339/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"220646934339\",\n                            \"withdrawl_amount\": 13000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 10897.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"01-02-2025\",\n                            \"narration\": \"UPI 173843135697/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"173843135697\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 28897.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"24-02-2025\",\n                            \"narration\": \"UPI 084745834769/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"084745834769\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 20084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"04-02-2025\",\n                            \"narration\": \"UPI 223728849957/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                            \"cheque/Reference_no\": \"223728849957\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 23897.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"23-02-2025\",\n                            \"narration\": \"UPI 133347494694/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"133347494694\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 35084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"23-02-2025\",\n                            \"narration\": \"UPI 133501025377/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                            \"cheque/Reference_no\": \"133501025377\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 30084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI 190108934358/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                            \"cheque/Reference_no\": \"190108934358\",\n                            \"withdrawl_amount\": 4000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 40084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"08-02-2025\",\n                            \"narration\": \"UPI 220804070791/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"220804070791\",\n                            \"withdrawl_amount\": 887,\n                            \"deposit_amount\": 0,\n                            \"balance\": 10010.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"27-02-2025\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 2.7,\n                            \"deposit_amount\": 0,\n                            \"balance\": 20082.07,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"11-02-2025\",\n                            \"narration\": \"APB CPSMSICIC C022509545327\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 31074,\n                            \"balance\": 41084.77,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"11-02-2025\",\n                            \"narration\": \"APB CPSMSICIC C022508274222\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 13000,\n                            \"balance\": 54084.77,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        },\n                        {\n                            \"date\": \"14-02-2025\",\n                            \"narration\": \"UPI 185742643867/UTIB\\n/KIRTIVIRENDRAMUNGMODE\\n/NO REM\",\n                            \"cheque/Reference_no\": \"185742643867\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 10000,\n                            \"balance\": 64084.77,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"KIRTIVIRENDRAMUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Feb 2025\"\n                        }\n                    ]\n                },\n                \"Mar 2025\": {\n                    \"Top Debit Transactions\": [\n                        {\n                            \"date\": \"13-03-2025\",\n                            \"narration\": \"UPI 102134312529/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                            \"cheque/Reference_no\": \"102134312529\",\n                            \"withdrawl_amount\": 10000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 19581.59,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"31-03-2025\",\n                            \"narration\": \"UPI 210311961244/BKID\\n/VIRENDRA ABAJI MUNGMODE\\n/NO R\",\n                            \"cheque/Reference_no\": \"210311961244\",\n                            \"withdrawl_amount\": 5000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 10580.53,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"03-03-2025\",\n                            \"narration\": \"UPI 220922667375/BKID/ANIKET\\nNARESH DHAMANGE/Feb m\",\n                            \"cheque/Reference_no\": \"220922667375\",\n                            \"withdrawl_amount\": 4500,\n                            \"deposit_amount\": 0,\n                            \"balance\": 15581.59,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"ANIKET NARESH DHAMANGE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"15-03-2025\",\n                            \"narration\": \"UPI 231453714234/BKID\\n/VIRENDRA ABAJI MUNGMODE\\n/NO R\",\n                            \"cheque/Reference_no\": \"231453714234\",\n                            \"withdrawl_amount\": 4000,\n                            \"deposit_amount\": 0,\n                            \"balance\": 15581.59,\n                            \"category\": \"UPI\",\n                            \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"30-03-2025\",\n                            \"narration\": \"MONTHLY SMS CHA\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.9,\n                            \"deposit_amount\": 0,\n                            \"balance\": 15580.69,\n                            \"category\": \"Bank Charge\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"30-03-2025\",\n                            \"narration\": \"GST\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0.16,\n                            \"deposit_amount\": 0,\n                            \"balance\": 15580.53,\n                            \"category\": \"Tax Transactions\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        }\n                    ],\n                    \"Top Credit Transactions\": [\n                        {\n                            \"date\": \"11-03-2025\",\n                            \"narration\": \"APB CPSMSICIC C032512989751\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 14000,\n                            \"balance\": 29581.59,\n                            \"category\": \"Other\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        },\n                        {\n                            \"date\": \"31-03-2025\",\n                            \"narration\": \"BY INTT\",\n                            \"cheque/Reference_no\": \"\",\n                            \"withdrawl_amount\": 0,\n                            \"deposit_amount\": 152,\n                            \"balance\": 10732.53,\n                            \"category\": \"Interest Paid\",\n                            \"counter_party\": \"UNKNOWN\",\n                            \"is_calculated\": false,\n                            \"month_year\": \"Mar 2025\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"categories\": {\n            \"ECSNACH Return\": [],\n            \"Cheque Return\": [],\n            \"Cheque Payments\": [],\n            \"Salary\": [],\n            \"Tax Refund\": [],\n            \"Tax Transactions\": [\n                {\n                    \"date\": \"29-04-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0.4,\n                    \"deposit_amount\": 0,\n                    \"balance\": 50541.15,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-05-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0.09,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40040.56,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-06-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0.22,\n                    \"deposit_amount\": 0,\n                    \"balance\": 62187.09,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-07-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0.22,\n                    \"deposit_amount\": 0,\n                    \"balance\": 100087.62,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-08-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.49,\n                    \"deposit_amount\": 0,\n                    \"balance\": 45247.38,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-09-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.22,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80089.91,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-10-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.36,\n                    \"deposit_amount\": 0,\n                    \"balance\": 101905.55,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-11-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.27,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10003.78,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-12-2024\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.18,\n                    \"deposit_amount\": 0,\n                    \"balance\": 16076.6,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-01-2025\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.43,\n                    \"deposit_amount\": 0,\n                    \"balance\": 38897.77,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"27-02-2025\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.48,\n                    \"deposit_amount\": 0,\n                    \"balance\": 20081.59,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-03-2025\",\n                    \"narration\": \"GST\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.16,\n                    \"deposit_amount\": 0,\n                    \"balance\": 15580.53,\n                    \"category\": \"Tax Transactions\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"Loan\": [],\n            \"Working CAPITAL\": [],\n            \"Insurance\": [],\n            \"Investment\": [],\n            \"Utility\": [\n                {\n                    \"date\": \"29-04-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 2.25,\n                    \"deposit_amount\": 0,\n                    \"balance\": 50541.55,\n                    \"category\": \"Utility\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-05-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0.5,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40040.65,\n                    \"category\": \"Utility\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-06-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 1.25,\n                    \"deposit_amount\": 0,\n                    \"balance\": 62187.31,\n                    \"category\": \"Utility\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-07-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 1.25,\n                    \"deposit_amount\": 0,\n                    \"balance\": 100087.84,\n                    \"category\": \"Utility\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"Healthcare & Medical\": [],\n            \"Automotive & Transport\": [],\n            \"Ecommerce\": [],\n            \"Online Returns\": [],\n            \"Payment Gateway\": [],\n            \"Credit Card Transactions\": [],\n            \"Contra\": [],\n            \"SweepOut\": [],\n            \"Interest Paid\": [\n                {\n                    \"date\": \"30-06-2024\",\n                    \"narration\": \"BY INTT\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 408,\n                    \"balance\": 62595.09,\n                    \"category\": \"Interest Paid\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"31-03-2025\",\n                    \"narration\": \"BY INTT\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 152,\n                    \"balance\": 10732.53,\n                    \"category\": \"Interest Paid\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"Other Financial Institution\": [],\n            \"Bank Charge\": [\n                {\n                    \"date\": \"30-08-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 2.75,\n                    \"deposit_amount\": 0,\n                    \"balance\": 45247.87,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-09-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 1.25,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80090.13,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-10-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 2,\n                    \"deposit_amount\": 0,\n                    \"balance\": 101905.91,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-11-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 1.5,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10004.05,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-12-2024\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 1,\n                    \"deposit_amount\": 0,\n                    \"balance\": 16076.78,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-01-2025\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 2.4,\n                    \"deposit_amount\": 0,\n                    \"balance\": 38898.2,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"27-02-2025\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 2.7,\n                    \"deposit_amount\": 0,\n                    \"balance\": 20082.07,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-03-2025\",\n                    \"narration\": \"MONTHLY SMS CHA\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0.9,\n                    \"deposit_amount\": 0,\n                    \"balance\": 15580.69,\n                    \"category\": \"Bank Charge\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"ECSNACH\": [],\n            \"ATM/Cash Withdrawl\": [],\n            \"Recurring Debits\": [],\n            \"Recurring Credits\": [],\n            \"UPI\": [\n                {\n                    \"date\": \"03-04-2024\",\n                    \"narration\": \"UPI 409422277806NO REMARKS\",\n                    \"cheque/Reference_no\": \"409422277806\",\n                    \"withdrawl_amount\": 8000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 60121.8,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"12-04-2024\",\n                    \"narration\": \"UPI 410322781361NO REMARKS\",\n                    \"cheque/Reference_no\": \"410322781361\",\n                    \"withdrawl_amount\": 3000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 100543.8,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"12-04-2024\",\n                    \"narration\": \"UPI 410322948355NO REMARKS\",\n                    \"cheque/Reference_no\": \"410322948355\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80543.8,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"22-04-2024\",\n                    \"narration\": \"UPI 411223272923NO REMARKS\",\n                    \"cheque/Reference_no\": \"411223272923\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 60543.8,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-04-2024\",\n                    \"narration\": \"UPI 412000370708NO REMARKS\",\n                    \"cheque/Reference_no\": \"412000370708\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 50543.8,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"01-05-2024\",\n                    \"narration\": \"UPI 412218691644NO REMARKS\",\n                    \"cheque/Reference_no\": \"412218691644\",\n                    \"withdrawl_amount\": 6000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40041.15,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-06-2024\",\n                    \"narration\": \"UPI 416211884216NO REMARKS\",\n                    \"cheque/Reference_no\": \"416211884216\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 51114.56,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"23-06-2024\",\n                    \"narration\": \"UPI 417422305020NO REMARKS\",\n                    \"cheque/Reference_no\": \"417422305020\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 62188.56,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-07-2024\",\n                    \"narration\": \"UPI 419212487437NO REMARKS\",\n                    \"cheque/Reference_no\": \"419212487437\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 73669.09,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"16-07-2024\",\n                    \"narration\": \"UPI 419808361248NO REMARKS\",\n                    \"cheque/Reference_no\": \"419808361248\",\n                    \"withdrawl_amount\": 1000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 100089.09,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-08-2024\",\n                    \"narration\": \"UPI 422222860801NO REMARKS\",\n                    \"cheque/Reference_no\": \"422222860801\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80087.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-08-2024\",\n                    \"narration\": \"UPI 422222329381NO REMARKS\",\n                    \"cheque/Reference_no\": \"422222329381\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 60087.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-08-2024\",\n                    \"narration\": \"UPI 422222343004NO REMARKS\",\n                    \"cheque/Reference_no\": \"422222343004\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 55087.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-08-2024\",\n                    \"narration\": \"UPI 422318790832NO REMARKS\",\n                    \"cheque/Reference_no\": \"422318790832\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 45087.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"13-08-2024\",\n                    \"narration\": \"UPI 422609557623NO REMARKS\",\n                    \"cheque/Reference_no\": \"422609557623\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40087.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"20-08-2024\",\n                    \"narration\": \"UPI 423316216489Gold ear ring\",\n                    \"cheque/Reference_no\": \"423316216489\",\n                    \"withdrawl_amount\": 31892,\n                    \"deposit_amount\": 0,\n                    \"balance\": 50550.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Gold ear ring\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"20-08-2024\",\n                    \"narration\": \"UPI 423317408335NO REMARKS\",\n                    \"cheque/Reference_no\": \"423317408335\",\n                    \"withdrawl_amount\": 800,\n                    \"deposit_amount\": 0,\n                    \"balance\": 49750.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"22-08-2024\",\n                    \"narration\": \"UPI 423515780053NO REMARKS\",\n                    \"cheque/Reference_no\": \"423515780053\",\n                    \"withdrawl_amount\": 1500,\n                    \"deposit_amount\": 0,\n                    \"balance\": 48250.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"26-08-2024\",\n                    \"narration\": \"UPI 423822259005NO REMARKS\",\n                    \"cheque/Reference_no\": \"423822259005\",\n                    \"withdrawl_amount\": 3000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 45250.62,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"04-09-2024\",\n                    \"narration\": \"UPI 424809389533Aug month paid\",\n                    \"cheque/Reference_no\": \"424809389533\",\n                    \"withdrawl_amount\": 4500,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40747.38,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Aug month paid\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-09-2024\",\n                    \"narration\": \"UPI 425515719626NO REMARKS\",\n                    \"cheque/Reference_no\": \"425515719626\",\n                    \"withdrawl_amount\": 4000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80191.38,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"20-09-2024\",\n                    \"narration\": \"UPI 426419318197NO REMARKS\",\n                    \"cheque/Reference_no\": \"426419318197\",\n                    \"withdrawl_amount\": 100,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80091.38,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"01-10-2024\",\n                    \"narration\": \"UPI 427522901735NO REMARKS\",\n                    \"cheque/Reference_no\": \"427522901735\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 70603.91,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-10-2024\",\n                    \"narration\": \"UPI 428415470676Gold\",\n                    \"cheque/Reference_no\": \"428415470676\",\n                    \"withdrawl_amount\": 25000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 87923.91,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Gold\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-10-2024\",\n                    \"narration\": \"UPI 428517714439Gold\",\n                    \"cheque/Reference_no\": \"428517714439\",\n                    \"withdrawl_amount\": 13590,\n                    \"deposit_amount\": 0,\n                    \"balance\": 74333.91,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Gold\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"17-10-2024\",\n                    \"narration\": \"UPI 429122578808NO REMARKS\",\n                    \"cheque/Reference_no\": \"429122578808\",\n                    \"withdrawl_amount\": 14000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 60333.91,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"01-11-2024\",\n                    \"narration\": \"UPI 430609510724NO REMARKS\",\n                    \"cheque/Reference_no\": \"430609510724\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 96905.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"07-11-2024\",\n                    \"narration\": \"UPI 431122975991NO REMARKS\",\n                    \"cheque/Reference_no\": \"431122975991\",\n                    \"withdrawl_amount\": 6000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 90905.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"07-11-2024\",\n                    \"narration\": \"UPI 431122356008NO REMARKS\",\n                    \"cheque/Reference_no\": \"431122356008\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80905.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"07-11-2024\",\n                    \"narration\": \"UPI 431122786655NO REMARKS\",\n                    \"cheque/Reference_no\": \"431122786655\",\n                    \"withdrawl_amount\": 900,\n                    \"deposit_amount\": 0,\n                    \"balance\": 80005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"07-11-2024\",\n                    \"narration\": \"UPI 431209267447NO REMARKS\",\n                    \"cheque/Reference_no\": \"431209267447\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 70005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"22-11-2024\",\n                    \"narration\": \"UPI 432622527867NO REMARKS\",\n                    \"cheque/Reference_no\": \"432622527867\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 60005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"22-11-2024\",\n                    \"narration\": \"UPI 432622713775NO REMARKS\",\n                    \"cheque/Reference_no\": \"432622713775\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 50005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"28-11-2024\",\n                    \"narration\": \"UPI 124503935831NO REMARKS\",\n                    \"cheque/Reference_no\": \"124503935831\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"28-11-2024\",\n                    \"narration\": \"UPI 124739281207NO REMARKS\",\n                    \"cheque/Reference_no\": \"124739281207\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 30005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-11-2024\",\n                    \"narration\": \"UPI 144327076793NO REMARKS\",\n                    \"cheque/Reference_no\": \"144327076793\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 20005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"29-11-2024\",\n                    \"narration\": \"UPI 144448929310NO REMARKS\",\n                    \"cheque/Reference_no\": \"144448929310\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10005.55,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"14-12-2024\",\n                    \"narration\": \"UPI 091903535470NO REMARKS\",\n                    \"cheque/Reference_no\": \"091903535470\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 5003.78,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"24-12-2024\",\n                    \"narration\": \"UPI 120727989592/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"120727989592\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 26077.78,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"24-12-2024\",\n                    \"narration\": \"UPI 133601739265/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"133601739265\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 16077.78,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"01-01-2025\",\n                    \"narration\": \"UPI 194339587989/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"194339587989\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 31426.6,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"09-01-2025\",\n                    \"narration\": \"UPI 144856088546/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"144856088546\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 21426.6,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"13-01-2025\",\n                    \"narration\": \"UPI 182553496958/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"182553496958\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 11426.6,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTI VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"17-01-2025\",\n                    \"narration\": \"UPI 100858167121/BKID/Kirti\\nmungmode/NO REMARKS\",\n                    \"cheque/Reference_no\": \"100858167121\",\n                    \"withdrawl_amount\": 100,\n                    \"deposit_amount\": 0,\n                    \"balance\": 11326.6,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Kirti mungmode\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"20-01-2025\",\n                    \"narration\": \"UPI 070235344666/BKID/Kiti\\nmungmode/NO REMARKS\",\n                    \"cheque/Reference_no\": \"070235344666\",\n                    \"withdrawl_amount\": 3500,\n                    \"deposit_amount\": 0,\n                    \"balance\": 7826.6,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"Kiti mungmode\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"01-02-2025\",\n                    \"narration\": \"UPI 173843135697/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"173843135697\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 28897.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"04-02-2025\",\n                    \"narration\": \"UPI 223728849957/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                    \"cheque/Reference_no\": \"223728849957\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 23897.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"08-02-2025\",\n                    \"narration\": \"UPI 220646934339/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"220646934339\",\n                    \"withdrawl_amount\": 13000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10897.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"08-02-2025\",\n                    \"narration\": \"UPI 220804070791/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"220804070791\",\n                    \"withdrawl_amount\": 887,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10010.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"14-02-2025\",\n                    \"narration\": \"UPI 185742643867/UTIB\\n/KIRTIVIRENDRAMUNGMODE\\n/NO REM\",\n                    \"cheque/Reference_no\": \"185742643867\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 10000,\n                    \"balance\": 64084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"KIRTIVIRENDRAMUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"14-02-2025\",\n                    \"narration\": \"UPI 185910499503/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"185910499503\",\n                    \"withdrawl_amount\": 20000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 44084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"14-02-2025\",\n                    \"narration\": \"UPI 190108934358/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                    \"cheque/Reference_no\": \"190108934358\",\n                    \"withdrawl_amount\": 4000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 40084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"23-02-2025\",\n                    \"narration\": \"UPI 133347494694/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"133347494694\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 35084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"23-02-2025\",\n                    \"narration\": \"UPI 133501025377/BKID\\n/VIRENDRA ABAJI MUNGMODE\\nNO R\",\n                    \"cheque/Reference_no\": \"133501025377\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 30084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"24-02-2025\",\n                    \"narration\": \"UPI 084745834769/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"084745834769\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 20084.77,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"03-03-2025\",\n                    \"narration\": \"UPI 220922667375/BKID/ANIKET\\nNARESH DHAMANGE/Feb m\",\n                    \"cheque/Reference_no\": \"220922667375\",\n                    \"withdrawl_amount\": 4500,\n                    \"deposit_amount\": 0,\n                    \"balance\": 15581.59,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"ANIKET NARESH DHAMANGE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"13-03-2025\",\n                    \"narration\": \"UPI 102134312529/UTIB/KIRTI\\nVIRENDRA MUNGMODE/NO R\",\n                    \"cheque/Reference_no\": \"102134312529\",\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 19581.59,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"15-03-2025\",\n                    \"narration\": \"UPI 231453714234/BKID\\n/VIRENDRA ABAJI MUNGMODE\\n/NO R\",\n                    \"cheque/Reference_no\": \"231453714234\",\n                    \"withdrawl_amount\": 4000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 15581.59,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"31-03-2025\",\n                    \"narration\": \"UPI 210311961244/BKID\\n/VIRENDRA ABAJI MUNGMODE\\n/NO R\",\n                    \"cheque/Reference_no\": \"210311961244\",\n                    \"withdrawl_amount\": 5000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 10580.53,\n                    \"category\": \"UPI\",\n                    \"counter_party\": \"VIRENDRA ABAJI MUNGMODE\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"IMPS\": [\n                {\n                    \"date\": \"17-06-2024\",\n                    \"narration\": \"416909136801/416909449600\\nTRANSFER TO 60382875800 ΤΟ\\nAEPS PAYABLE POOL\\nACCOUNTS\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 10000,\n                    \"deposit_amount\": 0,\n                    \"balance\": 72188.56,\n                    \"category\": \"IMPS\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"NEFT\": [\n                {\n                    \"date\": \"05-04-2024\",\n                    \"narration\": \"NEFT IPN2403310003NKW\\nTAKULA HEAL\\nMAHB240965533992 ICIC0000870\",\n                    \"cheque/Reference_no\": \"IPN2403310003NKW\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 800,\n                    \"balance\": 60921.8,\n                    \"category\": \"NEFT\",\n                    \"counter_party\": \"TAKULA HEAL\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"RTGS\": [],\n            \"Food & Dining\": [],\n            \"Cash Deposit\": [],\n            \"Other\": [\n                {\n                    \"date\": \"03-04-2024\",\n                    \"narration\": \"APB CPSMSICIC C032486952495\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 27363,\n                    \"balance\": 68121.8,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"06-04-2024\",\n                    \"narration\": \"APB CPSMSICIC C032489731403\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 28922,\n                    \"balance\": 89843.8,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"06-04-2024\",\n                    \"narration\": \"APB CPSMSICIC C032490829580\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 13700,\n                    \"balance\": 103543.8,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"04-06-2024\",\n                    \"narration\": \"APB CPSMSICIC C052428900420\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 71114.56,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"13-06-2024\",\n                    \"narration\": \"APB CPSMSICIC C062410394547\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 82188.56,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"10-07-2024\",\n                    \"narration\": \"APB CPSMSICIC C072413499443\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 93669.09,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"15-07-2024\",\n                    \"narration\": \"APB CPSMSICIC C062445108405\",\n                    \"cheque/Reference_no\": null,\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 27420,\n                    \"balance\": 101089.09,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"13-08-2024\",\n                    \"narration\": \"APB CPSMSICIC C082410658321\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 30065,\n                    \"balance\": 70152.62,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"14-08-2024\",\n                    \"narration\": \"APB CPSMSICIC C082414564005\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 12290,\n                    \"balance\": 82442.62,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-09-2024\",\n                    \"narration\": \"APB CPSMSICIC C092412601421\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 12370,\n                    \"balance\": 53117.38,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-09-2024\",\n                    \"narration\": \"APB CPSMSICIC C092412110470\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 84191.38,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-09-2024\",\n                    \"narration\": \"BY INTT\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 514,\n                    \"balance\": 80603.91,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"09-10-2024\",\n                    \"narration\": \"APB CPSMSICIC C102418033557\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 11246,\n                    \"balance\": 81849.91,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"09-10-2024\",\n                    \"narration\": \"APB CPSMSICIC C102402632679\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 112923.91,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-10-2024\",\n                    \"narration\": \"APB CPSMSICIC C102453237447\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 91407.91,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"30-10-2024\",\n                    \"narration\": \"APB CPSMSICIC C102453265682\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 10500,\n                    \"balance\": 101907.91,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"20-12-2024\",\n                    \"narration\": \"APB CPSMSICIC C122425590755\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 36077.78,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"31-12-2024\",\n                    \"narration\": \"APB CPSMSICIC C122436272435\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 13000,\n                    \"balance\": 29076.6,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"31-12-2024\",\n                    \"narration\": \"APB CPSMSICIC C122436280827\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 12000,\n                    \"balance\": 41076.6,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"APB CPSMSICIC\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"31-12-2024\",\n                    \"narration\": \"BY INTT\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 350,\n                    \"balance\": 41426.6,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"28-01-2025\",\n                    \"narration\": \"APB CPSMSICIC C012545446885\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 38900.6,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-02-2025\",\n                    \"narration\": \"APB CPSMSICIC C022509545327\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 31074,\n                    \"balance\": 41084.77,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-02-2025\",\n                    \"narration\": \"APB CPSMSICIC C022508274222\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 13000,\n                    \"balance\": 54084.77,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                },\n                {\n                    \"date\": \"11-03-2025\",\n                    \"narration\": \"APB CPSMSICIC C032512989751\",\n                    \"cheque/Reference_no\": \"\",\n                    \"withdrawl_amount\": 0,\n                    \"deposit_amount\": 14000,\n                    \"balance\": 29581.59,\n                    \"category\": \"Other\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ],\n            \"Rent\": [\n                {\n                    \"date\": \"01-05-2024\",\n                    \"narration\": \"UPI 412218543603 April Monthly\\nrent paid\",\n                    \"cheque/Reference_no\": \"412218543603\",\n                    \"withdrawl_amount\": 4500,\n                    \"deposit_amount\": 0,\n                    \"balance\": 46041.15,\n                    \"category\": \"Rent\",\n                    \"counter_party\": \"\",\n                    \"is_calculated\": false\n                }\n            ]\n        },\n        \"mismatch_transactions\": [],\n        \"Recurring Debits\": [\n            {\n                \"Name\": \"KIRTI VIRENDRA MUNGMODE\",\n                \"Count (Total)\": 18,\n                \"Total\": 141987,\n                \"Dec 2024\": 20000,\n                \"Jan 2025\": 30100,\n                \"Feb 2025\": 72887,\n                \"Mar 2025\": 19000\n            },\n            {\n                \"Name\": \"GOLD EAR RING\",\n                \"Count (Total)\": 3,\n                \"Total\": 70482,\n                \"Aug 2024\": 31892,\n                \"Oct 2024\": 38590\n            },\n            {\n                \"Name\": \"AUG MONTH PAID\",\n                \"Count (Total)\": 1,\n                \"Total\": 4500,\n                \"Sep 2024\": 4500\n            },\n            {\n                \"Name\": \"ANIKET NARESH DHAMANGE\",\n                \"Count (Total)\": 1,\n                \"Total\": 4500,\n                \"Mar 2025\": 4500\n            },\n            {\n                \"Name\": \"KITI MUNGMODE\",\n                \"Count (Total)\": 1,\n                \"Total\": 3500,\n                \"Jan 2025\": 3500\n            }\n        ],\n        \"Recurring Credits\": [\n            {\n                \"Name\": \"APB CPSMSICIC\",\n                \"Count (Total)\": 11,\n                \"Total\": 225767,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43444,\n                \"Oct 2024\": 83894,\n                \"Dec 2024\": 56074\n            },\n            {\n                \"Name\": \"KIRTIVIRENDRAMUNGMODE\",\n                \"Count (Total)\": 1,\n                \"Total\": 10000,\n                \"Feb 2025\": 10000\n            },\n            {\n                \"Name\": \"TAKULA HEAL\",\n                \"Count (Total)\": 1,\n                \"Total\": 800,\n                \"Apr 2024\": 800\n            }\n        ],\n        \"cam_analysis\": [\n            {\n                \"Particulars\": \"Average Credit Transaction\",\n                \"Overall/Total\": 18491.64,\n                \"Apr 2024\": 17696.25,\n                \"May 2024\": 0,\n                \"Jun 2024\": 20852,\n                \"Jul 2024\": 29247,\n                \"Aug 2024\": 21177.5,\n                \"Sep 2024\": 14652.67,\n                \"Oct 2024\": 20973.5,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 14106,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 18024.67,\n                \"Mar 2025\": 7076\n            },\n            {\n                \"Particulars\": \"Total Credit (No.)\",\n                \"Overall/Total\": 28,\n                \"Apr 2024\": 4,\n                \"May 2024\": 0,\n                \"Jun 2024\": 3,\n                \"Jul 2024\": 2,\n                \"Aug 2024\": 2,\n                \"Sep 2024\": 3,\n                \"Oct 2024\": 4,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 4,\n                \"Jan 2025\": 1,\n                \"Feb 2025\": 3,\n                \"Mar 2025\": 2\n            },\n            {\n                \"Particulars\": \"Average Debit Transaction\",\n                \"Overall/Total\": 6521.34,\n                \"Apr 2024\": 8714.66,\n                \"May 2024\": 2625.15,\n                \"Jun 2024\": 8000.29,\n                \"Jul 2024\": 5250.37,\n                \"Aug 2024\": 8835.93,\n                \"Sep 2024\": 1720.29,\n                \"Oct 2024\": 10432.06,\n                \"Nov 2024\": 7069.37,\n                \"Dec 2024\": 5000.24,\n                \"Jan 2025\": 4800.4,\n                \"Feb 2025\": 6626.38,\n                \"Mar 2025\": 3916.84\n            },\n            {\n                \"Particulars\": \"Total Debit (No.)\",\n                \"Overall/Total\": 84,\n                \"Apr 2024\": 7,\n                \"May 2024\": 4,\n                \"Jun 2024\": 5,\n                \"Jul 2024\": 4,\n                \"Aug 2024\": 11,\n                \"Sep 2024\": 5,\n                \"Oct 2024\": 6,\n                \"Nov 2024\": 13,\n                \"Dec 2024\": 5,\n                \"Jan 2025\": 7,\n                \"Feb 2025\": 11,\n                \"Mar 2025\": 6\n            },\n            {\n                \"Particulars\": \"Total Credits\",\n                \"Overall/Total\": 517766,\n                \"Apr 2024\": 70785,\n                \"May 2024\": 0,\n                \"Jun 2024\": 62556,\n                \"Jul 2024\": 58494,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43958,\n                \"Oct 2024\": 83894,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 56424,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 54074,\n                \"Mar 2025\": 14152\n            },\n            {\n                \"Particulars\": \"Reversal Cheque Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Reversal of Inward Cheque Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Reversal of Online Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Gross Credits\",\n                \"Overall/Total\": 517766,\n                \"Apr 2024\": 70785,\n                \"May 2024\": 0,\n                \"Jun 2024\": 62556,\n                \"Jul 2024\": 58494,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43958,\n                \"Oct 2024\": 83894,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 56424,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 54074,\n                \"Mar 2025\": 14152\n            },\n            {\n                \"Particulars\": \"ECS Credits\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Loan Received\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Net Credits\",\n                \"Overall/Total\": 517766,\n                \"Apr 2024\": 70785,\n                \"May 2024\": 0,\n                \"Jun 2024\": 62556,\n                \"Jul 2024\": 58494,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43958,\n                \"Oct 2024\": 83894,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 56424,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 54074,\n                \"Mar 2025\": 14152\n            },\n            {\n                \"Particulars\": \"Inhouse Credit\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Net Cash Inflow\",\n                \"Overall/Total\": 517766,\n                \"Apr 2024\": 70785,\n                \"May 2024\": 0,\n                \"Jun 2024\": 62556,\n                \"Jul 2024\": 58494,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43958,\n                \"Oct 2024\": 83894,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 56424,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 54074,\n                \"Mar 2025\": 14152\n            },\n            {\n                \"Particulars\": \"Total Debits\",\n                \"Overall/Total\": 547792.27,\n                \"Apr 2024\": 61002.65,\n                \"May 2024\": 10500.59,\n                \"Jun 2024\": 40001.47,\n                \"Jul 2024\": 21001.47,\n                \"Aug 2024\": 97195.24,\n                \"Sep 2024\": 8601.47,\n                \"Oct 2024\": 62592.36,\n                \"Nov 2024\": 91901.77,\n                \"Dec 2024\": 25001.18,\n                \"Jan 2025\": 33602.83,\n                \"Feb 2025\": 72890.18,\n                \"Mar 2025\": 23501.06\n            },\n            {\n                \"Particulars\": \"Outward Cheque Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Reversal of Outward Cheque Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Online Return\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Gross Debits\",\n                \"Overall/Total\": 547792.27,\n                \"Apr 2024\": 61002.65,\n                \"May 2024\": 10500.59,\n                \"Jun 2024\": 40001.47,\n                \"Jul 2024\": 21001.47,\n                \"Aug 2024\": 97195.24,\n                \"Sep 2024\": 8601.47,\n                \"Oct 2024\": 62592.36,\n                \"Nov 2024\": 91901.77,\n                \"Dec 2024\": 25001.18,\n                \"Jan 2025\": 33602.83,\n                \"Feb 2025\": 72890.18,\n                \"Mar 2025\": 23501.06\n            },\n            {\n                \"Particulars\": \"Loan Repaid\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Net Debits\",\n                \"Overall/Total\": 547792.27,\n                \"Apr 2024\": 61002.65,\n                \"May 2024\": 10500.59,\n                \"Jun 2024\": 40001.47,\n                \"Jul 2024\": 21001.47,\n                \"Aug 2024\": 97195.24,\n                \"Sep 2024\": 8601.47,\n                \"Oct 2024\": 62592.36,\n                \"Nov 2024\": 91901.77,\n                \"Dec 2024\": 25001.18,\n                \"Jan 2025\": 33602.83,\n                \"Feb 2025\": 72890.18,\n                \"Mar 2025\": 23501.06\n            },\n            {\n                \"Particulars\": \"Inhouse Debit\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Net Cash Outflow\",\n                \"Overall/Total\": 547792.27,\n                \"Apr 2024\": 61002.65,\n                \"May 2024\": 10500.59,\n                \"Jun 2024\": 40001.47,\n                \"Jul 2024\": 21001.47,\n                \"Aug 2024\": 97195.24,\n                \"Sep 2024\": 8601.47,\n                \"Oct 2024\": 62592.36,\n                \"Nov 2024\": 91901.77,\n                \"Dec 2024\": 25001.18,\n                \"Jan 2025\": 33602.83,\n                \"Feb 2025\": 72890.18,\n                \"Mar 2025\": 23501.06\n            },\n            {\n                \"Particulars\": \"Inward Cheque Return (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Inward Cheque Return/Total Cheques Received (%)\",\n                \"Overall/Total\": \"-\",\n                \"Apr 2024\": \"-\",\n                \"May 2024\": \"-\",\n                \"Jun 2024\": \"-\",\n                \"Jul 2024\": \"-\",\n                \"Aug 2024\": \"-\",\n                \"Sep 2024\": \"-\",\n                \"Oct 2024\": \"-\",\n                \"Nov 2024\": \"-\",\n                \"Dec 2024\": \"-\",\n                \"Jan 2025\": \"-\",\n                \"Feb 2025\": \"-\",\n                \"Mar 2025\": \"-\"\n            },\n            {\n                \"Particulars\": \"Outward Cheque Return (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Outward Cheque Return/ Total Cheques Paid (%)\",\n                \"Overall/Total\": \"-\",\n                \"Apr 2024\": \"-\",\n                \"May 2024\": \"-\",\n                \"Jun 2024\": \"-\",\n                \"Jul 2024\": \"-\",\n                \"Aug 2024\": \"-\",\n                \"Sep 2024\": \"-\",\n                \"Oct 2024\": \"-\",\n                \"Nov 2024\": \"-\",\n                \"Dec 2024\": \"-\",\n                \"Jan 2025\": \"-\",\n                \"Feb 2025\": \"-\",\n                \"Mar 2025\": \"-\"\n            },\n            {\n                \"Particulars\": \"Inward Online Return (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Inward Online Return/Total Online Credits (%)\",\n                \"Overall/Total\": \"0.0%\",\n                \"Apr 2024\": \"0.0%\",\n                \"May 2024\": \"-\",\n                \"Jun 2024\": \"-\",\n                \"Jul 2024\": \"-\",\n                \"Aug 2024\": \"-\",\n                \"Sep 2024\": \"-\",\n                \"Oct 2024\": \"-\",\n                \"Nov 2024\": \"-\",\n                \"Dec 2024\": \"-\",\n                \"Jan 2025\": \"-\",\n                \"Feb 2025\": \"0.0%\",\n                \"Mar 2025\": \"-\"\n            },\n            {\n                \"Particulars\": \"Outward Online Return (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Outward Online Return/ Total Online Debits (%)\",\n                \"Overall/Total\": \"0.0%\",\n                \"Apr 2024\": \"0.0%\",\n                \"May 2024\": \"0.0%\",\n                \"Jun 2024\": \"0.0%\",\n                \"Jul 2024\": \"0.0%\",\n                \"Aug 2024\": \"0.0%\",\n                \"Sep 2024\": \"0.0%\",\n                \"Oct 2024\": \"0.0%\",\n                \"Nov 2024\": \"0.0%\",\n                \"Dec 2024\": \"0.0%\",\n                \"Jan 2025\": \"0.0%\",\n                \"Feb 2025\": \"0.0%\",\n                \"Mar 2025\": \"0.0%\"\n            },\n            {\n                \"Particulars\": \"ECS Return (Credit Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"ECS Return/Total ECS Payments (%)\",\n                \"Overall/Total\": \"-\",\n                \"Apr 2024\": \"-\",\n                \"May 2024\": \"-\",\n                \"Jun 2024\": \"-\",\n                \"Jul 2024\": \"-\",\n                \"Aug 2024\": \"-\",\n                \"Sep 2024\": \"-\",\n                \"Oct 2024\": \"-\",\n                \"Nov 2024\": \"-\",\n                \"Dec 2024\": \"-\",\n                \"Jan 2025\": \"-\",\n                \"Feb 2025\": \"-\",\n                \"Mar 2025\": \"-\"\n            },\n            {\n                \"Particulars\": \"Inhouse Credit (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Inhouse Credit/Total Credits (%)\",\n                \"Overall/Total\": \"0.0%\",\n                \"Apr 2024\": \"0.0%\",\n                \"May 2024\": \"-\",\n                \"Jun 2024\": \"0.0%\",\n                \"Jul 2024\": \"0.0%\",\n                \"Aug 2024\": \"0.0%\",\n                \"Sep 2024\": \"0.0%\",\n                \"Oct 2024\": \"0.0%\",\n                \"Nov 2024\": \"-\",\n                \"Dec 2024\": \"0.0%\",\n                \"Jan 2025\": \"0.0%\",\n                \"Feb 2025\": \"0.0%\",\n                \"Mar 2025\": \"0.0%\"\n            },\n            {\n                \"Particulars\": \"Inhouse Debit (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Inhouse Debit/Total Debits (%)\",\n                \"Overall/Total\": \"0.0%\",\n                \"Apr 2024\": \"0.0%\",\n                \"May 2024\": \"0.0%\",\n                \"Jun 2024\": \"0.0%\",\n                \"Jul 2024\": \"0.0%\",\n                \"Aug 2024\": \"0.0%\",\n                \"Sep 2024\": \"0.0%\",\n                \"Oct 2024\": \"0.0%\",\n                \"Nov 2024\": \"0.0%\",\n                \"Dec 2024\": \"0.0%\",\n                \"Jan 2025\": \"0.0%\",\n                \"Feb 2025\": \"0.0%\",\n                \"Mar 2025\": \"0.0%\"\n            },\n            {\n                \"Particulars\": \"Balance EOD\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": 50541.15,\n                \"May 2024\": 40040.65,\n                \"Jun 2024\": 62595.09,\n                \"Jul 2024\": 100087.84,\n                \"Aug 2024\": 45247.87,\n                \"Sep 2024\": 80603.91,\n                \"Oct 2024\": 101905.55,\n                \"Nov 2024\": 10005.55,\n                \"Dec 2024\": 41076.6,\n                \"Jan 2025\": 38897.77,\n                \"Feb 2025\": 20081.59,\n                \"Mar 2025\": 10732.53\n            },\n            {\n                \"Particulars\": \"OD/CC Sanction Limit\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"OD/CC Drawing Power Limit\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Average OD & CC Limit Utilization (%)\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"No. of days limit over-drawn\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"No. of times limit over-drawn\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Overdrawn Amount In Rs. Mn. (for all days)\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Overdrawn Average Amount in Rs. Mn.\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Overdrawn Average as a %age of OD/CC Limit\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Peak overdrawing amount\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"Peak overdrawing date\",\n                \"Overall/Total\": \"\",\n                \"Apr 2024\": \"\",\n                \"May 2024\": \"\",\n                \"Jun 2024\": \"\",\n                \"Jul 2024\": \"\",\n                \"Aug 2024\": \"\",\n                \"Sep 2024\": \"\",\n                \"Oct 2024\": \"\",\n                \"Nov 2024\": \"\",\n                \"Dec 2024\": \"\",\n                \"Jan 2025\": \"\",\n                \"Feb 2025\": \"\",\n                \"Mar 2025\": \"\"\n            },\n            {\n                \"Particulars\": \"ECS Payment\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"No. of Unique ECS/ EMI's\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Interest Paid\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Interest Received\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cash Deposit\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cash Withdrawal\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cheque Received (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cheque Payments (Nos.)\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cheque Received Amount\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Cheque Payment Amount\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Online Credits\",\n                \"Overall/Total\": 10800,\n                \"Apr 2024\": 800,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 10000,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Online Debits\",\n                \"Overall/Total\": 543269,\n                \"Apr 2024\": 61000,\n                \"May 2024\": 6000,\n                \"Jun 2024\": 40000,\n                \"Jul 2024\": 21000,\n                \"Aug 2024\": 97192,\n                \"Sep 2024\": 8600,\n                \"Oct 2024\": 62590,\n                \"Nov 2024\": 91900,\n                \"Dec 2024\": 25000,\n                \"Jan 2025\": 33600,\n                \"Feb 2025\": 72887,\n                \"Mar 2025\": 23500\n            },\n            {\n                \"Particulars\": \"Tax Payment\",\n                \"Overall/Total\": 3.52,\n                \"Apr 2024\": 0.4,\n                \"May 2024\": 0.09,\n                \"Jun 2024\": 0.22,\n                \"Jul 2024\": 0.22,\n                \"Aug 2024\": 0.49,\n                \"Sep 2024\": 0.22,\n                \"Oct 2024\": 0.36,\n                \"Nov 2024\": 0.27,\n                \"Dec 2024\": 0.18,\n                \"Jan 2025\": 0.43,\n                \"Feb 2025\": 0.48,\n                \"Mar 2025\": 0.16\n            },\n            {\n                \"Particulars\": \"Tax Refund\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Salary Payments\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Insurance Payments\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Utility Payments\",\n                \"Overall/Total\": 5.25,\n                \"Apr 2024\": 2.25,\n                \"May 2024\": 0.5,\n                \"Jun 2024\": 1.25,\n                \"Jul 2024\": 1.25,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"Bank Charges\",\n                \"Overall/Total\": 14.5,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 2.75,\n                \"Sep 2024\": 1.25,\n                \"Oct 2024\": 2,\n                \"Nov 2024\": 1.5,\n                \"Dec 2024\": 1,\n                \"Jan 2025\": 2.4,\n                \"Feb 2025\": 2.7,\n                \"Mar 2025\": 0.9\n            },\n            {\n                \"Particulars\": \"Other Credits\",\n                \"Overall/Total\": 506406,\n                \"Apr 2024\": 69985,\n                \"May 2024\": 0,\n                \"Jun 2024\": 62148,\n                \"Jul 2024\": 58494,\n                \"Aug 2024\": 42355,\n                \"Sep 2024\": 43958,\n                \"Oct 2024\": 83894,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 56424,\n                \"Jan 2025\": 31074,\n                \"Feb 2025\": 44074,\n                \"Mar 2025\": 14000\n            },\n            {\n                \"Particulars\": \"Other Debits\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"OFI Credits\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            },\n            {\n                \"Particulars\": \"OFI Debits\",\n                \"Overall/Total\": 0,\n                \"Apr 2024\": 0,\n                \"May 2024\": 0,\n                \"Jun 2024\": 0,\n                \"Jul 2024\": 0,\n                \"Aug 2024\": 0,\n                \"Sep 2024\": 0,\n                \"Oct 2024\": 0,\n                \"Nov 2024\": 0,\n                \"Dec 2024\": 0,\n                \"Jan 2025\": 0,\n                \"Feb 2025\": 0,\n                \"Mar 2025\": 0\n            }\n        ],\n        \"Fraud Indicators\": [\n            {\n                \"Category Name\": \"ECSNACH Return\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Cheque Return\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"RTGS Payments less than 2 Lakhs\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"IMPS Payments greater than 5 Lakhs\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Cash Deposit greater than 1 Lakhs\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Tax Payments in round figures\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"ATM/CASH withdrawal not in multiples of 100\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Frequent Cash Deposit >50,000 within 10 days\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Equal credit debit transactions\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Common Customers/Suppliers (Same party in credit & debit)\",\n                \"Count\": 1,\n                \"Whether Present (Yes/No)\": \"Yes\"\n            },\n            {\n                \"Category Name\": \"Cash as Most Preferred Mode (>50% by count or amount)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Cash Deposit > Salary (Count or Amount)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Salary Utilized >50% within 5 Days\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Months with No Transactions at Beginning & End\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Low Transaction Count (Inactive Account)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Irregular/Missed EMI Transactions\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Round Figure Transactions (Potential Structuring)\",\n                \"Count\": 29,\n                \"Whether Present (Yes/No)\": \"Yes\"\n            },\n            {\n                \"Category Name\": \"Multiple Small Transactions Near Threshold (Same Day)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Weekend Banking Activity\",\n                \"Count\": 23,\n                \"Whether Present (Yes/No)\": \"Yes\"\n            },\n            {\n                \"Category Name\": \"Contra Transactions (Circular Movement)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"High-Value UPI Transactions (>1 Lakh)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Frequent Cheque Returns (>=3)\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"SweepOut Transactions\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            },\n            {\n                \"Category Name\": \"Online Returns > Ecommerce Purchases\",\n                \"Count\": 0,\n                \"Whether Present (Yes/No)\": \"No\"\n            }\n        ]\n    },\n    \"no_of_pages\": 3,\n    \"total_transactions\": 112,\n    \"requestid\": \"AZAPI-0172682708799663\",\n    \"sequenceid\": \"AZAPI-0172682708799663\",\n    \"request_time\": \"2026-01-22T19:29:21.677700\",\n    \"response_time\": \"2026-01-22T19:29:49.111024\",\n    \"s3_url\": \"https://invoice-bucket-2.s3.amazonaws.com/reports/f2535a0ce3aa42ef82597a80f686ab76.xlsx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140042Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=8bfa1248d91031979ed4980a3e4b032be3c1ddd89c5bf62c51765b029ffe74a7\"\n}"},{"id":"40096640-457b-45d2-a6c8-055236c86923","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-991349b71d9f9ecc5e0d7f018cfa4efb045e1fc6ace332aa77ffc76556f0bdce","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/bank0005d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Fri, 02 Jan 2026 08:41:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"AZAPI-7399927839680549\",\n    \"sequenceid\": \"AZAPI-7399927839680549\",\n    \"request_time\": \"2026-01-02T14:11:59.264551\",\n    \"response_time\": \"2026-01-02T14:11:59.333615\"\n}"},{"id":"a9764e95-04e9-4281-a684-cfc0976406d5","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-991349b71d9f9ecc5e0d7f018cfa4efb045e1fc6ace332aa77ffc76556f0bdc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/dcdb1307-09d8-4264-a330-e6832ac7e164.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260102%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260102T072534Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=3f166c22360df333b56b05e08d43f1ae51eef20c6f6e2f4e4915f3696a40b9fe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/bank0005d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Fri, 02 Jan 2026 08:40:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"49974bb7-fc69-4b19-8bb1-10e1b6ab7f27","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-991349b71d9f9ecc5e0d7f018cfa4efb045e1fc6ace332aa77ffc76556f0bdce","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/dcdb1307-09d8-4264-a330-e6832ac7e164.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260102%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260102T072534Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=3f166c22360df333b56b05e08d43f1ae51eef20c6f6e2f4e4915f3696a40b9fe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/bank0005d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Fri, 02 Jan 2026 08:40:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"177f732b-ec5a-4c4e-a4dc-cadd8a3e8f4c"}],"id":"396e97b9-e540-49f1-a899-78891b014a8e","_postman_id":"396e97b9-e540-49f1-a899-78891b014a8e","description":""},{"name":"Phone Finance","item":[{"name":"IMEI Extractor","id":"5dfc1fee-5001-400c-a148-edef6996d3db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-7a264e92d047078ba7077856c0fd8660d95c076064860c9238ac88e2f4c21ba1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"6f17a56f-8d4b-4b99-89f9-5037fc86e692","src":"/C:/Users/azlog/Downloads/seperate/Vivo/FRONT_0bfc9568-f8fd-4ef3-8bac-12ab87035f35.jpg"}]},"url":"{{ocr_url}}/mb0001d","urlObject":{"path":["mb0001d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"ae3fa4e2-8932-4cd0-bbae-82b3d61ddcd7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-7a264e92d047078ba7077856c0fd8660d95c076064860c9238ac88e2f4c21ba1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"6f17a56f-8d4b-4b99-89f9-5037fc86e692","src":"/C:/Users/azlog/Downloads/seperate/Vivo/FRONT_0bfc9568-f8fd-4ef3-8bac-12ab87035f35.jpg"}]},"url":"{{ocr_url}}/mb0001d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"971"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 18 Feb 2025 05:25:08 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67b419ab-31fd174f7a4187e101342946;Parent=79ec073d4cc9ced4;Sampled=0;Lineage=1:6b8ebe9f:0"},{"key":"x-amzn-RequestId","value":"0eec2d7b-3c3e-4692-8771-9e334664e8e3"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"971"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"x-amz-apigw-id","value":"GKjy4F_fhcwEJrw="},{"key":"x-amzn-Remapped-Server","value":"azapi.ai"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, max-age=0, private"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"azapi"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 182e352a25f69788407d2b18f81be2a0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM78-P6"},{"key":"X-Amz-Cf-Id","value":"koSDVjxBCUwKZHKrblIGURdmilIMT2rqacRKQuuOZaINNaRAXBHCDA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"ocr_response\": {\n            \"id_brand\": \"Vivo\",\n            \"id_model\": \"V2403\",\n            \"id_iemi1\": \"865260079744615\",\n            \"id_iemi2\": \"865260079744607\",\n            \"id_color\": \"Royal Bronze\",\n            \"id_ram\": \"8GB\",\n            \"id_rom\": \"256GB\",\n            \"id_type\": \"IEMI\"\n        },\n        \"warranty_check_response\": {\n            \"id_brand\": \"\",\n            \"id_market_name\": \"\",\n            \"id_warranty\": \"18/01/2026 (DD/MM/YYYY)\",\n            \"id_model_name\": \"V40e 8G+256G\",\n            \"id_model_type_code\": 0,\n            \"id_device_color\": \"Royal Bronze\",\n            \"id_memory\": \"\",\n            \"id_memory_ram\": \"\",\n            \"id_memory_rom\": \"\",\n            \"id_purchase_date\": \"\",\n            \"id_imei\": \"86526*****44615\",\n            \"id_serial_number\": \"\",\n            \"id_country\": \"\",\n            \"id_product_status\": \"\",\n            \"id_product_configuration\": \"\",\n            \"id_image_url\": \"\",\n            \"id_device_age\": \"\",\n            \"id_active_time\": \"\"\n        }\n    },\n    \"requestid\": \"1732342865999694\",\n    \"sequenceid\": \"1732342865999694\",\n    \"request_time\": \"2025-02-18T10:55:05.829986\",\n    \"response_time\": \"2025-02-18T10:55:08.924514\"\n}"},{"id":"315a4c84-9c67-4cc1-ac39-a98703d16c17","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-7a264e92d047078ba7077856c0fd8660d95c076064860c9238ac88e2f4c21ba1","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"6f17a56f-8d4b-4b99-89f9-5037fc86e692","src":"/C:/Users/azlog/Downloads/TracesConnect.png"}]},"url":"{{ocr_url}}/mb0001d"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"398"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 18 Feb 2025 05:26:10 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67b419f1-1680474a3dd0ee8f05a560fb;Parent=2519e158d946defe;Sampled=0;Lineage=1:6b8ebe9f:0"},{"key":"x-amzn-RequestId","value":"7bb1013d-b0c3-4054-b75e-a46a66deb200"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"398"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"x-amz-apigw-id","value":"GKj9zHGbBcwEXfg="},{"key":"x-amzn-Remapped-Server","value":"azapi.ai"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, max-age=0, private"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"azapi"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 8b6a02762553dbdb8813f31658c055ca.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM78-P6"},{"key":"X-Amz-Cf-Id","value":"6ckBRSwCJUxNYQn19ULxcz4vMEIljjxjiEAJgbB8im1-30yZ0CPIhA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"3280645707999243\",\n    \"sequenceid\": \"3280645707999243\",\n    \"request_time\": \"2025-02-18T10:56:09.811654\",\n    \"response_time\": \"2025-02-18T10:56:10.377221\"\n}"},{"id":"d24c28fe-6e26-49d1-b59f-0dd92621dd20","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"6f17a56f-8d4b-4b99-89f9-5037fc86e692","src":"/C:/Users/azlog/Downloads/seperate/Vivo/FRONT_0bfc9568-f8fd-4ef3-8bac-12ab87035f35.jpg"}]},"url":"{{ocr_url}}/mb0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:27:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b4d06229-d3e1-414b-aabb-9ee70d2cd106"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"GKkGhFX7BcwELMw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67b41a29-0ede78a03305feff3d594269;Parent=5b173a7fc6b77758;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"45f067c9-05a8-4282-a69c-6211fab2e941","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-7a264e92d047078ba7077856c0fd8660d95c076064860c9238ac88e2f4c21b","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"6f17a56f-8d4b-4b99-89f9-5037fc86e692","src":"/C:/Users/azlog/Downloads/seperate/Vivo/FRONT_0bfc9568-f8fd-4ef3-8bac-12ab87035f35.jpg"}]},"url":"{{ocr_url}}/mb0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 05:27:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"36953eb6-a937-4d80-b797-d00da43fe960"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"GKkMSFPMhcwEVyw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-67b41a4e-7c6e81b16eecfd9c46c29f91;Parent=5443e2dc84827daf;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"5dfc1fee-5001-400c-a148-edef6996d3db"}],"id":"41ab71fe-fd93-445b-a3ea-96fd7519c1bc","_postman_id":"41ab71fe-fd93-445b-a3ea-96fd7519c1bc","description":""},{"name":"Financial","item":[{"name":"Bond Document","id":"8e7a292b-3593-4ef8-af1d-c568a818d6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/iloveimg-converted/6292_1.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"value":null,"disabled":true}]},"url":"{{ocr_url}}/f0001d","urlObject":{"path":["f0001d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"c4a4babc-b1f5-4ebb-9a66-e334b4b3baed","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/iloveimg-converted/6292_1.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"value":null,"disabled":true}]},"url":"{{ocr_url}}/f0001d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:26:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1601"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"83ceae52-746c-4be7-853f-276b35329c86"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1601"},{"key":"x-amz-apigw-id","value":"RMbvIHV4BcwESsQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce732d-0db52fc526307fbf5ac98d06;Parent=37836202673aabea;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"applicant_name\": \"MADAN MOHAN PATHAK\",\n        \"applicant_dob\": \"09071955\",\n        \"applicant_pan\": \"A HEPP 6494 L\",\n        \"applicant_gender\": \"MALE\",\n        \"second_applicant_name\": \"\",\n        \"second_applicant_pan\": \"\",\n        \"second_applicant_gender\": \"\",\n        \"third_applicant_name\": \"\",\n        \"third_applicant_pan\": \"\",\n        \"third_applicant_gender\": \"\",\n        \"mobile_number\": \"8319375415\",\n        \"email\": \"MMPMMP37@YAHOO.COM\",\n        \"father_name\": \"DUKH MOCHAN PATHAK\",\n        \"correspondence_address\": \"Η NO.50 SAHARA VIHAR WARD 37 KASIM PARA\\nBILASPUR BILASPUR R.S BILASPUR CHHATTISGARH\",\n        \"correspondence_city\": \"BILASPUR\",\n        \"correspondence_pincode\": \"495004\",\n        \"permanent_same_as_correspondence\": \"No\",\n        \"permanent_address\": \"\",\n        \"permanent_city\": \"\",\n        \"permanent_pincode\": \"\",\n        \"applicant_type\": \"Resident Individual\",\n        \"number_of_bonds_applied\": \"\",\n        \"total_amount\": \"\",\n        \"application_number\": \"\",\n        \"cheque_or_dd_number\": \"\",\n        \"cheque_or_dd_date\": \"\",\n        \"bank_name_drawn_on\": \"\",\n        \"broker_name\": \"91-HDFC\\nSECURITIES LIMITED\",\n        \"broker_code\": \"\",\n        \"sub_broker_name_code\": \"\",\n        \"sub_broker_code\": \"\",\n        \"bank_branch_serial_stamp\": \"\",\n        \"date_of_credit\": \"\",\n        \"date_of_receipt\": \"21929\",\n        \"rta_reference_number\": \"\",\n        \"mode_of_application\": \"Demat\",\n        \"demat_details\": \"12010601\\n00141189\",\n        \"signature_of_bank_official\": \"\",\n        \"bank_name_and_seal\": \"\",\n        \"bank_receipt_date\": \"\",\n        \"bank_initials_time\": \"\"\n    },\n    \"requestid\": \"5741595071763928\",\n    \"sequenceid\": \"5741595071763928\",\n    \"request_time\": \"2025-09-20T14:56:05.274181\",\n    \"response_time\": \"2025-09-20T14:56:11.511641\"\n}"},{"id":"a1bbb7bf-8ea0-401f-8bf1-11c13568d3ea","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/iloveimg-converted/6292_1.jpg","disabled":true},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"value":null,"disabled":true}]},"url":"{{ocr_url}}/f0001d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:26:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"76555014-3652-429f-ad08-d55966aa5d6c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMb0EFgWhcwEfuw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce734c-185f8a9d5d910c765c4b686a;Parent=188b0b493eaed883;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"7040353102748710\",\n    \"sequenceid\": \"7040353102748710\",\n    \"request_time\": \"2025-09-20T14:56:36.922470\",\n    \"response_time\": \"2025-09-20T14:56:36.922858\"\n}"},{"id":"398aebc5-2d3d-48b3-87ea-824d288fc88c","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/iloveimg-converted/6292_1.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"value":null,"disabled":true}]},"url":"{{ocr_url}}/f0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:27:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fdf9e20c-15df-4548-aa15-690e4f3609d8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMb4oH2ShcwEAgA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce736a-14e38deb142f730729fb908f;Parent=490d41d3868bf7eb;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"b75dd638-2ec3-48ab-bfa6-1e51854e49e9","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/iloveimg-converted/6292_1.jpg"},{"key":"back","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/ocr/ocr/pan-testing - Copy/0c4gbk.jpg"],"value":null,"disabled":true}]},"url":"{{ocr_url}}/f0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:27:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"088e0913-9a56-4edf-9874-075a89bb2c62"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMb7yHYLhcwEWfQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce737e-7ca816395ff54097739f511f;Parent=02f274ec07ddcc85;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"8e7a292b-3593-4ef8-af1d-c568a818d6be"},{"name":"Insurance Policy OCR","id":"ab47116c-4619-4673-a0c1-a6708fa20c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"bb9003bf-a785-4d37-b999-59967d2dce85","name":"s3 URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"3c35c0df-9295-4e37-b307-bbf69c05ed4f","src":"/C:/Users/Nagpur_it_hub/Documents/Mahindra Samples/K05/POLICY COPY.pdf"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Jan 2026 14:13:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"XlyBLhAUBcwEJBA="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/4fab5a90-f0b0-4ab9-a8bf-c8c74f0d2661.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141302Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=185a7f40a531c09ed6c30b462d0c31c2e43ab100e58488358844d84b962cc26d\"\n}"},{"id":"8c648219-10f3-496c-87c5-c5c9ad20b0bb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/4fab5a90-f0b0-4ab9-a8bf-c8c74f0d2661.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141302Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=185a7f40a531c09ed6c30b462d0c31c2e43ab100e58488358844d84b962cc26d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0002d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:13:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3439"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"page-1\": [\n        {\n            \"status\": \"Success\",\n            \"country\": \"India\",\n            \"billable\": \"Yes\",\n            \"message\": \"Details extraction completed successfully.\",\n            \"output\": {\n                \"policy_number\": \"2402043125P104879443\",\n                \"claim_number\": \"\",\n                \"period_from\": \"26/07/2025\",\n                \"period_to\": \"25/07/2026\",\n                \"idv\": \"1239000\",\n                \"insurer_name\": \"UNITED INDIA INSURANCE COMPANY LIMITED\",\n                \"insurer_address\": \"HOTEL SANMAN TOURIST COMPLEX CBS CIRCLE, KUSHTAGI ROAD, GANGAVATHI\\nKOPPAL - 583227 KARNATAKA\",\n                \"insured_name\": \"MR G VENKATARATNAM\",\n                \"insured_address\": \"S/O G VENKATA KRISHNAYYA R/O 143 A WARD NO 5 BASAPATTANA TQ GANGAVATHI DT\\nKOPPAL\\n583235\\nKOPPAL\\nKARNATAKA\",\n                \"hpa_with\": \"KOTAK MAHINDRA PRIME LTD-HUBLI\",\n                \"appointing_office\": \"AGD0120093\",\n                \"policy_issuing_office\": \"AGD0120093\",\n                \"office_code\": \"AGD0120093\",\n                \"imposed\": \"0\",\n                \"voluntary\": \"0\",\n                \"compulsory\": \"1000\",\n                \"cubic_capacity\": \"1498\",\n                \"gross_vehicle_weight\": null\n            },\n            \"requestid\": \"AZAPI-8425298037889728\",\n            \"sequenceid\": \"AZAPI-8425298037889728\",\n            \"request_time\": \"2026-01-22T19:43:42.512769\",\n            \"response_time\": \"2026-01-22T19:43:42.532170\"\n        },\n        200\n    ],\n    \"page-2\": [\n        {\n            \"status\": \"Success\",\n            \"country\": \"India\",\n            \"billable\": \"Yes\",\n            \"message\": \"Details extraction completed successfully.\",\n            \"output\": {\n                \"policy_number\": \"2402043125P104879443\",\n                \"claim_number\": \"\",\n                \"period_from\": \"26/07/2025\",\n                \"period_to\": \"25/07/2026\",\n                \"idv\": \"1239000\",\n                \"insurer_name\": \"UNITED INDIA\",\n                \"insurer_address\": null,\n                \"insured_name\": \"MR G VENKATARATNAM\",\n                \"insured_address\": \"KA05 JAYANAGAR\\n560011\",\n                \"hpa_with\": \"KOTAK MAHINDRA PRIME LTD-HUBLI\",\n                \"appointing_office\": null,\n                \"policy_issuing_office\": null,\n                \"office_code\": null,\n                \"imposed\": \"0\",\n                \"voluntary\": \"0\",\n                \"compulsory\": \"1000\",\n                \"cubic_capacity\": \"1498\",\n                \"gross_vehicle_weight\": null\n            },\n            \"requestid\": \"AZAPI-6613204750187464\",\n            \"sequenceid\": \"AZAPI-6613204750187464\",\n            \"request_time\": \"2026-01-22T19:43:42.532234\",\n            \"response_time\": \"2026-01-22T19:43:42.552598\"\n        },\n        200\n    ],\n    \"page-3\": [\n        {\n            \"status\": \"Success\",\n            \"country\": \"India\",\n            \"billable\": \"Yes\",\n            \"message\": \"Details extraction completed successfully.\",\n            \"output\": {\n                \"policy_number\": \"201150020924700181300000\",\n                \"claim_number\": \"\",\n                \"period_from\": \"26/07/2024\",\n                \"period_to\": \"25/07/2027\",\n                \"idv\": \"\",\n                \"insurer_name\": \"LVGI\",\n                \"insurer_address\": \"DAVANAGERE\",\n                \"insured_name\": \"\",\n                \"insured_address\": \"\",\n                \"hpa_with\": \"\",\n                \"appointing_office\": \"AGD0120093\",\n                \"policy_issuing_office\": \"AGD0120093\",\n                \"office_code\": \"AGD0120093\",\n                \"imposed\": \"\",\n                \"voluntary\": \"\",\n                \"compulsory\": \"\",\n                \"cubic_capacity\": \"\",\n                \"gross_vehicle_weight\": \"\"\n            },\n            \"requestid\": \"AZAPI-8423525837301007\",\n            \"sequenceid\": \"AZAPI-8423525837301007\",\n            \"request_time\": \"2026-01-22T19:43:42.552668\",\n            \"response_time\": \"2026-01-22T19:43:42.571447\"\n        },\n        200\n    ],\n    \"page-4\": [\n        {\n            \"status\": \"Success\",\n            \"country\": \"India\",\n            \"billable\": \"Yes\",\n            \"message\": \"Details extraction completed successfully.\",\n            \"output\": {\n                \"policy_number\": \"31251104879443\",\n                \"claim_number\": \"\",\n                \"period_from\": \"\",\n                \"period_to\": \"24/06/2025\",\n                \"idv\": \"\",\n                \"insurer_name\": \"United India Insurance Co. Ltd.\",\n                \"insurer_address\": \"\",\n                \"insured_name\": null,\n                \"insured_address\": null,\n                \"hpa_with\": \"\",\n                \"appointing_office\": null,\n                \"policy_issuing_office\": null,\n                \"office_code\": null,\n                \"imposed\": null,\n                \"voluntary\": null,\n                \"compulsory\": null,\n                \"cubic_capacity\": null,\n                \"gross_vehicle_weight\": null\n            },\n            \"requestid\": \"AZAPI-7495674141074933\",\n            \"sequenceid\": \"AZAPI-7495674141074933\",\n            \"request_time\": \"2026-01-22T19:43:42.571517\",\n            \"response_time\": \"2026-01-22T19:43:42.598327\"\n        },\n        200\n    ],\n    \"no_of_pages\": 4\n}"},{"id":"836ace75-7d93-4df3-bab2-a01ef9de3d35","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/08737a98-761c-448b-93ef-e59d29d33fc5.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140426Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b7a0b39af1fcfa4837eb1341add3d3b7fa9d20c5481b630ca5b67c066b45f05b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0002d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:06:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"6b053781-f77b-4538-ad1e-8e5308d0758a","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/08737a98-761c-448b-93ef-e59d29d33fc5.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140426Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b7a0b39af1fcfa4837eb1341add3d3b7fa9d20c5481b630ca5b67c066b45f05b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0002d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:06:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"af383b80-29d5-4d78-adb9-c289ed59116e","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0002d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:07:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"AZAPI-8160823458310853\",\n    \"sequenceid\": \"AZAPI-8160823458310853\",\n    \"request_time\": \"2026-01-22T19:37:22.313251\",\n    \"response_time\": \"2026-01-22T19:37:22.382244\"\n}"}],"_postman_id":"ab47116c-4619-4673-a0c1-a6708fa20c84"},{"name":"Claim Form OCR","id":"89f39af5-9f8c-4d78-9e02-868397185752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"71ebb73c-77f4-4df0-bf24-3f5064021ced","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"a3f6e13d-48b8-4bf3-8ab2-cd0aef28dfb9","src":"/C:/Users/Nagpur_it_hub/Documents/Mahindra Samples/K05/CF.jpeg"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 22 Jan 2026 14:09:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"XlxkZhgXBcwEJqA="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/62631c1d-b2fa-4a12-9d38-52479e4fe3f8.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140958Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f74611f3f608b3b77000e362075933876965790f6b80d32de152d91902e0fda9\"\n}"},{"id":"5d3e046c-4062-41bc-8e70-1ead7e53bd71","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/62631c1d-b2fa-4a12-9d38-52479e4fe3f8.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140958Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f74611f3f608b3b77000e362075933876965790f6b80d32de152d91902e0fda9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0003d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:10:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1282"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"policy_number\": \"2402043125 P104879443\",\n        \"insured_name\": \"G-VENKATARATNAM\",\n        \"insured_address\": \"S/O G-VENKATA KRISHNAYYA; Rfo 143, A-WARD NO 5.\\nBASAPATTANA TQ- GANGAVATHI, DT-KOPPAL.\",\n        \"vehicle_registration_number\": \"KA-05-NL-4343\",\n        \"vehicle_make\": \"MAHINDRA\",\n        \"vehicle_model\": \"XUV 3XO AXS DS AS BS62\",\n        \"engine_number\": \"EWRZG08207-\",\n        \"chassis_number\": \"MA1NS2EW4R2G72575\",\n        \"date_of_loss\": \"02-10-2025\",\n        \"time_of_loss\": \"6.4-5\",\n        \"place_of_accident\": \"NEAR. KLE. COLLEGE VARDARAHATTI\",\n        \"accident_description\": \"Banitaloodinda Gangavathi Vyulagutti Daga K.LE Reej Vattira Laari. After the vehicle crashed, the front glass was broken.\",\n        \"driver_name\": \"G-SAI KRISHNA.\",\n        \"driving_licence_number\": null,\n        \"driving_licence_expiry_date\": \"08-09-2043.\",\n        \"workshop_name\": \"BELLARY MOTORS SALES PVT.LTD. 4TH WARO PATELNAGAR HOSPET\",\n        \"estimated_amount\": \"14,787/\",\n        \"vehicle_theft\": \"NO\",\n        \"fir_lodged\": \"NO\",\n        \"any_injury_or_tp_loss\": \"NO\",\n        \"action_taken_by_police\": \"NO\"\n    },\n    \"requestid\": \"AZAPI-0938106837294933\",\n    \"sequenceid\": \"AZAPI-0938106837294933\",\n    \"request_time\": \"2026-01-22T19:40:42.891158\",\n    \"response_time\": \"2026-01-22T19:40:42.916715\",\n    \"no_of_pages\": 1\n}"},{"id":"ceb7ab51-556e-4813-a855-09fe73b85d7a","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0003d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:11:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"AZAPI-2502789210655327\",\n    \"sequenceid\": \"AZAPI-2502789210655327\",\n    \"request_time\": \"2026-01-22T19:41:16.772461\",\n    \"response_time\": \"2026-01-22T19:41:16.959791\"\n}"},{"id":"3b5c8036-4043-4411-bf87-cb305fc5aa79","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/62631c1d-b2fa-4a12-9d38-52479e4fe3f8.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140958Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f74611f3f608b3b77000e362075933876965790f6b80d32de152d91902e0fda9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0003d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:11:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"cc471b06-99c4-4231-a91d-747a9fc4a5c6","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/62631c1d-b2fa-4a12-9d38-52479e4fe3f8.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T140958Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=f74611f3f608b3b77000e362075933876965790f6b80d32de152d91902e0fda9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0003d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:11:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"89f39af5-9f8c-4d78-9e02-868397185752"},{"name":"Fitness Certificate OCR","id":"0dcf78a3-f6f5-4c9b-8c04-41175d2a71fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"a7cc233b-9d80-4b5d-beca-85c245b08b1d","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"4581ce2f-8977-4123-ba69-8abaa2cf0f65","src":"/C:/Users/Nagpur_it_hub/Documents/Mahindra Samples/Re_ FSR Changes Implemented – Please Begin Testing/FITNESS 2.jpg"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 22 Jan 2026 14:15:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"XlyUdhYGhcwEPBQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/0bc69807-f6cb-45e5-8f89-9a1f967e5d78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141505Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=00cfec5ef9499e7f3df5576055b582fb49614a343dfaf4477be5dc2e3f24fa39\"\n}"},{"id":"ceca9827-c255-4c59-9d88-c594ebd24bc4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/0bc69807-f6cb-45e5-8f89-9a1f967e5d78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141505Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=00cfec5ef9499e7f3df5576055b582fb49614a343dfaf4477be5dc2e3f24fa39\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0004d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:16:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"374"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"FORM 38\",\n        \"id_validity\": \"23-Dec-2025\"\n    },\n    \"requestid\": \"AZAPI-8549878508368918\",\n    \"sequenceid\": \"AZAPI-8549878508368918\",\n    \"request_time\": \"2026-01-22T19:46:10.963332\",\n    \"response_time\": \"2026-01-22T19:46:10.981905\",\n    \"no_of_pages\": 1\n}"},{"id":"ea79888c-da90-4fd2-abdd-d68f7a13f454","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"front\": \"https://invoice-bucket-2.s3.amazonaws.com/0bc69807-f6cb-45e5-8f89-9a1f967e5d78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141505Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=00cfec5ef9499e7f3df5576055b582fb49614a343dfaf4477be5dc2e3f24fa39\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0004d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:16:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"AZAPI-0071132335348449\",\n    \"sequenceid\": \"AZAPI-0071132335348449\",\n    \"request_time\": \"2026-01-22T19:46:36.146946\",\n    \"response_time\": \"2026-01-22T19:46:36.237733\"\n}"},{"id":"96391634-e1d6-4b64-8c78-da6e67a05d38","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/0bc69807-f6cb-45e5-8f89-9a1f967e5d78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141505Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=00cfec5ef9499e7f3df5576055b582fb49614a343dfaf4477be5dc2e3f24fa39\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0004d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:19:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"1c25b3e8-1ab4-4882-86db-fb2602866697","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/0bc69807-f6cb-45e5-8f89-9a1f967e5d78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T141505Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=00cfec5ef9499e7f3df5576055b582fb49614a343dfaf4477be5dc2e3f24fa39\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0004d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:19:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"0dcf78a3-f6f5-4c9b-8c04-41175d2a71fc"},{"name":"Permit OCR","id":"f0a5a9de-8777-40e2-bd11-d8f251c5a1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"580910ee-591d-47f7-aae0-64b2e89c1e5a","name":"s3 url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"48bf459a-638a-4e9c-83a0-737359cf7ceb","src":"/C:/Users/Nagpur_it_hub/Documents/Mahindra Samples/Re_ FSR Changes Implemented – Please Begin Testing/Permit 1.jpg"}]},"url":"https://upload.azapi.ai"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 22 Jan 2026 14:21:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"XlzP_gsOBcwEJDA="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://invoice-bucket-2.s3.amazonaws.com/6c580719-a59a-4694-8bdf-268bf13a1d18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T142128Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb6a129ee63d61511d8d083c09a37ce08b69310fe9621816a246e4c197fb680\"\n}"},{"id":"fe466c6f-18b0-49c3-ac5f-3c2ec5574cdd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/6c580719-a59a-4694-8bdf-268bf13a1d18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T142128Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb6a129ee63d61511d8d083c09a37ce08b69310fe9621816a246e4c197fb680\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0005d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:22:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"536"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_number\": \"TN2022-CC-4470G\",\n        \"id_permitarea\": \"THROUGHOUT TAMILNADU\",\n        \"id_validity\": \"From: 15-Dec-2022 To: 14-Dec-2027\",\n        \"id_permit_type\": \"CONTRACT CARRIAGE PERMIT (MOTOR CAB PERMIT)\",\n        \"id_fuel_type\": \"DIESEL\"\n    },\n    \"requestid\": \"AZAPI-8940776175252694\",\n    \"sequenceid\": \"AZAPI-8940776175252694\",\n    \"request_time\": \"2026-01-22T19:52:10.124175\",\n    \"response_time\": \"2026-01-22T19:52:10.144194\",\n    \"no_of_pages\": 1\n}"},{"id":"2e0d90d9-6441-4984-8f18-f04087b42051","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"front\": \"https://invoice-bucket-2.s3.amazonaws.com/6c580719-a59a-4694-8bdf-268bf13a1d18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T142128Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb6a129ee63d61511d8d083c09a37ce08b69310fe9621816a246e4c197fb680\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0005d"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:22:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"We were unable to read the document. Please upload it again.\",\n    \"errors\": {\n        \"document\": \"We were unable to read the document. Please upload it again.\"\n    },\n    \"requestid\": \"AZAPI-1036905725262126\",\n    \"sequenceid\": \"AZAPI-1036905725262126\",\n    \"request_time\": \"2026-01-22T19:52:39.416544\",\n    \"response_time\": \"2026-01-22T19:52:39.466825\"\n}"},{"id":"764bfb7c-6372-45c6-a1a3-95e08c8f7953","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c33","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/6c580719-a59a-4694-8bdf-268bf13a1d18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T142128Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb6a129ee63d61511d8d083c09a37ce08b69310fe9621816a246e4c197fb680\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0005d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:23:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"d048cc22-3314-45ac-8c47-b5620a98fa1a","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-ebcdabfd5ddd62e70afbbae0cb91ff90a727b31918ba5a1a0159d63889b02c3","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"https://invoice-bucket-2.s3.amazonaws.com/6c580719-a59a-4694-8bdf-268bf13a1d18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6ODU7Z4EG72VH6UB%2F20260122%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20260122T142128Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb6a129ee63d61511d8d083c09a37ce08b69310fe9621816a246e4c197fb680\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://adv-ocr.azapi.ai/f0005d"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"awselb/2.0"},{"key":"Date","value":"Thu, 22 Jan 2026 14:23:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"f0a5a9de-8777-40e2-bd11-d8f251c5a1e6"}],"id":"4759290d-5972-44bf-838e-1228c4029e83","_postman_id":"4759290d-5972-44bf-838e-1228c4029e83","description":""}],"id":"3722d8a3-87e1-4cca-938f-c3581f3d7e34","description":"<p>OCR stands for Optical Character Recognition. It's a technology that enables computers to recognize and extract text from images, pdf etc.<br />AZAPI has developed OCR-related services that allows you to convert images, pdf containing text into digital formats efficiently and accurately. This technology is valuable for tasks like digitizing documents, automating data entry, and enhancing accessibility by converting text from images into readable text that can be manipulated and processed electronically.</p>\n","_postman_id":"3722d8a3-87e1-4cca-938f-c3581f3d7e34"},{"name":"OCR - Overseas","item":[{"name":"KYC Document","item":[{"name":"Universal","id":"1c51ab73-4c2b-4c77-8466-7f9439e3d37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"5374bfcd-ac50-4fc6-af3c-e1d3f825c6d8","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/00br9.jpg"},{"key":"back","type":"file","uuid":"2be8025c-d693-4741-be34-5a7e79e1c386","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49OYR.jpg"}]},"url":"{{ocr_url}}/ov0001d","urlObject":{"path":["ov0001d"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"08d5e13a-66eb-4112-a310-d8d9fbd3ad87","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"5374bfcd-ac50-4fc6-af3c-e1d3f825c6d8","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/00br9.jpg"},{"key":"back","type":"file","uuid":"2be8025c-d693-4741-be34-5a7e79e1c386","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49OYR.jpg"}]},"url":"{{ocr_url}}/ov0001d"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 07:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"402"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"929637b2-daa2-4ed2-b8fa-d2c0044db152"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"402"},{"key":"x-amz-apigw-id","value":"RMKiqHvWhcwEBnQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce57aa-414d446a78def61254aded76;Parent=3b960bc2083a8409;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"id_type\": \"Aadhar Card\",\n        \"id_country\": \"India\",\n        \"id_name\": \"Aarti Amol Bahirwal\",\n        \"id_number\": \"911905405977\"\n    },\n    \"requestid\": \"6367093430603051\",\n    \"sequenceid\": \"6367093430603051\",\n    \"request_time\": \"2025-09-20T12:58:42.254313\",\n    \"response_time\": \"2025-09-20T12:58:45.078360\"\n}"},{"id":"449094d7-2f8f-4a8a-8987-9d68142a2240","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"5374bfcd-ac50-4fc6-af3c-e1d3f825c6d8","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/00br9.jpg","disabled":true},{"key":"back","type":"file","uuid":"2be8025c-d693-4741-be34-5a7e79e1c386","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49OYR.jpg","disabled":true}]},"url":"{{ocr_url}}/ov0001d"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:33:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"356"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5f4ec5fb-bebb-42a5-a10c-f431fe2f1078"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"356"},{"key":"x-amz-apigw-id","value":"RMc4oHPbBcwEDZQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7503-1b824534726e25e410a49f48;Parent=7452194c3ec67399;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"No\",\n    \"output\": null,\n    \"message\": \"Document not uploaded.Please upload it.\",\n    \"errors\": {\n        \"document\": \"Document not uploaded.Please upload it.\"\n    },\n    \"requestid\": \"0356974960913459\",\n    \"sequenceid\": \"0356974960913459\",\n    \"request_time\": \"2025-09-20T15:03:55.707823\",\n    \"response_time\": \"2025-09-20T15:03:55.708030\"\n}"},{"id":"053dcb34-34fd-4424-be2f-76ca1435c6ee","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97d","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"5374bfcd-ac50-4fc6-af3c-e1d3f825c6d8","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/00br9.jpg"},{"key":"back","type":"file","uuid":"2be8025c-d693-4741-be34-5a7e79e1c386","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49OYR.jpg"}]},"url":"{{ocr_url}}/ov0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 07:30:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"47548a94-341a-4320-bd66-b82729ab8d74"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"RMK2KGZKBcwEHCg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce5826-70a53b7e3b5e882c0d15d414;Parent=09f4dc28bc8647dd;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"f1299651-3f1f-438d-9e64-2efb696a3810","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-b02b2f20b6c9a3a9b492a1633a8d000e642ac382a537f43098b5b51f5d00d97","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","uuid":"5374bfcd-ac50-4fc6-af3c-e1d3f825c6d8","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/front/00br9.jpg"},{"key":"back","type":"file","uuid":"2be8025c-d693-4741-be34-5a7e79e1c386","src":"/C:/Projects/azapi/Testing Document Samples/Identity Documents/Aadhaar OCR/back/49OYR.jpg"}]},"url":"{{ocr_url}}/ov0001d"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 20 Sep 2025 09:34:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4744abe9-8667-4889-8ea2-2d1c472e066c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"RMdAIE5aBcwEfyA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ce7533-0c0e03dc6754dfb14c97933a;Parent=7177408740f2db47;Sampled=0;Lineage=1:1afd63e4:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"1c51ab73-4c2b-4c77-8466-7f9439e3d37f"}],"id":"2683c6ce-077c-436a-89f2-05c5ab7804fa","_postman_id":"2683c6ce-077c-436a-89f2-05c5ab7804fa","description":""},{"name":"Finance Document","item":[{"name":"Divident","id":"575d7f93-4670-4eb6-bede-8abc873812bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Dividend-Doc.pdf"}},"url":"{{ocr_url}}/ind0006b","urlObject":{"path":["ind0006b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d27387a-8234-4ef9-afca-a28797a86d18","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Dividend-Doc.pdf"}},"url":"{{ocr_url}}/ind0006b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:20:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1529"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"74cb4c1d-1e90-4477-bec8-2cd2fda38087"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1529"},{"key":"x-amz-apigw-id","value":"Jk5uFG34hcwEKdw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b6ff3-4c4171eb124b965e509624b1;Parent=2a8b1d15f773258c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"filer_name\": \"JPMORGAN CHASE & CO\",\n        \"filer_tin\": \"13-2624428\",\n        \"filer_address\": \"C/O COMPUTERSHARE, PO BOX 505005\",\n        \"filer_city\": \"LOUISVILLE\",\n        \"filer_state\": \"KY\",\n        \"filer_country\": \"\",\n        \"filer_zip\": \"40233-5055\",\n        \"filer_telephone_number\": \"800 982 7089\",\n        \"recipient_name\": \"GAUTUM CHANDIOK\",\n        \"recipient_tin\": \"622-84-5065\",\n        \"recipient_address\": \"1160 EDDY ST APT B\",\n        \"recipient_city\": \"SAN FRANCISCO\",\n        \"recipient_state\": \"CA\",\n        \"recipient_country\": \"\",\n        \"recipient_zip\": \"94109\",\n        \"account_number\": \"C0005185009\",\n        \"total_ordinary_dividends\": \"396.26\",\n        \"qualified_dividends\": \"396.26\",\n        \"total_capital_gain\": \"0.00\",\n        \"unrecap_sec_1250_gain\": \"0.00\",\n        \"section_1202_gain\": \"0.00\",\n        \"collectibles_gain\": \"0.00\",\n        \"section_897_dividends\": \"0.00\",\n        \"section_897_capital_gain\": \"0.00\",\n        \"non_dividend_distributions\": \"0.00\",\n        \"federal_income_tax\": \"21.26\",\n        \"section_199a_dividends\": \"0.00\",\n        \"investment_expenses\": \"0.00\",\n        \"foreign_tax_paid\": \"\",\n        \"foreign_country\": \"\",\n        \"cash_liquidation_distributions\": \"0.00\",\n        \"noncash_liquidation_distributions\": \"\",\n        \"exempt_interest_dividends\": \"0.00\",\n        \"private_activity_bond_interest\": \"0.00\",\n        \"state\": \"\",\n        \"state_identification_no\": \"\",\n        \"state_tax_withheld\": \"\",\n        \"file_name\": \"Form 1099-DIV\",\n        \"id_type\": \"Dividend\"\n    },\n    \"requestid\": \"1151955209298889\",\n    \"sequenceid\": \"1151955209298889\",\n    \"request_time\": \"2025-04-25T16:50:20.431521\",\n    \"response_time\": \"2025-04-25T16:50:26.743526\"\n}"},{"id":"58fead77-a099-46bd-84b5-a027a1113fe1","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":""}},"url":"{{ocr_url}}/ind0006b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:33:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"da89c2ba-54ba-43ed-a2ac-b96006a9a76f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk7l0FAKhcwEGTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b72f1-26823a7d487ea02c26f23a5e;Parent=4dc1ea3f62894fc1;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"66a0f68b-8afd-4103-930d-8f88b6eb4771","name":"Missing Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"{{ocr_url}}/ind0006b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:33:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9ee50e18-76e4-4333-b848-96093065fa5c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk7tpG3_BcwERTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7323-24e88df80e1141477224bbe5;Parent=7c2e9b99bd14240e;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Token.\",\n    \"errors\": {\n        \"token\": \"Missing Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"99b0e2ef-cd96-47df-96e1-9dd3e1330741","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d6","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"{{ocr_url}}/ind0006b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:34:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"08f95ea8-90b0-44f1-bcf7-153e83665bc8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk7wEHGdBcwEYUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7333-139b118d1d9384302b8e74bc;Parent=6686e25f0e539eb0;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"575d7f93-4670-4eb6-bede-8abc873812bd"},{"name":"K1","id":"0f9fec78-0e72-45e6-ad16-15dcb3cf2217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Federal Test K-1 - Input File (1)_page-0002 (1).jpg"}},"url":"{{ocr_url}}/ind0009b","urlObject":{"path":["ind0009b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"2efaa1fd-bb65-45bc-89b1-1756f3f74827","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Federal Test K-1 - Input File (1)_page-0002 (1).jpg"}},"url":"{{ocr_url}}/ind0009b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:43:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10021"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"93fc3f91-3fed-4539-a62d-316495d95089"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"10021"},{"key":"x-amz-apigw-id","value":"Jk9HhEuohcwEX1w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7562-155d08823c988dd376ff343f;Parent=5dd2294c6f87d94f;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"1 ordinary business income (loss)\": \"-1,454,698.\",\n        \"2 net rental real estate income (loss)\": \"-5,347,301.\",\n        \"3 other net rental income (loss)\": null,\n        \"4a guaranteed payments for services\": null,\n        \"4b guaranteed payments for capital\": null,\n        \"4c total guaranteed payments\": null,\n        \"5 interest income\": \"398,574.\",\n        \"6a ordinary dividends\": \"\",\n        \"6b qualified dividends\": null,\n        \"6c dividend equivalents\": null,\n        \"7 royalties\": null,\n        \"8 net short-term capital gain (loss)\": null,\n        \"9a net long-term capital gain (loss)\": \"1,796,670.\",\n        \"9b collectibles (28%) gain (loss)\": null,\n        \"9c unrecaptured section 1250 gain\": \"549,316.\",\n        \"10 net section 1231 gain (loss)\": \"29,913,123.\",\n        \"11a other portfolio income (loss)\": \"15,543\",\n        \"11b involuntary conversions\": \"1,981\",\n        \"11c sec. 1256 contracts and straddles\": null,\n        \"11d mining exploration costs recapture\": null,\n        \"11e cancellation of debt\": null,\n        \"11f section 743(b) positive adjustments\": null,\n        \"11h section 951(a) income inclusions\": null,\n        \"11i gain (loss) from disposition of oil, gas, geothermal, or mineral properties (section 59(e))\": null,\n        \"11j recoveries of tax benefit items\": null,\n        \"11k gambling gains and losses\": null,\n        \"11l any income, gain, or loss to the partnership from a distribution under section 751(b) (certain distributions treated as sales or exchanges)\": null,\n        \"11m gain eligible for section 1045 rollover (replacement stock purchased by partnership)\": null,\n        \"11n gain eligible for section 1045 rollover (replacement stock not purchased by the partnership)\": null,\n        \"11o sale or exchange of qsb stock with section 1202 exclusion\": null,\n        \"11p gain or loss on disposition of farm recapture property and other items to which section 1252 applies\": null,\n        \"11q gain or loss on fannie mae or freddie mac qualified preferred stock\": null,\n        \"11r specially allocated ordinary gain (loss)\": null,\n        \"11s non-portfolio capital gain (loss)\": null,\n        \"11zz other income\": null,\n        \"12 section 179 deduction\": null,\n        \"13a cash contributions (60%)\": \"20\",\n        \"13b cash contributions (30%)\": null,\n        \"13c noncash contributions (50%)\": null,\n        \"13d noncash contributions (30%)\": null,\n        \"13e capital gain property to a 50% organization (30%)\": null,\n        \"13f capital gain property (20%)\": null,\n        \"13g contributions (100%)\": null,\n        \"13h investment interest expense\": \"61\",\n        \"13i deductions—royalty income\": null,\n        \"13j section 59(e)(2) expenditures\": null,\n        \"13k excess business interest expense\": null,\n        \"13l deductions-portfolio income (other)\": null,\n        \"13m amounts paid for medical insurance\": null,\n        \"13n educational assistance benefits\": null,\n        \"13o dependent care benefits\": null,\n        \"13p preproductive period expenses\": null,\n        \"13r pensions and iras\": null,\n        \"13s reforestation expense deduction\": null,\n        \"13v section 743(b) negative adjustments\": null,\n        \"13w soil and water conservation\": null,\n        \"13x film, television, and theatrical production expenditures\": null,\n        \"13y expenditures for removal of barriers\": null,\n        \"13z itemized deductions\": null,\n        \"13aa contributions to a capital construction fund (ccf)\": null,\n        \"13ab penalty on early withdrawal of savings\": null,\n        \"13ac interest expense allocated to debt-financed distributions\": null,\n        \"13ad interest expense on working interest in oil or gas\": null,\n        \"13ae deductions - portfolio income\": null,\n        \"13zz other deductions\": null,\n        \"14a net earnings (loss) from self-employment\": \"0.\",\n        \"14b gross farming or fishing income\": null,\n        \"14c gross non-farm income\": null,\n        \"15a zero-emission nuclear power production\": null,\n        \"15b production from advanced nuclear power facilities credit\": null,\n        \"15c low-income housing credit (section 42(j)(5)) from post-2007 buildings\": null,\n        \"15d low-income housing credit (other) from post-2007 buildings\": null,\n        \"15e qualified rehabilitation expenditures (rental real estate)\": null,\n        \"15f other rental real estate credits\": null,\n        \"15g other rental credits\": null,\n        \"15h undistributed capital gains credit\": null,\n        \"15i biofuel producer credit\": null,\n        \"15j work opportunity credit\": null,\n        \"15k disabled access credit\": null,\n        \"15l empowerment zone employment credit\": null,\n        \"15m credit for increasing research activities\": null,\n        \"15n credit for employer social security and medicare taxes\": null,\n        \"15o backup withholding\": null,\n        \"15p unused investment credit from the qualifying advanced coal project credit or qualifying gasification project credit allocated from cooperatives\": null,\n        \"15q unused investment credit from the qualifying advanced energy project credit allocated from cooperatives\": null,\n        \"15r unused investment credit from the advanced manufacturing investment credit allocated from cooperatives\": null,\n        \"15t unused investment credit from the energy credit allocated from cooperatives\": null,\n        \"15u unused investment credit from the rehabilitation credit allocated from cooperatives\": null,\n        \"15v advanced manufacturing production credit\": null,\n        \"15y clean hydrogen production credit\": null,\n        \"15z orphan drug credit\": null,\n        \"15aa enhanced oil recovery credit\": null,\n        \"15ab renewable electricity production credit\": null,\n        \"15ac biodiesel, renewable diesel, or sustainable aviation fuels credit\": null,\n        \"15ad new markets credit\": null,\n        \"15ae credit for small employer pension plan startup costs\": null,\n        \"15af credit for small employer auto-enrollment\": null,\n        \"15ag credit for small employer military spouse retirement plan eligibility\": null,\n        \"15ah credit for employer-provided childcare facilities and services\": null,\n        \"15ai low sulfur diesel fuel production credit\": null,\n        \"15aj qualified railroad track maintenance credit\": null,\n        \"15ak credit for oil and gas production from marginal wells\": null,\n        \"15al distilled spirits credit\": null,\n        \"15am energy efficient home credit\": null,\n        \"15an alternative motor vehicle credit\": null,\n        \"15ao alternative fuel vehicle refueling property credit\": null,\n        \"15ap clean renewable energy bond credit\": null,\n        \"15aq new clean renewable energy bond credit\": null,\n        \"15ar qualified energy conservation bond credit\": null,\n        \"15as qualified zone academy bond credit\": null,\n        \"15at qualified school construction bond credit\": null,\n        \"15au build america bond credit\": null,\n        \"15av credit for employer differential wage payments\": null,\n        \"15aw carbon oxide sequestration credit\": null,\n        \"15ax carbon oxide sequestration credit recapture\": null,\n        \"15ay new clean vehicles credit\": null,\n        \"15az qualified commercial clean vehicle credit\": null,\n        \"15ba credit for small employer health insurance premiums\": null,\n        \"15bb employer credit for paid family and medical leave\": null,\n        \"15bc eligible credits from transferor(s) under section 6418\": null,\n        \"15zz other credits\": null,\n        \"17a post-1986 depreciation adjustment\": \"-695.\",\n        \"17b adjusted gain or loss\": \"1,483.\",\n        \"17c depletion (other than oil and gas)\": null,\n        \"17d oil, gas, and geothermal—gross income\": null,\n        \"17e oil, gas, and geothermal—deductions\": null,\n        \"17f other amt items\": null,\n        \"18a tax-exempt interest income\": \"32.\",\n        \"18b other tax-exempt income\": \"5,094.\",\n        \"18c nondeductible expenses\": null,\n        \"19a cash and marketable securities\": \"49,369,503.\",\n        \"19b distribution subject to section 737\": null,\n        \"19c other property\": null,\n        \"20a investment income\": \"398,591.\",\n        \"20b investment expenses\": \"61.\",\n        \"20c fuel tax credit information\": null,\n        \"20d qualified rehabilitation expenditures (other than rental real estate)\": null,\n        \"20e basis of energy property\": null,\n        \"20f recapture of low-income housing credit for section 42(j)(5) partnerships\": null,\n        \"20g recapture of low-income housing credit for other partnerships\": null,\n        \"20h recapture of investment credit\": null,\n        \"20i recapture of other credits\": null,\n        \"20j look-back interest—completed long-term contracts\": null,\n        \"20k look-back interest—income forecast method\": null,\n        \"20l dispositions of property with section 179 deductions\": null,\n        \"20m recapture of section 179 deduction\": null,\n        \"20n business interest expense (information item)\": \"12,035,386.\",\n        \"20o section 453(l)(3) information\": null,\n        \"20p section 453a(c) information\": null,\n        \"20q section 1260(b) information\": null,\n        \"20r interest allocable to production expenditures\": \"5,009,378.\",\n        \"20s ccf nonqualified withdrawals\": null,\n        \"20t depletion deduction\": null,\n        \"20t1 cost depletion\": null,\n        \"20t2 percentage depletion\": null,\n        \"20u section 743(b) basis adjustment\": null,\n        \"20x payment obligations including guarantees and deficit obligations (dros)\": null,\n        \"20v unrelated business taxable income\": \"-345,165.\",\n        \"20w precontribution gain (loss)\": null,\n        \"20y net investment income\": null,\n        \"20z section 199a income\": null,\n        \"20aa section 704(c) information\": \"118,822.\",\n        \"20ab section 751 gain (loss)\": null,\n        \"20ac section 1(h)(5) gain (loss)\": null,\n        \"20ad deemed section 1250 unrecaptured gain\": \"145,616.\",\n        \"20ae excess taxable income\": \"1,968,136.\",\n        \"20af excess business interest income\": null,\n        \"20ag gross receipts for section 448(c)\": \"80,956,315.\",\n        \"20ah noncash charitable contributions\": null,\n        \"20ai interest and tax on deferred compensation to partners\": null,\n        \"20aj excess business loss limitation\": null,\n        \"20ak gain from mark-to-market election\": null,\n        \"20al section 721(c) partnership\": null,\n        \"20am section 1061 information\": null,\n        \"20an farming and fishing business\": null,\n        \"20ao ptp information\": null,\n        \"20ap inversion gain\": null,\n        \"20aq conservation reserve program payments\": null,\n        \"20ar ira disclosure\": null,\n        \"20as qualifying advanced coal project property and qualifying gasification project property\": null,\n        \"20at qualifying advanced energy project property\": null,\n        \"20au advanced manufacturing investment property\": null,\n        \"20aw reportable transactions\": null,\n        \"20ay foreign partners, form 8990, schedule a\": null,\n        \"20zz other\": null,\n        \"21 foreign taxes paid or accrued\": null,\n        \"file_name\": null,\n        \"raw_text\": \"\"\n    },\n    \"requestid\": \"8372259872829699\",\n    \"sequenceid\": \"8372259872829699\",\n    \"request_time\": \"2025-04-25T17:13:30.964492\",\n    \"response_time\": \"2025-04-25T17:13:41.547827\"\n}"},{"id":"cdcd710c-70fe-4855-a489-b1c54b6ee329","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Federal Test K-1 - Input File (1)_page-0002 (1).jpg"}},"url":"{{ocr_url}}/ind0009b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:44:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"27e31127-a66a-4afd-add9-243fdf685e84"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk9PHEqqhcwEXAg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7593-2bd80f915a23d58c43990762;Parent=5e027e99fb0d6869;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"e27ffb24-24b8-4112-a410-a246bebf74f8","name":"Missing Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Federal Test K-1 - Input File (1)_page-0002 (1).jpg"}},"url":"{{ocr_url}}/ind0009b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:44:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a58762d7-4c3b-4dd6-8d63-f1b605b7e8f0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk9RIFVFBcwEJLg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b75a0-18714dbf11bb7e181bad1fe8;Parent=5381e700372218ec;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Token.\",\n    \"errors\": {\n        \"token\": \"Missing Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"a66b093a-8d69-4e58-8ee4-eb9bf18dd965","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d63","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/Federal Test K-1 - Input File (1)_page-0002 (1).jpg"}},"url":"{{ocr_url}}/ind0009b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:44:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"77f4e873-f845-4841-9c8a-e4d2b20be772"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk9TJFubhcwEYIw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b75ad-4173bcf765330a8524537f95;Parent=50dee05ca67fbde2;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"0f9fec78-0e72-45e6-ad16-15dcb3cf2217"},{"name":"Interest","id":"e6157b1a-905a-4b45-b9b5-97a296344f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/interest-----12_SrinivasuluChinnimeni_AllyBank_1099-INT_For 2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0007b","urlObject":{"path":["ind0007b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"4c98ea40-8ba3-49dc-beb6-880194f0b54a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/interest-----12_SrinivasuluChinnimeni_AllyBank_1099-INT_For 2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0007b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:36:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1660"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7a083706-bae5-47b5-bcc6-ee7ee8f52393"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1660"},{"key":"x-amz-apigw-id","value":"Jk8HnEdmhcwESHQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b73c9-6572777a3f562e3476d3f4af;Parent=6b01b243a26c8ad7;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"account_number\": [\n            \"2188576280\",\n            \"3078317397\"\n        ],\n        \"interest_income\": [\n            \"36.54\",\n            \"223.88\"\n        ],\n        \"early_withdrawal_penalty\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"interest_on_us_savings_bonds\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"federal_income_tax_withheld\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"investment_expenses\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"foreign_tax_paid\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"tax_exempt_interest\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"specified_private_activity_bond_interest\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"market_discount\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"bond_premium\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"bond_premium_on_treasury_obligations\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"bond_premium_on_tax_exempt_bond\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"tax_exempt_and_tax_credit_bond_cusip_no\": [\n            \"\",\n            \"\"\n        ],\n        \"state\": [\n            \"\",\n            \"\"\n        ],\n        \"state_identification_no\": [\n            \"\",\n            \"\"\n        ],\n        \"state_tax_withheld\": [\n            \"0.00\",\n            \"0.00\"\n        ],\n        \"filer_name\": [\n            \"ALLY BANK\",\n            \"\"\n        ],\n        \"filer_street_address\": [\n            \"P.O. BOX 951\",\n            \"\"\n        ],\n        \"filer_city\": [\n            \"HORSHAM\",\n            \"\"\n        ],\n        \"filer_state\": [\n            \"PA\",\n            \"\"\n        ],\n        \"filer_country\": [\n            \"\",\n            \"\"\n        ],\n        \"filer_zip\": [\n            \"19044\",\n            \"\"\n        ],\n        \"filer_telephone_number\": [\n            \"1-877-247-2559\",\n            \"\"\n        ],\n        \"payer_tin\": [\n            \"201001796\",\n            \"\"\n        ],\n        \"recipient_tin\": [\n            \"xxx-xx-1315\",\n            \"\"\n        ],\n        \"recipient_name\": [\n            \"SRINIVASULU CHINNIMENI\",\n            \"\"\n        ],\n        \"recipient_street_address\": [\n            \"2408 TWIN OAKS DR\",\n            \"\"\n        ],\n        \"recipient_city\": [\n            \"LITTLE ELM\",\n            \"\"\n        ],\n        \"recipient_state\": [\n            \"TX\",\n            \"\"\n        ],\n        \"recipient_country\": [\n            \"\",\n            \"\"\n        ],\n        \"recipient_zip\": [\n            \"75068-6060\",\n            \"\"\n        ],\n        \"foreign_country_and_us_possession\": [\n            \"\",\n            \"\"\n        ],\n        \"id_type\": \"Interest\"\n    },\n    \"requestid\": \"0521667972569119\",\n    \"sequenceid\": \"0521667972569119\",\n    \"request_time\": \"2025-04-25T17:06:41.988037\",\n    \"response_time\": \"2025-04-25T17:06:48.601718\"\n}"},{"id":"a3af6842-5a93-4e06-9df1-3cbdc848db03","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/interest-----12_SrinivasuluChinnimeni_AllyBank_1099-INT_For 2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0007b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:37:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3dec2431-669e-42bf-8ceb-932fcfa5644e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk8TlFI4hcwEKPQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7416-5d644a58387b17091d0c358c;Parent=0697644885f6395b;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"81530946-5304-431c-8cdf-0a2e03d29268","name":"Missing Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/interest-----12_SrinivasuluChinnimeni_AllyBank_1099-INT_For 2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0007b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:38:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e3b79907-c120-4390-a736-1b195a5a1d8a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk8W1HjchcwEQ2w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b742b-27686df92f5356f843ac24b2;Parent=17527cb720673715;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Token.\",\n    \"errors\": {\n        \"token\": \"Missing Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"744a3645-1ba9-419c-b577-14f07b050412","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d63","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/interest-----12_SrinivasuluChinnimeni_AllyBank_1099-INT_For 2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0007b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:38:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7547cbfe-93bf-4d24-b765-3690a6e250ab"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk8ZIGHUhcwEMyg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7439-1f089ad57de0292943f48f13;Parent=0c55a824ff1e2884;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"e6157b1a-905a-4b45-b9b5-97a296344f61"},{"name":"Wages","id":"5191d49d-3563-4b2c-be24-c274a82250b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/wages---1_SrinivasuluChinnimeni_W2_AAA_TEXAS_2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0008b","urlObject":{"path":["ind0008b"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"109f4346-af4d-417e-88ae-16376a6ef82c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d636","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/wages---1_SrinivasuluChinnimeni_W2_AAA_TEXAS_2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0008b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:40:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1542"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a93500f0-012d-4e86-b678-8639cf35bea8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1542"},{"key":"x-amz-apigw-id","value":"Jk8n0E5nhcwEK_g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b7497-6b059010427024082719f6c4;Parent=17023fbf28b16b9d;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"employee_social_security_number\": \"XXX-XX-1315\",\n        \"employee_name\": \"SRINIVASULU CHINNIMENI\",\n        \"employee_address\": \"2408 TWIN OAKS DR, LITTLE ELM, TX, 75068\",\n        \"employee_zip_code\": \"75068\",\n        \"employer_EIN\": \"76-0664740\",\n        \"employer_name\": \"AAA TEXAS LLC\",\n        \"employer_address\": \"3333 FAIRVIEW ROAD A168, COSTA MESA, CA, 92626\",\n        \"employer_zip_code\": \"92626\",\n        \"wages_tips_other_compensation\": \"107190.18\",\n        \"federal_income_tax_withheld\": \"8433.22\",\n        \"social_security_wages\": \"126690.18\",\n        \"social_security_tax_withheld\": \"7854.79\",\n        \"medicare_wages_and_tips\": \"126690.18\",\n        \"medicare_tax_withheld\": \"1837.01\",\n        \"social_security_tips\": \"\",\n        \"allocated_tips\": \"\",\n        \"dependent_care_benefits\": \"\",\n        \"nonqualified_plans\": \"\",\n        \"code_12_1\": \"C\",\n        \"amount_12_1\": \"325.80\",\n        \"code_12_2\": \"D\",\n        \"amount_12_2\": \"19500.00\",\n        \"code_12_3\": \"W\",\n        \"amount_12_3\": \"600.00\",\n        \"code_12_4\": \"DD\",\n        \"amount_12_4\": \"12646.20\",\n        \"statutory_employee\": \"\",\n        \"retirement_plan\": \"X\",\n        \"third_party_sick_pay\": \"\",\n        \"code_14_1\": \"\",\n        \"amount_14_1\": \"\",\n        \"code_14_2\": \"\",\n        \"amount_14_2\": \"\",\n        \"code_14_3\": \"\",\n        \"amount_14_3\": \"\",\n        \"state\": \"\",\n        \"employer_state_id\": \"\",\n        \"state_wages_tips\": \"\",\n        \"state_income_tax\": \"\",\n        \"local_wages_tips\": \"\",\n        \"local_income_tax\": \"\",\n        \"locality_name\": \"\",\n        \"file_name\": \"04183-0008.png\"\n    },\n    \"requestid\": \"5174618142820139\",\n    \"sequenceid\": \"5174618142820139\",\n    \"request_time\": \"2025-04-25T17:10:08.071163\",\n    \"response_time\": \"2025-04-25T17:10:14.151991\"\n}"},{"id":"0a3b50a6-7c1d-4493-880c-06d922e99150","name":"Missing Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/wages---1_SrinivasuluChinnimeni_W2_AAA_TEXAS_2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0008b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:40:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ab8a9734-2b24-43cd-b044-5df8006275eb"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"Jk8uTE4FhcwEYIw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b74c1-0eef051c1b051def49fe2efa;Parent=0372752250dd7535;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"07cff2a0-3c95-4f14-a7ba-bd922d28c0d7","name":"Missing Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/wages---1_SrinivasuluChinnimeni_W2_AAA_TEXAS_2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0008b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:41:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"128d59cf-3965-4e05-9cf0-8b90b368e55f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk8xdELHhcwEE-Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b74d5-1b2a876e42a56d58007d3a10;Parent=26396a711f31e0e9;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Token.\",\n    \"errors\": {\n        \"token\": \"Missing Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"8c39b936-bef0-4bef-ba53-a87388226b91","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-09b272684c3b5a7ee88efc45568fb067b538f66868037d4c56967e033af7d63","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/azlog/Downloads/wages---1_SrinivasuluChinnimeni_W2_AAA_TEXAS_2021_page-0001.jpg"}},"url":"{{ocr_url}}/ind0008b"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Apr 2025 11:41:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"82f68ff2-b384-464b-a10b-beb6377b99f6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"Jk8zBGJJBcwEPGQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-680b74df-43676f4e385d29f5271f352f;Parent=20096a98c42bbac9;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"}],"_postman_id":"5191d49d-3563-4b2c-be24-c274a82250b2"}],"id":"11dbd49d-9965-48a4-946d-19c9af5a333f","_postman_id":"11dbd49d-9965-48a4-946d-19c9af5a333f","description":""}],"id":"44ff67b4-88d1-49d2-b543-ce03fd0de7a5","_postman_id":"44ff67b4-88d1-49d2-b543-ce03fd0de7a5","description":""},{"name":"Document Masking","item":[{"name":"Aadhaar Masking","id":"282b10d4-b629-40b7-9c21-3a1221db4094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"prod-c65b164e9d9618bd0e814b096da9d1ece1bfda154e664518190ad96297bd876d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/49OYR.jpg"}]},"url":"{{ocr_url}}/ind0001md","urlObject":{"path":["ind0001md"],"host":["{{ocr_url}}"],"query":[],"variable":[]}},"response":[{"id":"e4bbd00e-c96a-4c30-9e66-4e5275e9ce82","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-c65b164e9d9618bd0e814b096da9d1ece1bfda154e664518190ad96297bd897d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/49OYR.jpg"}]},"url":"{{ocr_url}}/ind0001md"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 07:50:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1153"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"51b05e63-5a7d-4125-bdba-a4a13a69b60a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"1153"},{"key":"x-amz-apigw-id","value":"K20btEkZBcwEWEA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-682c344a-6a5d951b1d623eed1ded3064;Parent=5297a5d067b9f3cf;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Details extraction completed successfully.\",\n    \"output\": {\n        \"front\": \"https://ocr-prod-docs.s3.amazonaws.com/2025-05-20/ab5febce44204e1c879c5dd916e6a501/aadhaar/ab5febce44204e1c879c5dd916e6a501_masked_aadhaar_front_bottom.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2GKW2SD6Y62V44W2%2F20250520%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250520T075038Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=257b4bdd02e7ab8ec6baa7a5933795ab8fcbb3a6e60e5973c9be858b2188c685\",\n        \"back\": \"https://ocr-prod-docs.s3.amazonaws.com/2025-05-20/ab5febce44204e1c879c5dd916e6a501/aadhaar/ab5febce44204e1c879c5dd916e6a501_masked_aadhaar_back.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2GKW2SD6Y62V44W2%2F20250520%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20250520T075039Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=999ac367c7d51306207fdcc2152541a70ee0df4971c20083b14d817a7ce08ba1\"\n    },\n    \"requestid\": \"1637334366116574\",\n    \"sequenceid\": \"1637334366116574\",\n    \"request_time\": \"2025-05-20T13:20:35.300363\",\n    \"response_time\": \"2025-05-20T13:20:39.583061\"\n}"},{"id":"3b6314d3-b4d3-4c75-9f3a-f2c11c8bb8eb","name":"Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-c65b164e9d9618bd0e814b096da9d1ece1bfda154e664518190ad96297bd897d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Downloads/0t2t9.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg","disabled":true}]},"url":"{{ocr_url}}/ind0001md"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 08:26:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"319"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f975c640-2c61-4d3e-9291-2c9499ce2d15"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"319"},{"key":"x-amz-apigw-id","value":"K25tRFNdBcwEUjQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-682c3cba-4d22092d7974b17e12532a3d;Parent=6aeb1859ca5c02c9;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Wrong Document Type.\",\n    \"output\": null,\n    \"requestid\": \"5293767015036883\",\n    \"sequenceid\": \"5293767015036883\",\n    \"request_time\": \"2025-05-20T13:56:35.960431\",\n    \"response_time\": \"2025-05-20T13:56:36.507622\",\n    \"errors\": {\n        \"document\": \"No Aadhaar Detected.\"\n    }\n}"},{"id":"aeec8f2c-d49a-4a74-8060-33e74c240870","name":"Missing Authorization","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/49OYR.jpg"}]},"url":"{{ocr_url}}/ind0001md"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 08:03:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c299fb95-66c9-4408-b465-47df5459efa7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"172"},{"key":"x-amz-apigw-id","value":"K22QQHbLhcwEC6g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-682c3734-3796522d503e1d197ea2f528;Parent=0401ef14c9d00d18;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Missing Authorization\",\n    \"errors\": {\n        \"Authorization\": \"Missing token. Please include a valid 'Authorization' token in the request header.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"5e2e5dbd-d650-42af-8b0a-88f4c0239c7e","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-c65b164e9d9618bd0e814b096da9d1ece1bfda154e664518190ad96297bd8d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/49OYR.jpg"}]},"url":"{{ocr_url}}/ind0001md"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 07:59:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"64ab0b99-5386-44cf-b407-cd470072cd3c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"89"},{"key":"x-amz-apigw-id","value":"K21r6FUvBcwEQCg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-682c364b-544502da79d0677b4d4eb4ee;Parent=0d0bdd6d16005e5c;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Token.\",\n    \"errors\": {\n        \"token\": \"Invalid Token.\"\n    },\n    \"status\": \"Failed\"\n}"},{"id":"6c928a3b-f66c-4f1e-8c36-928182034038","name":"Multiple Aadhaar Detected","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"prod-c65b164e9d9618bd0e814b096da9d1ece1bfda154e664518190ad96297bd897d","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"front","type":"file","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"},{"key":"back","type":"file","uuid":"c04888cf-2b9b-431c-b33c-42461782228f","src":"/C:/Users/Nagpur_it_hub/Documents/AadhaarData/fkttch.jpg"}]},"url":"{{ocr_url}}/ind0001md"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 May 2025 08:25:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"330"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1c473c61-63db-43aa-b834-9692861ff57f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"330"},{"key":"x-amz-apigw-id","value":"K25m8FqUBcwEOcw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-682c3c92-25e042141124d001520d972c;Parent=3a1310c9eb8d2f3a;Sampled=0;Lineage=1:e1fb3788:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"country\": \"India\",\n    \"billable\": \"Yes\",\n    \"message\": \"Multiple Aadhaar Detected\",\n    \"output\": null,\n    \"requestid\": \"1303094155261194\",\n    \"sequenceid\": \"1303094155261194\",\n    \"request_time\": \"2025-05-20T13:55:54.526878\",\n    \"response_time\": \"2025-05-20T13:55:55.233691\",\n    \"errors\": {\n        \"document\": \"Multiple Aadhaar Detected.\"\n    }\n}"}],"_postman_id":"282b10d4-b629-40b7-9c21-3a1221db4094"}],"id":"886c49e0-ece9-49fa-a34d-0534dd8f54cd","_postman_id":"886c49e0-ece9-49fa-a34d-0534dd8f54cd","description":""}],"id":"c66397b3-d09c-4ba0-95d3-ce1fffc3c4c2","description":"<p>The production environment refers to the operational space where software applications and systems are fully deployed and running to serve end-users or customers. It is the live environment where the actual business operations and transactions take place</p>\n","_postman_id":"c66397b3-d09c-4ba0-95d3-ce1fffc3c4c2"}]}