Skip to content

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.

The full, interactive reference — every endpoint, schema, and a “try it” console — lives at API reference.

https://api.rindee.dev/v1

All endpoints are under the /v1 prefix. Requests and responses are JSON (Content-Type: application/json).