Voice API Reference
Where to find the exhaustive public contract for every exported function, option, report, route options object, status union, store, adapter, and framework wrapper.
Open VOICE_PACKAGE.md in the docs repo for the complete generated reference.
#Generated Reference
VOICE_PACKAGE.md is generated from the built declaration files. It is intentionally long because it includes every public .d.ts file exactly as TypeScript consumers see it.
Root package declarationsdist/index.d.ts plus every dist/core/*.d.ts file.
Client declarationsstores, widgets, Web Components, HTMX helpers, controllers, audio, microphone, and reactive sources.
Framework declarationsReact props/hooks, Vue components/composables, Svelte creators, Angular services.
Storage and testing declarationsDrizzle schema bundle, fixtures, simulators, benchmarks, review helpers.
Telephony declarationsTwilio, Telnyx, Plivo, webhook security, response shaping, contract matrix.
#Type Entrypoints
| Entrypoint | Purpose |
|---|---|
@absolutejs/voice | Server runtime, Elysia plugin, assistants, routing, ops, telephony, proof, storage, and core types. |
@absolutejs/voice/angular | Angular injectable services for streams, controllers, widgets, and dashboards. |
@absolutejs/voice/client | Browser primitives, stores, Web Components, HTMX bindings, audio players, and dashboard renderers. |
@absolutejs/voice/drizzle | Drizzle table schemas for runtime storage, memory, handoff, evals, observability, incidents, and proof trends. |
@absolutejs/voice/embed | Embeddable browser voice widget ESM entry. |
@absolutejs/voice/embed/voice-widget.js | Prebuilt IIFE widget bundle for script-tag embedding. |
@absolutejs/voice/react | React hooks and components for voice widgets, operational dashboards, timelines, and live consoles. |
@absolutejs/voice/svelte | Svelte store factories and helper creators for voice UI surfaces. |
@absolutejs/voice/testing | Provider simulators, STT/TTS fixtures, benchmarks, resilience harnesses, and review helpers. |
@absolutejs/voice/vue | Vue components and composables for the same browser and ops surfaces. |