{"info":{"_postman_id":"ae784a4e-4407-41b3-9a95-6cbee3bf3359","name":"Fireash Api","description":"<html><head></head><body><p>The Fireash API provides an interface for applications to interact with the fireash.com site by sending and receiving data as <a href=\"https://en.wikipedia.org/wiki/JSON\">JSON</a> (JavaScript Object Notation) object.</p>\n<p>To use this API, you need a SECRET API KEY. Please register at <a href=\"http://app.fireash.com/register\">http://app.fireash.com/register</a> to get your own API Key.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24633091","collectionId":"ae784a4e-4407-41b3-9a95-6cbee3bf3359","publishedId":"2s8Yt1rozA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-01T13:52:00.000Z"},"item":[{"name":"Authentication","item":[{"name":"me","id":"2a784a59-8e6b-4f65-ae6c-2e1fec0fbd2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.fireash.com/me","urlObject":{"protocol":"https","path":["me"],"host":["api","fireash","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a784a59-8e6b-4f65-ae6c-2e1fec0fbd2a"}],"id":"7e03322a-84f0-46d1-9652-5caec6eb3520","description":"<p>All requests to Fireash API are made with Basic Auth.</p>\n<p>With Basic Auth you can make requests to Fireash API by passing two parameters as shown in below.</p>\n<p>These parameters are encoded in base64(account_id:api_key)</p>\n<p><strong>Header Authorization example</strong></p>\n<p>header 'Authorization: Basic base64(account_id:api_key)'</p>\n<p><strong>Refer the Postman Documentation</strong></p>\n<p><a href=\"https://documenter.getpostman.com/view/24633091/2s8Yt1rozA\">https://documenter.getpostman.com/view/24633091/2s8Yt1rozA</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>account_id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>api_key</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7e03322a-84f0-46d1-9652-5caec6eb3520"},{"name":"Extractor Collection","item":[{"name":"Extractor","id":"27329af8-4d33-4ab5-b27e-7679aca4cdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.fireash.com/extractor?extractor_id=XICNdr3qLRO17ou","description":"<p>To fetch the single extractor you can use this API.</p>\n","urlObject":{"protocol":"https","path":["extractor"],"host":["api","fireash","com"],"query":[{"description":{"content":"<p>[REQUIRED] \n?extractor_id=: You can obtain this Extractor Id parameter by calling the \"Extractor List\" end point or from Extractor menu.</p>\n","type":"text/plain"},"key":"extractor_id","value":"XICNdr3qLRO17ou"}],"variable":[]}},"response":[{"id":"6a86c449-8cd1-48ec-84a8-57120e6194cd","name":"Extractor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fireash.com/extractor?extractor_id=XICNdr3qLRO17ou","protocol":"https","host":["api","fireash","com"],"path":["extractor"],"query":[{"key":"extractor_id","value":"XICNdr3qLRO17ou","description":"[REQUIRED] \n?extractor_id=: You can obtain this Extractor Id parameter by calling the \"Extractor List\" end point or from Extractor menu."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 11:54:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdxfEgLooAMEMjQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Extractor\",\n    \"data\": {\n        \"extractorId\": \"XICNdr3qLRO17ou\",\n        \"extractorName\": \"multiple_temp\",\n        \"status\": \"Published\",\n        \"createdBy\": \"fireash\",\n        \"createdAt\": \"29-11-2022 11:55:11\"\n    }\n}"}],"_postman_id":"27329af8-4d33-4ab5-b27e-7679aca4cdcc"},{"name":"Extractor List","id":"854b4908-3621-475f-a7d6-5f49c911fcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.fireash.com/extractor_list","description":"<p>To fetch the list of extractor you can use this API.</p>\n","urlObject":{"protocol":"https","path":["extractor_list"],"host":["api","fireash","com"],"query":[{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER]\n?page_number=: specify the page of results to return.\nFor example, /extracted_data?page_number=1 is the first page of the collection.\nThe limit is optional by default it will retrieve 10000 records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER] - [DEFAULT - 10000]\n?limit=: specify the number of records to be retrieved per page.\nFor example, /extracted_data?page_number=2&amp;limit=50 - This will retrieve the second set of 50 records from the collection.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date: specify the date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /extracted_data?start_date=2022-11-27T00:00:00 - This will retrieve all the records starting from mentioned date.</p>\n","type":"text/plain"},"key":"start_date","value":"2022-11-27T00:00:00"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date:&amp;end_date: specify both the start date and time and end date and time of records to be retrieved. It will consider the CreatedAt field. \nFor example: /extracted_data?start_date=2022-11-27T00:00:00&amp;end_date=2022-11-27T23:59:59 - This will retrieve all the records between the mentioned dates.</p>\n","type":"text/plain"},"key":"end_date","value":"2022-11-27T23:59:59"}],"variable":[]}},"response":[{"id":"0f7a4624-abe9-4b69-ab26-60b34183f6f5","name":"Extractor List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fireash.com/extractor_list","protocol":"https","host":["api","fireash","com"],"path":["extractor_list"],"query":[{"key":"page_number","value":"1","description":"[OPTIONAL] - [INTEGER]\n?page_number=: specify the page of results to return.<br>\nFor example, /extracted_data?page_number=1 is the first page of the collection.<br>\nThe limit is optional by default it will retrieve 10000 records.","disabled":true},{"key":"limit","value":"10","description":"[OPTIONAL] - [INTEGER] - [DEFAULT - 10000]\n?limit=: specify the number of records to be retrieved per page.\nFor example, /extractor_list?page_number=2&limit=50\nThis will retrieve the second set of 50 records from the collection.","disabled":true},{"key":"start_date","value":"2022-11-27T00:00:00","description":"[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date: specify the date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /extractor_list?start_date=2022-11-27T00:00:00\nThis will retrieve all the records starting from mentioned date.","disabled":true},{"key":"end_date","value":"2022-11-27T23:59:59","description":"[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date:&end_date: specify both the start date and time and end date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /extractor_list?start_date=2022-11-27T00:00:00&end_date=2022-11-27T23:59:59\nThis will retrieve all the records between the mentioned dates.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 08:03:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"579"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdPrdhpvoAMEb8w="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"File Drop List\",\n    \"startDate\": \"\",\n    \"endDate\": \"\",\n    \"pageNumber\": 1,\n    \"perPage\": 10000,\n    \"prePage\": null,\n    \"nextPage\": null,\n    \"totalRecord\": 3,\n    \"totalPages\": 1,\n    \"data\": [\n        {\n            \"extractorId\": \"uqWDZF5CRLtZfRK\",\n            \"extractorName\": \"new_temp\",\n            \"extractorStatus\": \"Published\",\n            \"extractorCreatedAt\": \"29-10-2022 23:41:40\"\n        },\n        {\n            \"extractorId\": \"g1cRv9CR8wIqNn6\",\n            \"extractorName\": \"xml_temp\",\n            \"extractorStatus\": \"Published\",\n            \"extractorCreatedAt\": \"28-11-2022 17:12:12\"\n        },\n        {\n            \"extractorId\": \"XICNdr3qLRO17ou\",\n            \"extractorName\": \"multiple_temp\",\n            \"extractorStatus\": \"Published\",\n            \"extractorCreatedAt\": \"29-11-2022 11:55:11\"\n        }\n    ]\n}"}],"_postman_id":"854b4908-3621-475f-a7d6-5f49c911fcfd"}],"id":"3508d7c2-9364-4998-8dd4-6b60e7af55a8","description":"<p>In order to fetch the Extractor from your account. You can use any of this API's.</p>\n","_postman_id":"3508d7c2-9364-4998-8dd4-6b60e7af55a8"},{"name":"Import Document","item":[{"name":"File Drop","id":"de4202a5-4ebe-45ee-8615-2dafff2eac02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>[REQUIRED] \nIt accepts only one file at a time. File Type is based on Extractor which you mapped.</p>\n","type":"file","value":null},{"key":"extractor_id","value":"XICNdr3qLRO17ou","description":"<p>[REQUIRED] \nYou can obtain this Extractor Id parameter by calling the \"Extractor List\" endpoint, or from the Extractor menu.</p>\n","type":"text","contentType":"String"}]},"url":"https://api.fireash.com/file_upload","description":"<p>To upload the document, you required the extractor id which you can get from the Extractor menu or you can fetch it from Extractor API.</p>\n","urlObject":{"protocol":"https","path":["file_upload"],"host":["api","fireash","com"],"query":[],"variable":[]}},"response":[{"id":"f0dbb08b-c5b1-42dd-a21a-723b798c1aaf","name":"File Drop","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Required","type":"file","value":null},{"key":"extractor_id","value":"XICNdr3qLRO17ou","description":"Required","type":"text","contentType":"String"}]},"url":"https://api.fireash.com/file_upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 07:19:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdJHahtpoAMEcKg="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"File uploaded\",\n    \"file_size\": 925696,\n    \"file_id\": \"9FeMkChX8O3O6yw\"\n}"}],"_postman_id":"de4202a5-4ebe-45ee-8615-2dafff2eac02"},{"name":"File Drop From Url","id":"e29e6be9-f6e9-492c-a060-b2aff1ce0bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"file_url\": \"https://sample-videos.com/xls/Sample-Spreadsheet-10-rows.xls\",\r\n    \"extractor_id\": \"2npHOrGtMIRWhqM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.fireash.com/file_upload_url","description":"<p>To upload the document, you required the extractor id which you can get from the Extractor menu or you can fetch it from Extractor API.</p>\n","urlObject":{"protocol":"https","path":["file_upload_url"],"host":["api","fireash","com"],"query":[],"variable":[]}},"response":[{"id":"bbbb804e-3155-4bbd-92ef-5a40cc2ac616","name":"File Drop","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Required","type":"file","value":null},{"key":"extractor_id","value":"XICNdr3qLRO17ou","description":"Required","type":"text","contentType":"String"}]},"url":"https://api.fireash.com/file_upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 07:19:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdJHahtpoAMEcKg="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"File uploaded\",\n    \"file_size\": 925696,\n    \"file_id\": \"9FeMkChX8O3O6yw\"\n}"},{"id":"88b85e19-b5e4-479c-abab-ed11b39538f0","name":"File Drop From Url","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"file_url\": \"https://sample-videos.com/xls/Sample-Spreadsheet-10-rows.xls\",\r\n    \"extractor_id\": \"2npHOrGtMIRWhqM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.fireash.com/file_upload_url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 17:33:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"Fsg5YjDRoAMEKCw="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"File uploaded\",\n    \"file_size\": 19456,\n    \"file_id\": \"b4dGtFyNKK2MqsX\"\n}"}],"_postman_id":"e29e6be9-f6e9-492c-a060-b2aff1ce0bbd"}],"id":"5563d794-bd7b-45ae-8cf0-ce8c8dfa76dd","description":"<p>To upload the document for your extractor mapping you can use this API.</p>\n","_postman_id":"5563d794-bd7b-45ae-8cf0-ce8c8dfa76dd"},{"name":"File Drop Collection","item":[{"name":"File","id":"55f6f731-cc46-46d2-8e07-4c4f9dcc5b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.fireash.com/file?file_id=mU2KAz7HDdDGb8b","description":"<p>To fetch the single imported file information you can use this API.</p>\n","urlObject":{"protocol":"https","path":["file"],"host":["api","fireash","com"],"query":[{"description":{"content":"<p>[REQUIRED] \n?file_id=: You can obtain this File Id parameter when you upload a document using the \"File Drop\" endpoint, or else you can get it by calling the \"File Drop List\" endpoint or from the \"File Drop\" menu.</p>\n","type":"text/plain"},"key":"file_id","value":"mU2KAz7HDdDGb8b"}],"variable":[]}},"response":[{"id":"ca571b50-ed70-4d79-81bd-56a7276cdf85","name":"File","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.fireash.com/file?file_id=mU2KAz7HDdDGb8b","protocol":"https","host":["api","fireash","com"],"path":["file"],"query":[{"key":"file_id","value":"mU2KAz7HDdDGb8b","description":"[REQUIRED] \n?file_id=: You can obtain this File Id parameter when you upload a document using the \"File Drop\" endpoint, or else you can get it by calling the \"File Drop List\" endpoint or from the \"File Drop\" menu."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 11:57:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"300"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdx8ShihoAMEYQg="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Imported File\",\n    \"extractorName\": \"multiple_temp\",\n    \"extractorId\": \"XICNdr3qLRO17ou\",\n    \"data\": {\n        \"description\": \"Json Ready\",\n        \"fileStatus\": \"Completed\",\n        \"fileId\": \"mU2KAz7HDdDGb8b\",\n        \"fileName\": \"Sample.xls\",\n        \"fileSize\": \"925696\",\n        \"createdAt\": \"29-11-2022 12:30:01\",\n        \"processedAt\": \"Invalid date\"\n    }\n}"}],"_postman_id":"55f6f731-cc46-46d2-8e07-4c4f9dcc5b60"},{"name":"File Drop List","id":"856b2762-63a9-47cb-9e13-6b2eddf302b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.fireash.com/file_drop_list?extractor_id=XICNdr3qLRO17ou&file_status=Completed,File Parsing Error","description":"<p>To fetch the list of imported document details you can use this API.</p>\n","urlObject":{"protocol":"https","path":["file_drop_list"],"host":["api","fireash","com"],"query":[{"description":{"content":"<p>[REQUIRED] \n?extractor_id=: You can obtain this Extractor Id parameter by calling the \"Extractor List\" end point or from Extractor menu.</p>\n","type":"text/plain"},"key":"extractor_id","value":"XICNdr3qLRO17ou"},{"description":{"content":"<p>[OPTIONAL] \n?file_status=: You can fetch data based on file status. Use comma for multiple status.</p>\n","type":"text/plain"},"key":"file_status","value":"Completed,File Parsing Error"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER]\n?page_number=: specify the page of results to return.\nFor example, /extracted_data?page_number=1 is the first page of the collection.\nThe limit is optional by default it will retrieve 10000 records.</p>\n","type":"text/plain"},"key":"page_number","value":"1"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER] - [DEFAULT - 10000]\n?limit=: specify the number of records to be retrieved per page.\nFor example, /extracted_data?page_number=2&amp;limit=50 - This will retrieve the second set of 50 records from the collection.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date: specify the date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /extracted_data?start_date=2022-11-27T00:00:00 - This will retrieve all the records starting from mentioned date.</p>\n","type":"text/plain"},"key":"start_date","value":"2022-11-27T00:00:00"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date:&amp;end_date: specify both the start date and time and end date and time of records to be retrieved. It will consider the CreatedAt field. \nFor example: /extracted_data?start_date=2022-11-27T00:00:00&amp;end_date=2022-11-27T23:59:59 - This will retrieve all the records between the mentioned dates.</p>\n","type":"text/plain"},"key":"end_date","value":"2022-11-27T23:59:59"}],"variable":[]}},"response":[{"id":"a5abe41a-aefa-4a03-96ff-5e630fa2fa67","name":"File Drop List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fireash.com/file_drop_list?extractor_id=g1cRv9CR8wIqNn6","protocol":"https","host":["api","fireash","com"],"path":["file_drop_list"],"query":[{"key":"extractor_id","value":"g1cRv9CR8wIqNn6","description":"[REQUIRED] \nYou can obtain this Extractor Id parameter by calling the \"Extractor List\" endpoint, or from the Extractor menu."},{"key":"page_number","value":"1","description":"[OPTIONAL] - [INTEGER]\n?page_number=: specify the page of results to return.\nFor example, /file_drop_list?page_number=1 is the first page of the collection.\nThe limit is optional by default it will retrieve 10000 records.","disabled":true},{"key":"limit","value":"10","description":"[OPTIONAL] - [INTEGER] - [DEFAULT - 10000]\n?limit=: specify the number of records to be retrieved per page.\nFor example, /file_drop_list?page_number=2&limit=50\nThis will retrieve the second set of 50 records from the collection.","disabled":true},{"key":"start_date","value":"2022-11-27T00:00:00","description":"[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date: specify the date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /file_drop_list?start_date=2022-11-27T00:00:00\nThis will retrieve all the records starting from mentioned date.","disabled":true},{"key":"end_date","value":"2022-11-27T23:59:59","description":"[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date:&end_date: specify both the start date and time and end date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /file_drop_list?start_date=2022-11-27T00:00:00&end_date=2022-11-27T23:59:59\nThis will retrieve all the records between the mentioned dates.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 09:53:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1013"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdfwjhT3IAMEcXw="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"File Drop List\",\n    \"extractorName\": \"xml_temp\",\n    \"extractorId\": \"g1cRv9CR8wIqNn6\",\n    \"startDate\": \"\",\n    \"endDate\": \"\",\n    \"pageNumber\": 1,\n    \"perPage\": 10000,\n    \"prePage\": null,\n    \"nextPage\": null,\n    \"totalRecord\": 4,\n    \"totalPages\": 1,\n    \"data\": [\n        {\n            \"description\": \"File Dropped\",\n            \"fileStatus\": \"File Dropped\",\n            \"fileId\": \"hPPzieU5BJVw4K1\",\n            \"fileName\": \"Sample.xml\",\n            \"fileSize\": \"9566\",\n            \"createdAt\": \"28-11-2022 20:23:49\",\n            \"processedAt\": \"28-11-2022 20:23:49\"\n        },\n        {\n            \"description\": \"File Dropped\",\n            \"fileStatus\": \"File Dropped\",\n            \"fileId\": \"uOL2tIDgalC3M1A\",\n            \"fileName\": \"Sample.xml\",\n            \"fileSize\": \"9566\",\n            \"createdAt\": \"28-11-2022 21:02:23\",\n            \"processedAt\": \"28-11-2022 21:02:23\"\n        },\n        {\n            \"description\": \"Json Ready\",\n            \"fileStatus\": \"Completed\",\n            \"fileId\": \"NOWB6yvlIM7uiVs\",\n            \"fileName\": \"Sample.xml\",\n            \"fileSize\": \"9566\",\n            \"createdAt\": \"28-11-2022 21:05:51\",\n            \"processedAt\": \"28-11-2022 20:23:49\"\n        },\n        {\n            \"description\": \"Json ready\",\n            \"fileStatus\": \"Completed\",\n            \"fileId\": \"KJkHCzBwDUtdEU7\",\n            \"fileName\": \"Sample.xml\",\n            \"fileSize\": \"9566\",\n            \"createdAt\": \"28-11-2022 21:19:22\",\n            \"processedAt\": \"28-11-2022 21:25:22\"\n        }\n    ]\n}"}],"_postman_id":"856b2762-63a9-47cb-9e13-6b2eddf302b3"}],"id":"f674e303-a544-4aa7-b57a-1360c1aa5543","description":"<p>To fetch the details of imported document use any of these API's.</p>\n","_postman_id":"f674e303-a544-4aa7-b57a-1360c1aa5543"},{"name":"Processed Data","item":[{"name":"Extracted Data","id":"d8186f38-18c3-43ec-80e5-5de10d875b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.fireash.com/extracted_data?file_id=mU2KAz7HDdDGb8b","urlObject":{"protocol":"https","path":["extracted_data"],"host":["api","fireash","com"],"query":[{"description":{"content":"<p>[REQUIRED] \n?file_id=: You can obtain this File Id parameter when you upload a document using the \"File Drop\" endpoint, or else you can get it by calling the \"File Drop List\" endpoint or from the \"File Drop\" menu.</p>\n","type":"text/plain"},"key":"file_id","value":"mU2KAz7HDdDGb8b"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER]\n?page_number=: specify the page of results to return.\nFor example, /extracted_data?page_number=1 is the first page of the collection.\nThe limit is optional by default it will retrieve 10000 records.</p>\n","type":"text/plain"},"key":"page_number","value":"2"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [INTEGER] - [DEFAULT - 10000]\n?limit=: specify the number of records to be retrieved per page.\nFor example, /extracted_data?page_number=2&amp;limit=50 - This will retrieve the second set of 50 records from the collection.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date: specify the date and time of records to be retrieved. It will consider the CreatedAt field.\nFor example: /extracted_data?start_date=2022-11-27T00:00:00 - This will retrieve all the records starting from mentioned date.</p>\n","type":"text/plain"},"key":"start_date","value":"2022-11-27T00:00:00"},{"disabled":true,"description":{"content":"<p>[OPTIONAL] - [DATETIME] - [FORMAT - YYYY-MM-DDTHH:MM:SS]\n?start_date:&amp;end_date: specify both the start date and time and end date and time of records to be retrieved. It will consider the CreatedAt field. \nFor example: /extracted_data?start_date=2022-11-27T00:00:00&amp;end_date=2022-11-27T23:59:59 - This will retrieve all the records between the mentioned dates.</p>\n","type":"text/plain"},"key":"end_date","value":"2022-11-27T23:59:59"}],"variable":[]}},"response":[{"id":"60475e57-781e-438a-96b0-07f4c1af2424","name":"Extracted Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.fireash.com/extracted_data?file_id=mU2KAz7HDdDGb8b","protocol":"https","host":["api","fireash","com"],"path":["extracted_data"],"query":[{"key":"file_id","value":"mU2KAz7HDdDGb8b","description":"[REQUIRED] \nYou can obtain this File Id parameter when you upload a document using the \"File Drop\" endpoint, or else you can get it by calling the \"File Drop List\" endpoint or from the \"File Drop\" menu."},{"key":"page_number","value":"2","description":"Optional","disabled":true},{"key":"limit","value":"5","description":"Optional - Default 10000","disabled":true},{"key":"start_date","value":"2022-11-27T00:00:00","disabled":true},{"key":"end_date","value":"2022-11-27T23:59:59","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 10:16:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1436"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"cdjLRiRmoAMEcuA="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Extracted Data\",\n    \"description\": \"Json Ready\",\n    \"fileStatus\": \"Completed\",\n    \"extractorName\": \"multiple_temp\",\n    \"extractorId\": \"XICNdr3qLRO17ou\",\n    \"fileId\": \"mU2KAz7HDdDGb8b\",\n    \"fileName\": \"Sample.xls\",\n    \"fileSize\": \"925696\",\n    \"createdAt\": \"29-11-2022 12:30:01\",\n    \"processedAt\": \"Invalid date\",\n    \"pageNumber\": \"2\",\n    \"perPage\": \"5\",\n    \"prePage\": 1,\n    \"nextPage\": \"21\",\n    \"totalRecord\": 4999,\n    \"totalPages\": 1000,\n    \"data\": [\n        {\n            \"eldon_base_for_stackable_storage_shelf_platinum\": \"Angle-D Binders with Locking Rings, Label Holders\",\n            \"muhammed_macintyre\": \"Carl Jackson\",\n            \"38_94\": \"7.3\",\n            \"nunavut\": \"NUNAVUT\",\n            \"storage_organization\": \"Binde\",\n            \"add_column\": \"test\"\n        },\n        {\n            \"eldon_base_for_stackable_storage_shelf_platinum\": \"SAFCO Mobile Desk Side File, Wire Frame\",\n            \"muhammed_macintyre\": \"Carl Jackson\",\n            \"38_94\": \"42.76\",\n            \"nunavut\": \"NUNAVUT\",\n            \"storage_organization\": \"Stora\",\n            \"add_column\": \"test\"\n        },\n        {\n            \"eldon_base_for_stackable_storage_shelf_platinum\": \"SAFCO Commercial Wire Shelving, Black\",\n            \"muhammed_macintyre\": \"Monica Federle\",\n            \"38_94\": \"138.14\",\n            \"nunavut\": \"NUNAVUT\",\n            \"storage_organization\": \"Stora\",\n            \"add_column\": \"test\"\n        },\n        {\n            \"eldon_base_for_stackable_storage_shelf_platinum\": \"Xerox 198\",\n            \"muhammed_macintyre\": \"Dorothy Badders\",\n            \"38_94\": \"4.98\",\n            \"nunavut\": \"NUNAVUT\",\n            \"storage_organization\": \"Paper\",\n            \"add_column\": \"test\"\n        },\n        {\n            \"eldon_base_for_stackable_storage_shelf_platinum\": \"Xerox 1980\",\n            \"muhammed_macintyre\": \"Neola Schneider\",\n            \"38_94\": \"4.28\",\n            \"nunavut\": \"NUNAVUT\",\n            \"storage_organization\": \"Paper\",\n            \"add_column\": \"test\"\n        }\n    ]\n}"}],"_postman_id":"d8186f38-18c3-43ec-80e5-5de10d875b0a"}],"id":"b54a5e57-8a5d-48c2-8dde-86c33701aa76","description":"<p>To fetch the processed document which you uploaded. You need <strong>file_id</strong> which you will receive when you upload the document, or you can get the <strong>file_id</strong> from File Drop API's</p>\n","_postman_id":"b54a5e57-8a5d-48c2-8dde-86c33701aa76"}]}