What you can do
Read your pipeline
List companies in any of your pipeline views, fetch a company profile, pull its CRI score, thesis matches, traction metrics, and data room contents.
Push deals in
Send pitch decks from anywhere - they flow into the same intake pipeline as your web uploads and email forwards, auto-extracted and scored on arrival.
Poll for results
The deck upload is async. Poll the jobs endpoint to watch the company appear, then the CRI score, then the thesis matches - surface partial results to your users as they land.
Use it from AI agents
A Model Context Protocol (MCP) server at
mcp.venture.caplia.ai lets Claude Desktop, Cursor, Windsurf, and other MCP-aware clients call Caplia tools directly.Embed a deck-upload form
Drop the Venture Form Widget into your Webflow, WordPress, or HTML site to push pitch decks straight to Caplia from a public form — no API key in the browser. Built for VC inbound, accelerators, awards, and corp-dev intakes.
Start here
Quickstart
Get your first request returning data in under three minutes.
Authentication
How API keys work, scopes, and the Bearer auth header.
API versioning
This is v1. All paths are prefixed with/v1. We do not break v1 - additive changes only. When /v2 ships, v1 remains supported indefinitely.
Base URL
Environments
| Production | Sandbox | |
|---|---|---|
| REST | https://api.venture.caplia.ai/v1/... | https://api-sandbox.venture.caplia.ai/v1/... |
| MCP | https://mcp.venture.caplia.ai/ | https://mcp-sandbox.venture.caplia.ai/ |
| Key prefix | cap_inv_live_* | cap_inv_test_* |
| Mint from | Production Caplia portal | Staging Caplia portal |
| Data | Real pipeline | Sandbox / test data |
live key hitting a -sandbox URL returns 401, and a test key hitting a production URL returns 401. Same code on both — only the data and the accepting key prefix differ.
Coming soon
- Updates and deletes. Only
POST(create) andGET(read) today. - Webhooks. Polling only today via the jobs endpoint. Webhooks with HMAC signing land in v1.1.
- More MCP write tools. Deck submission is live via
caplia_submit_deck; create-company, attach-document, and add-note tools land as customer demand surfaces.
Need help?
- API issues: email paul@caplia.ai
- Status: check status.caplia.ai