Underwriting Intelligence for Developers
Simple JSON API to turn loan documents into underwriting intelligence. Upload directly and get structured JSON and audit trails in minutes (Google Drive sync add-on available).
See It In Action
Send documents, get intelligence in under 3 minutes
Submit Documents via API
Receive Complete Dashboard
Quick Start
Get started in 3 simple steps
Get Your API Key
Sign up via Stripe and receive your API key instantly. No sales calls, no contracts.
Upload Documents
POST your loan documents (any format: PDF, Word, Excel, images) to our processing endpoint.
Receive JSON
Get structured loan data with financial calculations and risk analysis in minutes.
Authentication
All API requests require an API key passed via the Authorization header.
Example Request
API keys start with li_live_ (production) or li_test_ (sandbox)
Keep your API key secure. Never expose it in client-side code or public repositories.
API Endpoints
/api/v1/processProcess Documents
Upload loan documents and receive structured underwriting intelligence.
Parameters
documentsFile[]RequiredLoan documents in any format: PDF, Word, Excel, or images (max 50MB each, max 20 files per request)
propertyNamestringOptionalProperty identifier (defaults to auto-detected address)
Response
Returns comprehensive loan intelligence including borrower info, property details, financial calculations, and risk analysis.
/api/v1/healthHealth Check
Check API availability. No authentication required.
Code Examples
Integration examples in multiple languages
cURL
JavaScript
Python
Error Codes
Common error responses