CallsResource is reachable on every Kataven Node client as client.calls. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below.
Place outbound voice calls. The server enforces caller-ID ownership and per-tenant cost caps before dispatching to the carrier.
Methods at a glance
| Method | HTTP | Summary |
|---|---|---|
originate | POST /api/v1/calls/originate | Originate an outbound call |
Reference
client.calls.originate(...)
Originate an outbound call
HTTP — POST /api/v1/calls/originate · API reference →

