Go SDK
The official Voicebip SDK for Go, auto-generated from the OpenAPI spec via Fern. The module is not yet published — this page previews what the API will look like when it ships.
Installation (Coming Soon)
Requires Go 1.22+.
In the Meantime
Use the REST API directly with net/http:
Preview Usage
When voicebip-go is published, the same flow will look like this:
Quick start
Mint a WebRTC token (server-side)
Use client.Webrtc.CreateToken to mint a short-lived scoped token for a browser call, then return it to the browser so @voicebip/web can start the call.
Error handling
Configuration
Use pk_test_xxx API keys to hit the sandbox — no real calls, no billing.