cURL
curl --request POST \ --url https://api.bolna.ai/providers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "provider_name": "OPENAI_API_KEY", "provider_value": "sk-0123456789az" } '
{ "message": "successful", "status": "added" }
Learn how to securely add a new provider to your Bolna account by specifying the provider’s name and associated credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Add a new provider
Name of the provider
"OPENAI_API_KEY"
Secret value/key associated with the provider
"sk-0123456789az"
agent status response
successful
added
"added"
Was this page helpful?