/v1/me/* namespace, where every endpoint resolves your company from the API key. Each endpoint page has its path, method, required scope, parameters, example requests and responses, and a live “Try it” playground.
The Founder API is live in production. A sandbox (
api-sandbox.venture.caplia.ai) mirrors it with isolated test data.Conventions
Base URL
https://api-sandbox.venture.caplia.ai with a cap_fnd_test_* key to test against sandbox data.
Authentication
Every/v1/me/* endpoint requires a company-scoped founder key: Authorization: Bearer cap_fnd_live_.... The company is resolved from the key, so no endpoint takes a company id. See Authentication.
Response shape
Success - bare resource (no envelope):request_id when contacting support.
Status codes
| Code | Meaning |
|---|---|
200 | Read success |
201 | Create success (e.g. document uploaded) |
202 | Accepted but async - a deck draft is scoring |
400 | Bad input (validation) |
401 | Missing or invalid API key, or wrong environment |
403 | Not a founder key, or missing the required scope |
404 | Resource not found on your company |
409 | Conflict (e.g. publishing a draft that hasn’t scored yet) |
500 | Unexpected server error - please report with request_id |
OpenAPI spec
The machine-readable spec for the whole API lives at:/v1/me/*) and venture endpoints, so it always matches what the server actually does.
Endpoints by category
Company
Get and update your own company profile.
Scores & metrics
Your CRI score, domain breakdown, recommendations, thesis matches, and traction metrics.
Data room
List your documents, get signed download URLs, and upload new files.
Deck loop
Submit deck drafts for private scoring, poll, list, and publish the winner.