{ "info": { "_postman_id": "e75ccd1d-7065-47ba-9146-3cfb4a8c4ffd", "name": "Kita Capture Applications Transcripts 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:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-e75ccd1d-7065-47ba-9146-3cfb4a8c4ffd" }, "item": [ { "name": "applications", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "{docId}", "item": [ { "name": "transcript", "item": [ { "name": "Get one document's transcript", "id": "a064bb1d-7000-492a-9854-f8a2d4dc2a4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId/transcript?format=txt", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId", "transcript" ], "query": [ { "key": "format", "value": "txt" } ], "variable": [ { "id": "e7397777-cd1e-4722-a446-33473d0d61c4", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." }, { "id": "0cdb47ae-f7b3-4a7b-a22d-69471c86bb78", "key": "docId", "value": "", "description": "(Required) Document identifier." } ] } }, "response": [ { "id": "ed31321b-13f3-4d40-b7ef-e137b8bf4ce7", "name": "The transcript.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id/documents/:docId/transcript?format=txt", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId", "transcript" ], "query": [ { "key": "format", "value": "txt" } ], "variable": [ { "key": "id" }, { "key": "docId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pages\": \"\",\n \"block_count\": \"\",\n \"char_count\": \"\",\n \"has_text\": \"\",\n \"text\": \"\"\n}", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-ed31321b-13f3-4d40-b7ef-e137b8bf4ce7" }, { "id": "66ed5bf9-3771-4535-bdf2-6b075dcc4c19", "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/transcript?format=txt", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId", "transcript" ], "query": [ { "key": "format", "value": "txt" } ], "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:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-66ed5bf9-3771-4535-bdf2-6b075dcc4c19" }, { "id": "7142c1f3-5bc0-487f-a574-363da7c197c9", "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/transcript?format=txt", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "documents", ":docId", "transcript" ], "query": [ { "key": "format", "value": "txt" } ], "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:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-7142c1f3-5bc0-487f-a574-363da7c197c9" } ], "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-a064bb1d-7000-492a-9854-f8a2d4dc2a4f" } ], "id": "5d6c701b-e577-4398-b749-a0855cda8d70", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-5d6c701b-e577-4398-b749-a0855cda8d70" } ], "id": "c72b81c2-c1d9-4476-85b0-c460d2dbcb6f", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-c72b81c2-c1d9-4476-85b0-c460d2dbcb6f" } ], "id": "c6f1965c-a620-4e49-b346-42dac35e8b9d", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-c6f1965c-a620-4e49-b346-42dac35e8b9d" }, { "name": "transcripts", "item": [ { "name": "Get transcripts for every document in the file", "id": "30a877bf-3111-4b78-bf82-a067e67c6770", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id/transcripts?format=json", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "transcripts" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "id": "6596f32a-b808-4f2e-ab24-a6b8dce3eff3", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] } }, "response": [ { "id": "c044f01a-c061-4004-977a-e37067364ec2", "name": "Transcripts for the 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/transcripts?format=json", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "transcripts" ], "query": [ { "key": "format", "value": "json" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-c044f01a-c061-4004-977a-e37067364ec2" }, { "id": "51f1aef2-2637-4771-ba2b-fc3cbdb30b84", "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/transcripts?format=json", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "transcripts" ], "query": [ { "key": "format", "value": "json" } ], "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:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-51f1aef2-2637-4771-ba2b-fc3cbdb30b84" }, { "id": "2b465405-5a6c-4ee8-8568-db06cbc3335f", "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/transcripts?format=json", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id", "transcripts" ], "query": [ { "key": "format", "value": "json" } ], "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:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-2b465405-5a6c-4ee8-8568-db06cbc3335f" } ], "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-30a877bf-3111-4b78-bf82-a067e67c6770" } ], "id": "8b81502e-f4a8-48c2-84ab-1ee2c47763b2", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-8b81502e-f4a8-48c2-84ab-1ee2c47763b2" } ], "id": "ab34bb06-2f0f-4d51-a0a8-82b8e5baaf01", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-ab34bb06-2f0f-4d51-a0a8-82b8e5baaf01" } ], "id": "587e7005-d0a0-49e5-a77d-30a524ffbdf9", "createdAt": "2026-07-28T02:00:38.000Z", "updatedAt": "2026-07-28T02:00:38.000Z", "uid": "35240-587e7005-d0a0-49e5-a77d-30a524ffbdf9" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }