{ "info": { "_postman_id": "ee72d43c-9992-4e04-8e43-7ef5e916f39c", "name": "Kita Capture Applications Results API", "description": "Kita Capture turns scanned or photographed financial and identity documents into clean\nJSON \u2014 transactions, metadata, metrics, and fraud signals. Upload a file (multipart or\nbase64), submit a URL, or batch up to 100 documents, then poll for results or receive an\nHMAC-signed webhook.\n\nAuthentication uses an organization API key prefixed `kita_prod_` sent as\n`Authorization: Bearer `. Errors return `{ \"error\": ..., \"message\": ... }`.\nRate limiting is per organization; 429 responses carry a `Retry-After` header.\n\nNOTE: Kita does not publish a machine-readable OpenAPI description. This document was\ngenerated by the API Evangelist enrichment pipeline from Kita's own published API\ndocumentation (shipped verbatim inside the official `kita-docs-mcp` npm package and\nserved at https://www.kita.ai/documentation). Only operations, parameters, fields and\nstatus codes that Kita documents are represented here.\n\n\nContact Support:\n Name: Kita Support\n Email: support@kita.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-ee72d43c-9992-4e04-8e43-7ef5e916f39c" }, "item": [ { "name": "api", "item": [ { "name": "results", "item": [ { "name": "{documentId}", "item": [ { "name": "Get the extraction result", "id": "e1f8cca4-d0dc-473a-b1e6-165ffe740e67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/results/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "results", ":documentId" ], "variable": [ { "id": "a48b90b4-eef5-4a82-b9b5-bb952ba8b675", "key": "documentId", "value": "", "description": "(Required) " } ] }, "description": "Retrieve the full processed result. Poll until `status` is `completed`." }, "response": [ { "id": "7bea5336-661a-4c45-b1ea-95a7356fc5c3", "name": "The extraction result.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/results/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "results", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"failed\",\n \"document_type\": \"credit_report\",\n \"document_id\": \"\",\n \"filename\": \"\",\n \"processing_time_seconds\": \"\",\n \"uploaded_at\": \"\",\n \"metadata\": {},\n \"extracted_data\": {},\n \"fraud_detection\": {\n \"risk_level\": \"\",\n \"authenticity_score\": \"\",\n \"signals\": [\n {\n \"severity\": \"\",\n \"category\": \"\",\n \"message\": \"\"\n },\n {\n \"severity\": \"\",\n \"category\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-7bea5336-661a-4c45-b1ea-95a7356fc5c3" }, { "id": "574f9136-12e3-46d7-83f2-77ee7b1fd5a2", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/results/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "results", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-574f9136-12e3-46d7-83f2-77ee7b1fd5a2" }, { "id": "68287ddc-03a2-4e3c-8842-b64180ec2d7f", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/results/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "results", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-68287ddc-03a2-4e3c-8842-b64180ec2d7f" }, { "id": "a5bb37e8-5713-418a-aeb2-47618580eb2e", "name": "Rate limited. Wait and retry; check the `Retry-After` header.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/results/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "results", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-a5bb37e8-5713-418a-aeb2-47618580eb2e" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-e1f8cca4-d0dc-473a-b1e6-165ffe740e67" } ], "id": "841c0929-33cb-4c44-a0b3-2eafb6cb8627", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-841c0929-33cb-4c44-a0b3-2eafb6cb8627" } ], "id": "4b1a7916-b93c-4f87-bba0-83926e463389", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-4b1a7916-b93c-4f87-bba0-83926e463389" }, { "name": "documents", "item": [ { "name": "{id}", "item": [ { "name": "summary", "item": [ { "name": "Get key metrics for a bank statement or passbook", "id": "5ade5515-c31f-4d2e-aff6-ff9804a30c8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/documents/:id/summary?format=json", "host": [ "{{baseUrl}}" ], "path": [ "api", "documents", ":id", "summary" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "id": "b9eef91b-48d9-4942-b32a-5675faf5b565", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Account info, flows, balances and category breakdowns. No transaction-level data." }, "response": [ { "id": "0b075f5a-4067-4c32-a70b-de4686c6710d", "name": "The summary.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/documents/:id/summary?format=json", "host": [ "{{baseUrl}}" ], "path": [ "api", "documents", ":id", "summary" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-0b075f5a-4067-4c32-a70b-de4686c6710d" }, { "id": "c2d1dd19-a87f-4004-84b5-bda5d91fa02b", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/documents/:id/summary?format=json", "host": [ "{{baseUrl}}" ], "path": [ "api", "documents", ":id", "summary" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-c2d1dd19-a87f-4004-84b5-bda5d91fa02b" }, { "id": "5a234321-2e67-4aee-a927-469e3498d00a", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/documents/:id/summary?format=json", "host": [ "{{baseUrl}}" ], "path": [ "api", "documents", ":id", "summary" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-5a234321-2e67-4aee-a927-469e3498d00a" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-5ade5515-c31f-4d2e-aff6-ff9804a30c8a" } ], "id": "d7e354d4-dc6b-47ba-be1c-d674aa608eb2", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-d7e354d4-dc6b-47ba-be1c-d674aa608eb2" } ], "id": "0c1c2b75-c571-4df5-addd-d6cd66f8b9d5", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-0c1c2b75-c571-4df5-addd-d6cd66f8b9d5" } ], "id": "73f398ec-fd47-459c-a919-66c59c1c344e", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-73f398ec-fd47-459c-a919-66c59c1c344e" }, { "name": "v1", "item": [ { "name": "documents", "item": [ { "name": "{id}", "item": [ { "name": "export", "item": [ { "name": "Download the schema-driven Excel export", "id": "c1c9b3d1-2743-4551-9aed-606dfeabaeeb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "export" ], "variable": [ { "id": "0368c720-a93b-48b9-9a0b-4e6b878fd2c6", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Multi-sheet Excel for schema-based types \u2014 `audited_financial_statement` (17-sheet workbook), `credit_report`, `slik` and others." }, "response": [ { "id": "751efc41-451d-4771-aa46-bc6703c64920", "name": "The workbook.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "export" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-751efc41-451d-4771-aa46-bc6703c64920" }, { "id": "21c082fb-b908-4231-ab82-b63c8a36ac17", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "export" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-21c082fb-b908-4231-ab82-b63c8a36ac17" }, { "id": "8a233a25-1e00-480f-baa9-7b746b328b4e", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "export" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-8a233a25-1e00-480f-baa9-7b746b328b4e" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-c1c9b3d1-2743-4551-9aed-606dfeabaeeb" } ], "id": "06246d0c-5563-444b-beb6-8293b1eebc3c", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-06246d0c-5563-444b-beb6-8293b1eebc3c" }, { "name": "custom-export", "item": [ { "name": "Download the organization's configured Excel export", "id": "2bf81f67-b921-46fa-b5f9-54f428013b68", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/custom-export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "custom-export" ], "variable": [ { "id": "954b8588-f5a5-48bd-a2e7-eb1bf1a335b3", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Works for all document types where the organization has a custom export schema enabled." }, "response": [ { "id": "22959355-4747-4a6c-8b1d-582896ea1aed", "name": "The workbook.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/custom-export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "custom-export" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-22959355-4747-4a6c-8b1d-582896ea1aed" }, { "id": "e067e256-8182-4583-a739-b8ad1331a865", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/custom-export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "custom-export" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-e067e256-8182-4583-a739-b8ad1331a865" }, { "id": "448c316d-8828-44c4-9033-802a6cc8ba43", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/:id/custom-export", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", ":id", "custom-export" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-448c316d-8828-44c4-9033-802a6cc8ba43" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-2bf81f67-b921-46fa-b5f9-54f428013b68" } ], "id": "b9291383-b124-4109-9ac4-3fa2a26eece1", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-b9291383-b124-4109-9ac4-3fa2a26eece1" } ], "id": "1be5d3f2-b088-445f-a4ba-babb1fdb4796", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-1be5d3f2-b088-445f-a4ba-babb1fdb4796" }, { "name": "jobs", "item": [ { "name": "{documentId}", "item": [ { "name": "Get the processing job for a document", "id": "eddc6d43-8721-466e-b70d-d8495e79714a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/jobs/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", "jobs", ":documentId" ], "variable": [ { "id": "72082251-69ec-42f5-90f1-6e003f193cc0", "key": "documentId", "value": "", "description": "(Required) " } ] }, "description": "Surfaces per-document cost reporting \u2014 `total_cost_usd` and the `cost_report` per-call breakdown (model, prompt/completion tokens, USD per call, stage)." }, "response": [ { "id": "75e12341-8ce2-469b-a272-0e12bcd386ad", "name": "The job record.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/jobs/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", "jobs", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total_cost_usd\": \"\",\n \"cost_report\": {}\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-75e12341-8ce2-469b-a272-0e12bcd386ad" }, { "id": "256b6baf-4e4d-488e-80c2-6033b30eed55", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/jobs/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", "jobs", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-256b6baf-4e4d-488e-80c2-6033b30eed55" }, { "id": "5b44a842-b0db-4051-b6bb-4fe4895cb9c2", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents/jobs/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents", "jobs", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-5b44a842-b0db-4051-b6bb-4fe4895cb9c2" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-eddc6d43-8721-466e-b70d-d8495e79714a" } ], "id": "91a2ccf4-8851-42ce-b4d1-cfe02da9b52e", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-91a2ccf4-8851-42ce-b4d1-cfe02da9b52e" } ], "id": "a7bf9cab-6d46-458a-a88c-54baf14571a5", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-a7bf9cab-6d46-458a-a88c-54baf14571a5" }, { "name": "List processed documents", "id": "ee2e4ef3-c15c-4e4b-9f89-fdfb19d9de5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/documents?limit=100&offset=0&status=processing&document_type=secretarys_certificate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents" ], "query": [ { "key": "limit", "value": "100" }, { "key": "offset", "value": "0" }, { "key": "status", "value": "processing" }, { "key": "document_type", "value": "secretarys_certificate" } ] }, "description": "List all processed documents for the organization, with offset pagination and filters." }, "response": [ { "id": "5fa46fcf-f24a-4039-be42-8adc692ad799", "name": "A page of documents.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents?limit=100&offset=0&status=processing&document_type=secretarys_certificate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents" ], "query": [ { "key": "limit", "value": "100" }, { "key": "offset", "value": "0" }, { "key": "status", "value": "processing" }, { "key": "document_type", "value": "secretarys_certificate" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-5fa46fcf-f24a-4039-be42-8adc692ad799" }, { "id": "c4dd63be-1d5e-4dc9-92e9-ac0255d1f151", "name": "Invalid or missing API key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents?limit=100&offset=0&status=processing&document_type=secretarys_certificate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents" ], "query": [ { "key": "limit", "value": "100" }, { "key": "offset", "value": "0" }, { "key": "status", "value": "processing" }, { "key": "document_type", "value": "secretarys_certificate" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-c4dd63be-1d5e-4dc9-92e9-ac0255d1f151" }, { "id": "d570324b-d248-419d-a1d3-d898e580ee37", "name": "Rate limited. Wait and retry; check the `Retry-After` header.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/documents?limit=100&offset=0&status=processing&document_type=secretarys_certificate", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "documents" ], "query": [ { "key": "limit", "value": "100" }, { "key": "offset", "value": "0" }, { "key": "status", "value": "processing" }, { "key": "document_type", "value": "secretarys_certificate" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-d570324b-d248-419d-a1d3-d898e580ee37" } ], "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-ee2e4ef3-c15c-4e4b-9f89-fdfb19d9de5f" } ], "id": "822e0642-4a08-41db-a58d-96ac1644aec5", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-822e0642-4a08-41db-a58d-96ac1644aec5" } ], "id": "cc19dccc-b104-432b-bc9f-0107d0ff7767", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-cc19dccc-b104-432b-bc9f-0107d0ff7767" } ], "id": "5a81acab-8cd0-4a71-a093-f924daa84495", "createdAt": "2026-07-28T02:00:36.000Z", "updatedAt": "2026-07-28T02:00:36.000Z", "uid": "35240-5a81acab-8cd0-4a71-a093-f924daa84495" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }