Skip to main content

Adam Calling public API

Drive Adam Calling programmatically: send a phone call with an org-scoped API key, poll until it completes, then read the transcript, summary, extraction, and recording. This guide gets you from zero to your first completed call; the API reference is generated straight from the code and always current.

Base URL: https://api.adamcalling.com/v1 (substitute your deployment's domain; paths in this guide are relative to it).

Start here

Explore the API

When something goes wrong

Every endpoint answers with one error envelope, rate limits are per key (60/min sends, 300/min reads), and scoped keys get a 403 outside their scopes — all detailed in Errors, rate limits & scopes.