Rindee API
The Rindee API lets you build on top of Rindee’s AI phone platform: provision and configure AI agents, manage contacts and campaigns, place outbound calls, schedule appointments, and receive real-time call events over signed webhooks.
It’s a JSON REST API. Authenticate with a Bearer API key, call https://api.rindee.dev/v1/…,
and subscribe to webhooks to react to calls as they happen.
Start here
Section titled “Start here”- Quickstart — make your first authenticated request in a few minutes.
- Authentication — API keys, capabilities, and how to keep them safe.
- Webhooks — subscribe to call events and verify their signatures.
- Errors · Rate limits · Conventions.
API reference
Section titled “API reference”The full, interactive reference — every endpoint, schema, and a “try it” console — lives at API reference.
Base URL
Section titled “Base URL”https://api.rindee.dev/v1All endpoints are under the /v1 prefix. Requests and responses are JSON
(Content-Type: application/json).