Providers
Add a New Provider API
Learn how to securely add a new provider to your Bolna account by specifying the provider’s name and associated credentials.
POST
You can add your own providers securely in Bolna. Please read this page for more information about all current supported providers.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Add a new provider
Name of the provider
Example:
"OPENAI_API_KEY"
Secret value/key associated with the provider
Example:
"sk-0123456789az"