{ "info": { "_postman_id": "d6054191-52e9-48ee-af07-3745bed39609", "name": "Kita Capture Applications Exports 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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "lastUpdatedBy": "35240", "uid": "35240-d6054191-52e9-48ee-af07-3745bed39609" }, "item": [ { "name": "applications", "item": [ { "name": "{id}", "item": [ { "name": "memo", "item": [ { "name": "export", "item": [ { "name": "Export the credit memo or financial spread", "id": "f11ae91e-a80a-4ee3-9817-f6d7bff73e97", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" } ], "url": { "raw": "{{baseUrl}}/applications/:id/memo/export?format=pdf", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "export" ], "query": [ { "key": "format", "value": "pdf" } ], "variable": [ { "id": "00c78d9c-25ca-4e23-9f02-bf5b8155abd0", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "`pdf` (default) returns the credit memo PDF. `xlsx` returns the financial spread\nworkbook \u2014 income statement, UCA cash flow, DSCR, sensitivity. Returns 404 if no\nspread has been computed yet.\n" }, "response": [ { "id": "4b5834cb-2750-4382-aea0-ab91e8f4eb7b", "name": "The export file.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/memo/export?format=pdf", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "export" ], "query": [ { "key": "format", "value": "pdf" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/pdf" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-4b5834cb-2750-4382-aea0-ab91e8f4eb7b" }, { "id": "c597246a-78e3-4096-8753-34275c025e9a", "name": "Missing, malformed, unknown, or revoked 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}}/applications/:id/memo/export?format=pdf", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "export" ], "query": [ { "key": "format", "value": "pdf" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-c597246a-78e3-4096-8753-34275c025e9a" }, { "id": "e3d4bb7d-77d1-4b77-9e2e-23b18494e828", "name": "Resource not found in this organization.", "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}}/applications/:id/memo/export?format=pdf", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "export" ], "query": [ { "key": "format", "value": "pdf" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-e3d4bb7d-77d1-4b77-9e2e-23b18494e828" } ], "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-f11ae91e-a80a-4ee3-9817-f6d7bff73e97" } ], "id": "c6f0413b-6be0-4d69-a22d-f629be0e4828", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-c6f0413b-6be0-4d69-a22d-f629be0e4828" } ], "id": "27461cdd-8b95-4e7a-b9f3-328ae08e1b97", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-27461cdd-8b95-4e7a-b9f3-328ae08e1b97" }, { "name": "export", "item": [ { "name": "Export the raw field-extractions workbook", "id": "6b6be795-ca0d-4390-aac4-8f087a2f7781", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" } ], "url": { "raw": "{{baseUrl}}/applications/:id/export?format=xlsx", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "export" ], "query": [ { "key": "format", "value": "xlsx" } ], "variable": [ { "id": "5980a858-a567-4659-9faf-e66760e50945", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Downloads the extraction workbook as .xlsx, one sheet per file area. Distinct from the memo spread export." }, "response": [ { "id": "ec269577-c6e7-4dc7-955c-d1bfafdf0d13", "name": "The extractions 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}}/applications/:id/export?format=xlsx", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "export" ], "query": [ { "key": "format", "value": "xlsx" } ], "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:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-ec269577-c6e7-4dc7-955c-d1bfafdf0d13" }, { "id": "50d17712-b8e5-42c4-9418-5648a9e037ea", "name": "Missing, malformed, unknown, or revoked 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}}/applications/:id/export?format=xlsx", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "export" ], "query": [ { "key": "format", "value": "xlsx" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-50d17712-b8e5-42c4-9418-5648a9e037ea" }, { "id": "6c852e02-52ee-47c2-a5fc-dac6855ff75c", "name": "Resource not found in this organization.", "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}}/applications/:id/export?format=xlsx", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "export" ], "query": [ { "key": "format", "value": "xlsx" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-6c852e02-52ee-47c2-a5fc-dac6855ff75c" } ], "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-6b6be795-ca0d-4390-aac4-8f087a2f7781" } ], "id": "fa6a3956-2804-49a2-9b5c-602cbd70db3e", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-fa6a3956-2804-49a2-9b5c-602cbd70db3e" } ], "id": "ffc05a3f-5cbf-4116-a9c3-a174553cfec4", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-ffc05a3f-5cbf-4116-a9c3-a174553cfec4" } ], "id": "aa91b17b-90d7-4cf5-aa4d-612bade55323", "createdAt": "2026-07-28T02:00:16.000Z", "updatedAt": "2026-07-28T02:00:16.000Z", "uid": "35240-aa91b17b-90d7-4cf5-aa4d-612bade55323" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }