REST Client

Calling

View as MarkdownOpen in Claude

The CallingNamespace provides REST-based call control through the RestClient. All 37 commands are dispatched as POST requests to a single endpoint (/api/calling/calls) with a command field identifying the operation.

Access via client.calling on a RestClient instance.

Unlike the RELAY client which uses persistent WebSocket connections, the Calling namespace sends each command as an independent HTTP request. This is suitable for server-side orchestration where you do not need real-time event streams.

Methods

Call Lifecycle

Call Control

Media and Playback

Recording

Input Collection

Detection

Audio Tap

Audio Streaming

Noise Reduction

Transcription and Translation

AI Session Control

Fax

SIP

Custom Events