{ "info": { "_postman_id": "f776d415-5db4-49db-b21a-2d60b3737d5a", "name": "Kita Capture Applications Memo 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:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-f776d415-5db4-49db-b21a-2d60b3737d5a" }, "item": [ { "name": "applications", "item": [ { "name": "{id}", "item": [ { "name": "memo", "item": [ { "name": "status", "item": [ { "name": "Get memo synthesis status", "id": "d52a34d0-91e9-46f6-8465-25a46c60a275", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/memo/status", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "status" ], "variable": [ { "id": "889bfbff-345d-409b-98b6-84a12636e6c2", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Poll until `synthesis_in_progress` is false and `is_stale` is false." }, "response": [ { "id": "a91e2016-f922-4188-9e36-31ecd5e5dbe0", "name": "Synthesis progress and freshness.", "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/status", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "status" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"synthesis_in_progress\": \"\",\n \"is_stale\": \"\",\n \"stale_reasons\": [\n \"\",\n \"\"\n ],\n \"new_doc_count\": \"\",\n \"new_message_count\": \"\",\n \"last_run_status\": \"completed\",\n \"last_synthesis_at\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a91e2016-f922-4188-9e36-31ecd5e5dbe0" }, { "id": "6ac385d5-fe8f-4480-9427-8435c42014ba", "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/status", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "status" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-6ac385d5-fe8f-4480-9427-8435c42014ba" }, { "id": "581fd349-64da-4bc4-a7c8-eda1ca89174d", "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/status", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo", "status" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-581fd349-64da-4bc4-a7c8-eda1ca89174d" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d52a34d0-91e9-46f6-8465-25a46c60a275" } ], "id": "fa852d93-6f0b-4f5b-b2b8-20cba7d67eaf", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-fa852d93-6f0b-4f5b-b2b8-20cba7d67eaf" }, { "name": "Synthesize the credit memo", "id": "846abce6-13dc-41ca-a464-5a805b3e2ef1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/memo", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "variable": [ { "id": "b1865ebd-49f3-4655-a0d6-d00093e71cc4", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Drafts or redrafts the cited credit memo. Runs inline for up to roughly 120 seconds." }, "response": [ { "id": "97577616-2a34-40ef-99a9-944e41e87823", "name": "Synthesis complete.", "originalRequest": { "method": "POST", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-97577616-2a34-40ef-99a9-944e41e87823" }, { "id": "5cbba8a7-96d7-4aed-881d-7d6f4569f136", "name": "Missing, malformed, unknown, or revoked API key.", "originalRequest": { "method": "POST", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-5cbba8a7-96d7-4aed-881d-7d6f4569f136" }, { "id": "31a43bfd-e4f3-4f27-91a2-5ca16db4ef35", "name": "Valid key lacks the required scope.", "originalRequest": { "method": "POST", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-31a43bfd-e4f3-4f27-91a2-5ca16db4ef35" }, { "id": "4848215f-dab9-400d-8c9f-3cc87858ad38", "name": "Resource not found in this organization.", "originalRequest": { "method": "POST", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-4848215f-dab9-400d-8c9f-3cc87858ad38" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-846abce6-13dc-41ca-a464-5a805b3e2ef1" }, { "name": "Get the credit memo", "id": "b6a06c43-2c01-4bcd-8397-fac4e6cd555a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/memo", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "variable": [ { "id": "3c5ceadf-b6dc-44a9-850c-70a6a75244ad", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Returns memo sections with citations. Bodies are plain text." }, "response": [ { "id": "0d5cc46c-8164-4930-9d33-e98e25bb9d6c", "name": "The memo.", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"last_synthesis_at\": \"\",\n \"sections\": [\n {\n \"section_number\": \"\",\n \"title\": \"\",\n \"body\": \"\",\n \"locked_by_lo\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"section_number\": \"\",\n \"title\": \"\",\n \"body\": \"\",\n \"locked_by_lo\": \"\",\n \"updated_at\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0d5cc46c-8164-4930-9d33-e98e25bb9d6c" }, { "id": "e0a9b495-4499-4852-af04-2db1f51072ef", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e0a9b495-4499-4852-af04-2db1f51072ef" }, { "id": "a34667c5-9a9f-4894-ab1e-d116ee393df6", "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", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "memo" ], "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a34667c5-9a9f-4894-ab1e-d116ee393df6" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b6a06c43-2c01-4bcd-8397-fac4e6cd555a" } ], "id": "0f51a8ce-315f-4b84-bc09-c79c347bd583", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0f51a8ce-315f-4b84-bc09-c79c347bd583" } ], "id": "2eb6c460-9d87-4ed5-8d14-51d894de92ea", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2eb6c460-9d87-4ed5-8d14-51d894de92ea" } ], "id": "1e821409-7fbe-4fa7-b4cd-fc01430e81ff", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-1e821409-7fbe-4fa7-b4cd-fc01430e81ff" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }