🟡 Canary Speech · meet-backend demo
Internal demo backend (Elysia + Bun) for the Canary Speech Google Meet add-on. Not a public API.
● running
| Capture provider | recall |
| Canary target | https://rest.stage.eus.canaryspeech.com |
| Canary API key | configured |
| recall.ai key | configured |
| Ambient target | 40s |
Endpoints
- GET /api/health
- GET /api/identity
- POST /api/panel/token (issues the panel session token)
- GET /api/participants (panel token)
- POST /api/canary/authorize (panel token)
- POST /api/recording/:sessionId (panel token)
- GET /api/recording/:sessionId/watch (SSE, panel token)
- WS /recall/audio (recall.ai realtime, per-bot token)