Demo

CrowdAlpha API + Product Demo

Test flows and API behavior before production rollout.

Available Endpoints

POST /api/signal_audit

Process raw exports in-memory and return Signal Audit JSON + markdown report.

POST /api/advice

Generate actionable guidance from audit output.

POST /api/request_access

Send access-request emails using configured Resend credentials.

Data Policy

Raw logs are processed in memory and never persisted. Only audit metadata and derived scores are eligible for storage.

Methodology

The Narrative Decay metric is implemented as: V_nd = clip(ratio) * log1p(T_lag / tau). It is a directional heuristic, not a guaranteed predictor.

Email Delivery Setup

Access-request emails require these env vars in Netlify:

  • RESEND_API_KEY
  • ACCESS_REQUEST_TO_EMAIL
  • ACCESS_REQUEST_FROM_EMAIL (optional)