Internal APIs

Voice APIs

Speech-to-text, text-to-speech, and AI voice agent endpoints.

POST/api/voice/*

A suite of voice-powered APIs for the Attend-Go session interface. Includes transcription (speech-to-text), synthesis (text-to-speech), and an AI voice agent for hands-free attendance management. All require an active session.

Authorization

Session Authentication

This is an internal API that requires an active browser session. It cannot be called with an API key.

Responses

Responses

Voice operation completed.

{
  "ok": true
}