Technical details for integrating with the Ath AI Assistant backend services.
Returns the Supabase configuration required for the frontend to initialize the Auth client.
{
"SUPABASE_URL": "https://xyz.supabase.co",
"SUPABASE_ANON_KEY": "eyJhbG..."
}
Redirects to the landing page (about.html).
Main real-time communication channel for transcription and AI answers.
{
"type": "manual",
"text": "Explain quantum computing",
"id": "123456"
}
{
"type": "answer",
"text": "Quantum computing is...",
"questionId": "123456"
}