Developers & API
Not yet public. The V1 report pipeline already runs entirely through server functions with a provider abstraction and read-through cache, so the API surface below is a thin exposure of existing internals rather than a rewrite.
Planned endpoints
Enterprise plan, authenticated
- GET /v1/properties/:slug/report — full modeled report
- GET /v1/properties/:slug/score — score components and version
- GET /v1/properties/:slug/forecast — scenario set
- POST /v1/search/resolve — address resolution with match kind
- POST /v1/watchlist — manage tracked assets
Contract guarantees
What will not change silently
- · Every response states its data mode (demo or live) explicitly.
- · Every scored response carries the score model version that produced it.
- · Ranges and confidence are always returned alongside point estimates.
- · Provider credentials remain server-side; no key is ever returned to a client.