API Reference Guide

The Rolkol API base URL for the voice agent, i.e related to calls is https://api.rolkol.com/api/v1/voice/ You need to include this before each API endpoint to make API calls.

For all other features, the base url is https://api.rolkol.com/api/v1/chatbot. You need to include this before each API endpoint to make API chats, finetuning etc.

Example

Use the URL https://api.rolkol.com/api/v1/voice/place-outbound-callto make an outbound call using our voice agent.

Versioning

All Rolkol APIs are backwards-compatible. If an API or its parameters are deprecated, we add a warning note for the same for a specific period of time.

Last updated