Generate fund documents
with a single API call

No FundOS account setup. No fund data to configure. Send your data, get back a completed K-1, ODD, or waterfall calculation — in seconds.

Get API key — free Read the docs
# Step 1: get your key at kela.com/developers/register
curl -X POST https://kela.com/api/v1/documents/k1 \ -H "Authorization: Bearer doc_your_key" \ -H "Content-Type: application/json" \ -d '{ "fund_name": "Eight Capital Fund II", "tax_year": 2025, "partner_name": "Aksia LP", "lp_share_pct": 0.15, "box_1_ordinary_income": 45000, "box_9a_lt_gain": 105000 }' # → { "html": "<!DOCTYPE html>...", "filename": "k1_2025_aksia_lp.html", # "charged_usd": 5.00 }

Five document types. Simple pricing.

📄

Schedule K-1

Complete IRS Form 1065 K-1 for any LP. Send partner name, EIN, capital account, income boxes. Get back HTML in <500ms.

$5 per partner
📋

ODD / DDQ Completion

Send your fund info and the LP's DDQ questions. Kela's AI fills in the answers. Used by placement agents and fund managers.

$25 per DDQ
🔍

Document Analysis

Send any document text — CIM, term sheet, subscription agreement. Get back red flags, entity map, and risk summary.

$3 per document
💧

Waterfall Calculator

European waterfall with hurdle, carry, and catchup. Returns LP/GP split by tier with full tier breakdown.

Free
📈

Deal Pricer

IRR, MOIC, WAL, and cashflow schedule for any private credit or equity deal. Bullet, linear, or level amortisation.

Free

Up and running in 60 seconds

1

Create your account

Register with your email. No fund setup, no AUM questions. Your API key appears immediately on the dashboard.

2

Make your first call

Use your doc_ key as a Bearer token. All endpoints at POST /api/v1/documents/*.

3

Pay only when you download

Every call returns a free watermarked draft. The clean copy is behind a download_url — you're charged only when you download it. Don't like the output? Don't download. No charge. No monthly seat fee ever.

Get your API key →