{ "info": { "_postman_id": "c1f13e55-2550-49d6-bc0e-f44793e54046", "name": "Kita Capture Applications Folders 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:31.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-c1f13e55-2550-49d6-bc0e-f44793e54046" }, "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "folders", "item": [ { "name": "{folderId}", "item": [ { "name": "documents", "item": [ { "name": "List documents in a folder", "id": "6124f3e7-5d6e-4cf6-907a-8d1dcc6a5384", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/folders/:folderId/documents", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders", ":folderId", "documents" ], "variable": [ { "id": "336e7ea9-b1b9-4bc8-9799-8fe48c65b096", "key": "folderId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1865cdef-0f4a-4a48-abca-3f1c9c37cf68", "name": "Documents in the folder.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/folders/:folderId/documents", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders", ":folderId", "documents" ], "variable": [ { "key": "folderId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-1865cdef-0f4a-4a48-abca-3f1c9c37cf68" }, { "id": "e9f60c4f-f9d4-4bf0-9f01-afd2d6ccc862", "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/folders/:folderId/documents", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders", ":folderId", "documents" ], "variable": [ { "key": "folderId" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-e9f60c4f-f9d4-4bf0-9f01-afd2d6ccc862" }, { "id": "10a59de4-1044-448d-ac5c-c306fae470b7", "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/folders/:folderId/documents", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders", ":folderId", "documents" ], "variable": [ { "key": "folderId" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-10a59de4-1044-448d-ac5c-c306fae470b7" } ], "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-6124f3e7-5d6e-4cf6-907a-8d1dcc6a5384" } ], "id": "54adb894-f46e-4448-842c-f42dae2aee80", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-54adb894-f46e-4448-842c-f42dae2aee80" } ], "id": "64103968-f717-4496-817b-387c9a02406d", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-64103968-f717-4496-817b-387c9a02406d" }, { "name": "Create a folder", "id": "9f957884-cb6e-49f0-a326-5b2f465f16e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] }, "description": "Folders are containers for grouping documents, e.g. by applicant." }, "response": [ { "id": "20a57d05-a955-40ab-8a88-d6ab6351f2a0", "name": "Folder created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-20a57d05-a955-40ab-8a88-d6ab6351f2a0" }, { "id": "59dc892f-af9f-4772-82d1-a57972a57005", "name": "Bad request \u2014 check the request body and parameters.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-59dc892f-af9f-4772-82d1-a57972a57005" }, { "id": "7be0cdd7-6a55-4d35-80f2-c193c6ea2a56", "name": "Invalid or missing API key.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-7be0cdd7-6a55-4d35-80f2-c193c6ea2a56" } ], "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-9f957884-cb6e-49f0-a326-5b2f465f16e4" }, { "name": "List folders", "id": "9121f1ea-2369-45ca-9fe6-5649883f0629", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "response": [ { "id": "06730c8f-f006-4d32-8c32-398fdfc49d35", "name": "The folders.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-06730c8f-f006-4d32-8c32-398fdfc49d35" }, { "id": "10cd7508-cd8c-4dea-b420-741ee591b538", "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/folders", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "folders" ] } }, "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:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-10cd7508-cd8c-4dea-b420-741ee591b538" } ], "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-9121f1ea-2369-45ca-9fe6-5649883f0629" } ], "id": "d4342492-efe7-49e7-bbc0-8d1247483112", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-d4342492-efe7-49e7-bbc0-8d1247483112" } ], "id": "dbb0dc5d-263e-4411-a84f-b90cecbea7ae", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-dbb0dc5d-263e-4411-a84f-b90cecbea7ae" } ], "id": "919410aa-879c-438c-8670-cec7835a5c0e", "createdAt": "2026-07-28T02:00:32.000Z", "updatedAt": "2026-07-28T02:00:32.000Z", "uid": "35240-919410aa-879c-438c-8670-cec7835a5c0e" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }