Status: in private preview
The API is functional but the public docs are not yet finalized. If you'd like early access, email the maker — see Contact.
What's available
- List clips:
GET /api/v1/clipswith filters (date range, pair, side, tags, starred) - Read a clip:
GET /api/v1/clips/:id(returns metadata + a short-lived signed video URL) - Update tags / journal:
PATCH /api/v1/clips/:id - Pull stats:
GET /api/v1/stats?range=30d - Direct Postgres: Supabase connection string with RLS scoped to your user — full SQL access to your own rows.
Auth
API keys are scoped per user and revocable. Generate from your dashboard settings. Treat them like passwords; no commit to public repos.