IntegrationsREST · Python SDK · Web portal. Drop into the stack you already run.Read the docs
01IntegrationsThree ways in

Drop Kita into the loan-origination stack you already run.

No rip-and-replace. Call the REST API from your existing LOS, install the Python SDK in your scoring pipeline, or run files through the portal — same credit graph, same audit trail, your team's choice of surface.

02SurfacesPick the surface that fits the team running the work
01

REST API

Production-grade JSON over HTTPS. Idempotent, paginated, webhook-ready. Returns structured fields, confidence scores, and decision reasons in one round trip.

POST /v1/capture
Authorization: Bearer ...
{ "url": "https://..." }
02

Python SDK

Typed client with async support, retry/backoff, and pandas-friendly outputs. Drop into your scoring notebook or batch-process a folder of payslips overnight.

from kita import Kita
client = Kita(api_key="...")
result = client.capture("statement.pdf")
03

Web Portal

Drag a borrower file in, see the assessment, override if needed. Built for credit officers and ops teams who don't want to touch a CLI. Same backend, same audit trail.

portal.usekita.com
Drag a file. See structured fields,
fraud signals, and citations.
03In production withForward-deployed · We do the wiring

Already wired into the loan-origination stack you probably use.

Pre-built connectors for the LOS, CRM, and bureau systems our enterprise customers run. Don't see yours? We'll build it during onboarding.

Loan origination
  • nCino
  • Encompass
  • Salesforce FSC
  • Custom LOS
Data warehouse
  • Snowflake
  • BigQuery
  • Redshift
  • Postgres
Identity & KYC
  • Persona
  • Alloy
  • Veriff
  • Sumsub
Communication
  • Twilio
  • WhatsApp Business
  • SendGrid
  • Postmark
Auth & SSO
  • Okta
  • Auth0
  • Azure AD
  • SAML / OIDC
Deployment
  • Cloud (us-east-1)
  • EU residency
  • VPC
  • On-prem
04Get keys100 free credits. No card. Read your first document in minutes.

Spin up an API key. Process a real document.