01 / REST API
JSON over HTTPS
Fully documented endpoints for SMS send and receive, voice call management, number provisioning, and CDR query. Real-time webhooks for inbound MO events and call status updates. Idempotency keys, retry semantics, signed callbacks.
POST /v1/messages
POST /v1/calls
GET /v1/numbers
POST /v1/webhooks
02 / SIP trunk
SIP 2.0 · TLS + SRTP
Direct SIP connectivity into your voice platform — Asterisk, FreeSWITCH, Twilio TaskRouter, your own switch. Carrier-grade TLS signalling and SRTP media. Sub-200ms RTT. Native compatibility with AI TTS/ASR engines.
sip:sip.chadeva.mx:5061
Transport: TLS
Media: SRTP / AES-256
Codecs: G.711a, G.722, OPUS
03 / SDK · Sandbox
Node · Python · PHP
Idiomatic libraries for the three languages most integrators use, with retry, backoff, signature verification and webhook helpers built in. Sandbox provisioned in 48 hours with live test numbers in MX and ES, real SMS delivery, real voice calls.
npm install @chadeva/sdk
pip install chadeva
composer require chadeva/sdk