Programmatic Control.
Integrated Handshake Sandbox.
Vylux.ai exposes a low-latency, secure JSON API suite designed to hook directly into the CallMatrix.io dynamic number tracking registers and carrier routing channels.
Edge Gateway Latency Recalculator
Dynamic Latency Budget Modeler
Slide the variables to test edge execution latency. Adjust server distance and socket connection density to watch network metrics recalculate on-the-fly.
3ms
Speed-of-light fiber transit delay.
22ms
SSL Handshake edge handshake.
6ms
Postgres SQL pool execution window.
31ms
Consolidated API network response delay.
Explore Endpoint Specifications
Request Parameters
Select a live integration endpoint below, configure options, and trigger simulated API calls to view immediate HTTP logs:
import { callMatrix } from '@callmatrix/database';
// Initialize Lead Session with DNI Tracking
const lead = await callMatrix.lead.create({
data: {
gclid: "gclid_vylx_98122",
zipCode: "90210",
vertical: "Plumbing"
}
});
console.log(`Lead created successfully: ${lead.id}`);Response JSON Output
// Select an endpoint on the left and click "Execute Request Sandbox"
Enterprise Security Protocols
Stateless Audio Buffer
Audio bytes are streamed via secure WebSockets (WSS). Context logs are flushed immediately upon call-session termination to guarantee caller PII secrecy.
HMAC Request Signing
All REST queries between the Vylux Edge and CallMatrix core require standard HMAC SHA-256 request signatures, preventing session tampering.
Signed Carrier REFERs
Outbound call bridging employs signed SIP REFER packets authenticated via Telnyx identity protocols, maintaining deliverability.