Skip to content

Webhooks and REST API

8 min readIntegrations

Loop's REST API lets you trigger calls, fetch transcripts, and update DNC lists. Webhooks stream call events in real time.

Authentication

Use a Bearer token in the Authorization header. Generate keys in Settings → API.

Triggering a call

POST /v1/calls with a customer phone, agent ID, and optional context object. The call is queued within 200ms.

Full reference at docs.loopvoice.ai/api. This article covers the most common patterns.

Was this helpful?

Related articles