Overview

Application intake, credit picture and cited memos for community lenders.

AI Underwriter is the CDFI and community-lender product. The API exposes the same loop as the dashboard: application intake, document extraction, a deterministic credit picture, cited memo generation, borrower conversation sync and exports.

Kita recommends, your team decides

The API never approves or denies credit on its own. Routing defaults to human review, and auto-routing happens only when it is explicitly configured on your loan product and every rule passes.

Base URLhttps://underwriter.kita.ai/api/v1
AuthAuthorization: ApiKey kita_uw_...
Operations151 endpoints

Credit math comes from versioned, deterministic code. No LLM math is used in the credit picture.

Processing is continuous. There is no completeness gate; every accepted document tightens the assessment as it lands.

Start here

Working examples live in github.com/Kita-Technologies/kita-api-examples.

On this page