Transcript Import
Parse transcript
Responses:
Authentication: Bearer token (Supabase Auth JWT)
Notifications
Trigger digest emails
CRON_SECRET and is intended to be called by Vercel Cron, not by end users.
Query parameters:
Responses:
Authentication:
Authorization: Bearer <CRON_SECRET>
Supabase Data API
For querying and mutating data (projects, personas, hypotheses, evidence, questions, etc.), use the Supabase Data API with theapikey and Authorization headers described in the Authentication guide.
The Supabase Data API provides a REST interface auto-generated from the database schema, with full support for filtering, pagination, and relationships. All access is governed by Row Level Security policies that enforce workspace membership.