Gamilab Documentation

Gamilab is a platform for real-time speech-to-text transcription and structured data extraction. Stream audio and get transcriptions back instantly, then extract structured information from the transcribed text using schemas you define.

There are two ways to integrate with Gamilab.

HTTP API

The server-to-server HTTP API is designed for backend integrations. Authenticate with an API key and manage workspaces, models, extractions, portals, and threads programmatically.

See the API Reference for the full endpoint documentation.

Browser SDK

The Browser SDK is a client-side JavaScript library for building browser-based applications on top of Gamilab. It handles WebSocket connections, audio recording, speech-to-text streaming, and structured data extraction.

See the Browser SDK Guide to get started, or the Browser SDK Reference for the full documentation.