API Reference
REST API for the Branofy Voice platform.
The Branofy Voice REST API lets you configure conversational agents, dispatch outbound calls, route incoming numbers (DIDs), and trigger custom tools mid-call.
Get an API Key
Using the Voice API requires an API key. Create one from the API Keys endpoint or your dashboard.
Base URL
https://api.branofy.cloud/v1Authentication
Every request must include your secret API key in the X-API-Key header.
curl https://api.branofy.cloud/v1/agents \
-H "X-API-Key: bvk_live_your_secret_key"Browse the endpoints in the sidebar — each has request/response schemas and an interactive Try it playground.