Welcome to Voisnap Docs
The complete developer reference for the Voisnap voice AI agent platform.
Welcome to Voisnap Docs
Voisnap (voisnap.ai) is a voice AI agent SaaS platform that lets you build, deploy, and scale intelligent voice agents across phone, web, SMS, and messaging channels — without managing any telephony or AI infrastructure.
Whether you're embedding voice AI into your own product or building a white-labeled solution for clients, Voisnap provides the APIs, SDKs, and real-time tooling you need.
Who this documentation is for
Developers
Build voice AI features directly into your applications using the Voisnap REST API, real-time WebSocket connections (SignalR), and official SDKs for Python and JavaScript/TypeScript. Use webhooks to react to conversation events, connect custom tools mid-call, and analyze transcripts programmatically.
Start here: Getting Started → Introduction
Agencies
Launch a fully white-labeled voice AI platform for your clients. Voisnap provides custom domain support, branded portals, flexible billing modes (self-billed or Stripe Connect), and a complete client management API. Your clients never see the Voisnap brand.
Start here: Agency Platform → Overview
Quick links
| Section | Description |
|---|---|
| Getting Started | Architecture, environments, API keys, and your first agent |
| API Reference | Full REST API — every endpoint, schema, and example |
| SDKs | Python and JavaScript/TypeScript SDK documentation |
| Real-Time APIs | Voice, chat, and WebRTC streaming via SignalR |
| Guides | End-to-end tutorials for common use cases |
| Agency Platform | White-labeling, billing modes, client management |
API quick reference
All API requests go to:
https://api.voisnap.ai
Authentication via API key header:
Authorization: Bearer vsnp_your_api_key_here
Or via JWT (see Authentication).