Base URL
Authentication
The Chat API uses Bearer tokens backed by Supabase auth:- Obtain your access token from the Deploy page in the app.
- Send it on every request:
401 UNAUTHORIZED error with an error.code like UNAUTHORIZED.
Main endpoints
POST /api/v1/chat– send a user message and receive an assistant reply.GET /api/v1/chat– inspect API + model status (active model, fine‑tuning status, etc.).
api-reference/openapi.json or via the automatically generated endpoint docs in this section.
