Bolna API Documentation
Use and leverage Bolna Voice AI using APIs through HTTP requests from any language in your applicatons and workflows.
Bolna API features consistent, resource-oriented URLs, handles application/json request bodies, returns responses in JSON format, and utilizes standard HTTP response codes, authentication methods, and HTTP verbs.
Authentication
-
Login to the dashboard at https://playground.bolna.dev
-
Navigate to Developers tab from the left menu bar after login
Go to Developers tab
- Click the button
Generate a new API Key
to generate a key
Generate an API Key
- Save your API Key
Save and start using your API Key
The API Key will be shown only once. Hence, please save it somewhere secure.
Using the API Key
To authenticate your API requests, you must include your API Key
in the Authorization header of HTTP requests made as a Bearer
token
Example of an Authenticated API Request
Following is an example of making a GET request to Bolna API using the API key:
Was this page helpful?