Backend / README.md
Siddu2004-2006's picture
Deploy backend v2 2026-05-23 23:36
123f615
|
Raw
History Blame Contribute Delete
555 Bytes
---
title: Meeting AI Backend
sdk: docker
app_port: 7860
---
# Meeting AI Backend
Stateless Groq-backed suggestion service for the Meeting AI Chrome extension.
Audio transcription happens client-side via the user's own Deepgram key — this
backend only generates structured AI suggestions from transcript text.
Endpoints:
- `GET /` — landing
- `GET /health` — liveness
- `POST /suggestion` — generates a `Suggestion` (requires `X-Api-Key`)
Required secrets in Space Settings:
- `GROQ_API_KEY`
- `API_KEYS` (comma-separated)