{ "info": { "_postman_id": "8080eb66-e9e2-435a-ba82-5a42dbabded0", "name": "Kita Capture Applications Documents 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:14.000Z", "updatedAt": "2026-07-28T02:00:14.000Z", "lastUpdatedBy": "35240", "uid": "35240-8080eb66-e9e2-435a-ba82-5a42dbabded0" }, "item": [ { "name": "applications", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "{docId}", "item": [ { "name": "Get a document", "id": "a41a731e-273c-4498-a2dc-2dc53bdd70e2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "id": "baab689a-09bf-4d44-97d9-2806fe634061", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." }, { "id": "a3f62aaa-beeb-4702-8575-de80896ee667", "key": "docId", "value": "", "description": "(Required) Document identifier." } ] }, "description": "Returns the document plus the structured `kita_raw` extraction, `recommendations`, and `inconsistencies`." }, "response": [ { "id": "0b56500c-3d36-4d4a-9c8e-896cab6f83e8", "name": "The document and its extraction.", "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/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"status\": \"missing\",\n \"download_url\": \"\",\n \"kita_raw\": {}\n }\n}", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-0b56500c-3d36-4d4a-9c8e-896cab6f83e8" }, { "id": "ec4b9cf8-4da0-486b-8acb-db7c156b1462", "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/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-ec4b9cf8-4da0-486b-8acb-db7c156b1462" }, { "id": "34ac269b-d0dd-4e07-9289-29d99faa726a", "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/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-34ac269b-d0dd-4e07-9289-29d99faa726a" } ], "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-a41a731e-273c-4498-a2dc-2dc53bdd70e2" }, { "name": "Delete a document", "id": "7b311238-7fe5-44a1-a052-559e2cdd435e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "id": "6e74efb9-7cfc-4ecb-a023-e4c38220952b", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." }, { "id": "3f295b5d-bb3f-477d-b8e8-12e9209d3781", "key": "docId", "value": "", "description": "(Required) Document identifier." } ] }, "description": "Deletes the file and recomputes file completeness." }, "response": [ { "id": "ab57d390-13bd-4a5d-abc0-3a3d931c42f1", "name": "Deleted.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-ab57d390-13bd-4a5d-abc0-3a3d931c42f1" }, { "id": "71964c90-270d-4d36-b32a-ae2e5a89dba0", "name": "Missing, malformed, unknown, or revoked API key.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-71964c90-270d-4d36-b32a-ae2e5a89dba0" }, { "id": "b4a789af-d7b0-4f1b-983f-2bc526b62bbc", "name": "Valid key lacks the required scope.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-b4a789af-d7b0-4f1b-983f-2bc526b62bbc" }, { "id": "82f1f02f-9500-4ee5-b04f-3ace652a32b6", "name": "Resource not found in this organization.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId" ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-82f1f02f-9500-4ee5-b04f-3ace652a32b6" } ], "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-7b311238-7fe5-44a1-a052-559e2cdd435e" } ], "id": "2ff630c2-4d74-4d94-ab71-69982bf1ed65", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-2ff630c2-4d74-4d94-ab71-69982bf1ed65" }, { "name": "Upload borrower documents", "id": "1f98151b-e3e6-4a30-a3cf-e75b81219b38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "value": null }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "variable": [ { "id": "034db8d0-df72-4620-bd14-17697bc15d79", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Upload one or more files as multipart/form-data. Each file's extraction pipeline runs after the response returns." }, "response": [ { "id": "1621f7c7-312a-4c86-abc8-e276c713d0f1", "name": "Documents accepted for processing.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"status\": \"missing\",\n \"download_url\": \"\",\n \"kita_raw\": {}\n },\n {\n \"id\": \"\",\n \"status\": \"verified\",\n \"download_url\": \"\",\n \"kita_raw\": {}\n }\n ]\n}", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-1621f7c7-312a-4c86-abc8-e276c713d0f1" }, { "id": "e6db61ca-5378-4646-8cef-faa5f385a6cf", "name": "Malformed body, missing fields, or bad parameters.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-e6db61ca-5378-4646-8cef-faa5f385a6cf" }, { "id": "23b1c121-7d2f-41c9-93a9-04993c5f2aca", "name": "Missing, malformed, unknown, or revoked API key.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-23b1c121-7d2f-41c9-93a9-04993c5f2aca" }, { "id": "b7c0a6e8-46a3-47f2-91ef-afa7d546614e", "name": "Valid key lacks the required scope.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-b7c0a6e8-46a3-47f2-91ef-afa7d546614e" }, { "id": "ce71c38f-fb59-4874-aecb-9cc00c664dcb", "name": "Resource not found in this organization.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/applications/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-ce71c38f-fb59-4874-aecb-9cc00c664dcb" } ], "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-1f98151b-e3e6-4a30-a3cf-e75b81219b38" }, { "name": "List documents on an application", "id": "e7447bcf-3304-4ee7-9a84-94a7493921a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents?include=download_url", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "query": [ { "description": "Pass `download_url` to add signed download URLs valid for one hour.", "key": "include", "value": "download_url" } ], "variable": [ { "id": "56c051a2-b69a-4a35-b44d-743ac610120f", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] } }, "response": [ { "id": "86bb8200-42eb-4fa5-85ab-9c64fd6adee9", "name": "The documents on this application.", "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/documents?include=download_url", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "query": [ { "description": "Pass `download_url` to add signed download URLs valid for one hour.", "key": "include", "value": "download_url" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"status\": \"missing\",\n \"download_url\": \"\",\n \"kita_raw\": {}\n },\n {\n \"id\": \"\",\n \"status\": \"verified\",\n \"download_url\": \"\",\n \"kita_raw\": {}\n }\n ]\n}", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-86bb8200-42eb-4fa5-85ab-9c64fd6adee9" }, { "id": "1e90c180-dbf0-4c34-a888-6c687b5a7519", "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/documents?include=download_url", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "query": [ { "description": "Pass `download_url` to add signed download URLs valid for one hour.", "key": "include", "value": "download_url" } ], "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-1e90c180-dbf0-4c34-a888-6c687b5a7519" }, { "id": "43de90db-3dcf-4fea-a458-ddb4198c13da", "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/documents?include=download_url", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents" ], "query": [ { "description": "Pass `download_url` to add signed download URLs valid for one hour.", "key": "include", "value": "download_url" } ], "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:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-43de90db-3dcf-4fea-a458-ddb4198c13da" } ], "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-e7447bcf-3304-4ee7-9a84-94a7493921a1" } ], "id": "ea2a3541-8f5b-481c-b087-e7757c966fd7", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-ea2a3541-8f5b-481c-b087-e7757c966fd7" } ], "id": "7b0c082d-d6a3-42dc-8205-3cc0b39373fd", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-7b0c082d-d6a3-42dc-8205-3cc0b39373fd" } ], "id": "6f45e5d6-1788-4b3a-80b6-c58fed61b622", "createdAt": "2026-07-28T02:00:15.000Z", "updatedAt": "2026-07-28T02:00:15.000Z", "uid": "35240-6f45e5d6-1788-4b3a-80b6-c58fed61b622" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }