API / READ ONLY

Bring traceable opportunities into your own tools.

The public API is free, keyless, and read-only. It exposes no user contact details or private review content. Responses include public caching, cross-origin read headers, and fair-use rate limits.

01 · ENDPOINTS
GET /api/v1/opportunities

Query published opportunities with pagination and filters for keyword, domain, risk, AI fit, and V0–V8 range.

GET /api/v1/opportunities/{slug}

Read one opportunity, original excerpts, translations, source links, versions, and public builder progress.

GET /api/v1/sources

Read source policies, allowed uses, health status, and recent collection summaries.

GET /api/v1/social-signals

Read social-platform intake status, signal layers, and anonymous aggregates. User links, text, identity, and review notes are never returned.

GET /api/v1/meta

Read API version, free-use statement, and current public coverage.

02 · EXAMPLE
fetch('/api/v1/opportunities?q=OCR&minValidation=2&pageSize=10')
  .then(response => response.json())
  .then(data => console.log(data.items));

Keep the opportunity URL and evidence provenance. The API grants no rights beyond each original source license.