{ "info": { "_postman_id": "6f0d5c5c-a157-4ef4-970a-58c2adcea9b2", "name": "Kita Capture Applications Schemas 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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-6f0d5c5c-a157-4ef4-970a-58c2adcea9b2" }, "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "schemas", "item": [ { "name": "{schemaId}", "item": [ { "name": "Fetch a single schema", "id": "a7ab7496-19ac-49e5-8c9a-7e2effdec797", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "id": "13a684eb-8a2f-4d0a-b5c8-b1ce5594e49e", "key": "schemaId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a714ff96-b734-4b96-8585-e36344e9c685", "name": "The schema.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-a714ff96-b734-4b96-8585-e36344e9c685" }, { "id": "b59898c3-5dad-4ab5-9604-8f7ff54f6f58", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-b59898c3-5dad-4ab5-9604-8f7ff54f6f58" }, { "id": "51094206-6bad-4a66-9724-099c7023a63f", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-51094206-6bad-4a66-9724-099c7023a63f" } ], "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-a7ab7496-19ac-49e5-8c9a-7e2effdec797" }, { "name": "Update a schema", "id": "1e784c81-2770-4470-899a-d20a2757adb0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "id": "2ec02ae1-c3a5-4845-9b53-2617af454791", "key": "schemaId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "eca9ea59-6be2-4614-b1a8-eb16147347a5", "name": "Updated.", "originalRequest": { "method": "PUT", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-eca9ea59-6be2-4614-b1a8-eb16147347a5" }, { "id": "511716cd-fc9a-46be-b310-2d5588ec07bd", "name": "Bad request \u2014 check the request body and parameters.", "originalRequest": { "method": "PUT", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-511716cd-fc9a-46be-b310-2d5588ec07bd" }, { "id": "47ff5941-3cd0-4445-b9ce-c9c099807226", "name": "Invalid or missing API key.", "originalRequest": { "method": "PUT", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-47ff5941-3cd0-4445-b9ce-c9c099807226" }, { "id": "1f6c0f90-06dd-4999-8926-2d1b811925ca", "name": "Document or batch ID does not exist.", "originalRequest": { "method": "PUT", "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/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-1f6c0f90-06dd-4999-8926-2d1b811925ca" } ], "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-1e784c81-2770-4470-899a-d20a2757adb0" }, { "name": "Delete a schema", "id": "9424113f-baff-46f4-9938-9f89bed7eaba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "id": "165c3050-9695-451d-acc1-e9de8b5e9e5f", "key": "schemaId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4610d4b6-0a9c-4b2b-bd0a-1484fadee4ff", "name": "Deleted.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-4610d4b6-0a9c-4b2b-bd0a-1484fadee4ff" }, { "id": "987e6f9e-806d-42c6-9520-43619f6ef9fb", "name": "Invalid or missing 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}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-987e6f9e-806d-42c6-9520-43619f6ef9fb" }, { "id": "f15eaf4a-9316-4e00-a4b9-1a771f0d330d", "name": "Document or batch ID does not exist.", "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}}/api/v1/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas", ":schemaId" ], "variable": [ { "key": "schemaId" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-f15eaf4a-9316-4e00-a4b9-1a771f0d330d" } ], "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-9424113f-baff-46f4-9938-9f89bed7eaba" } ], "id": "71f1aba0-3de3-4e71-af2c-1214c5395283", "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-71f1aba0-3de3-4e71-af2c-1214c5395283" }, { "name": "List custom extraction schemas", "id": "f1ea5460-b653-4a3d-8517-a6c0303c56a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "response": [ { "id": "d48e9215-796f-447f-b9b6-19db9b540faa", "name": "The schemas.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/v1/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-d48e9215-796f-447f-b9b6-19db9b540faa" }, { "id": "22fcb75b-59b2-43aa-bb68-4a187d2a7f75", "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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-22fcb75b-59b2-43aa-bb68-4a187d2a7f75" } ], "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-f1ea5460-b653-4a3d-8517-a6c0303c56a5" }, { "name": "Create a custom extraction schema", "id": "6df4330c-ab80-4b04-937a-724db1ccaeca", "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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] }, "description": "Enterprise organizations can define custom extraction shapes that override the default vocabulary output." }, "response": [ { "id": "c06d890a-19c0-4958-a8ce-6e0cbcda6013", "name": "Schema 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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-c06d890a-19c0-4958-a8ce-6e0cbcda6013" }, { "id": "bce68a0e-1c9b-4687-ae4a-b13540248c6b", "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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-bce68a0e-1c9b-4687-ae4a-b13540248c6b" }, { "id": "3b91b5df-274e-41dd-a0c7-0bb69ea5a326", "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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-3b91b5df-274e-41dd-a0c7-0bb69ea5a326" }, { "id": "ecbe14b9-1584-4550-b983-1c336ecad544", "name": "Upgrade required, or the document type is not enabled for this organization.", "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/schemas", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "schemas" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-ecbe14b9-1584-4550-b983-1c336ecad544" } ], "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-6df4330c-ab80-4b04-937a-724db1ccaeca" } ], "id": "cc2d2807-996d-4f0b-bda9-500fe301eab3", "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-cc2d2807-996d-4f0b-bda9-500fe301eab3" } ], "id": "2a15b6db-4d0b-46e3-82e7-f8ddd876dbb2", "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-2a15b6db-4d0b-46e3-82e7-f8ddd876dbb2" } ], "id": "bcbe718e-c992-4855-b3fe-280b1dec1366", "createdAt": "2026-07-28T02:00:37.000Z", "updatedAt": "2026-07-28T02:00:37.000Z", "uid": "35240-bcbe718e-c992-4855-b3fe-280b1dec1366" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }