Relaytiv API Overview
This page is the developer overview for the Relaytiv REST API on relaytiv.com. The live API is served at https://api.relaytiv.com/v1 — note that the bare root https://api.relaytiv.com redirects and should not be used as the base URL.
The REST API lets you build integrations, fetch conversation data, trigger AI workflows, and subscribe to real-time events from your own systems. API access is available on Scale and Custom plans — request access via the contact page.
- Base URL — https://api.relaytiv.com/v1
- Authentication — Bearer token (API key) passed in the Authorization request header.
- Conversations — Read, search, update, and annotate conversation threads.
- Contacts — Create, update, and query your contact database.
- AI controls — Pause, resume, or override AI for specific conversations.
- Analytics — Fetch channel performance and lead funnel data.
- Webhooks — Receive real-time signed events for inbound messages and AI actions.
- Rate limits — See API documentation for current rate limits by plan.