Quality on Demand
Request Guaranteed Network Performance for Any Session.
The CAMARA Quality on Demand API lets your application create, manage, and terminate prioritized network sessions. You choose a QoS profile — low latency, high throughput, or a custom definition — and the operator provisions that performance level for a specific device and duration. The session lifecycle is fully programmable via REST.
How It Works
Three simple steps from API integration to real-time network intelligence.
Discover Available QoS Profiles
Query GET /qos-profiles to see what quality tiers your operator offers — each profile defines guaranteed latency, throughput floors, and applicable network types.
Create a Prioritized Session
POST /sessions with the selected profile name, target device number, and session duration. The operator provisions a dedicated path within milliseconds and returns a sessionId.
Manage the Full Session Lifecycle
Read session status, extend the duration, or terminate early via the session ID. Receive webhook callbacks if the network cannot fulfill the requested profile at any point.
The Network-Level Difference
Moving beyond application-layer security to direct mobile network validation.
Best-Effort Networks Fail Latency-Critical Applications
Cloud gaming, remote surgery, AR/VR, autonomous vehicle telemetry, and live industrial control all share one requirement: predictable, low-jitter connectivity. Public mobile networks operate on best-effort principles — congestion degrades everyone equally, and there is no mechanism for an application to reserve a performance floor.
Programmable Network Prioritization via API
QoD moves network quality from an infrastructure configuration into a software call. Your backend requests a prioritized session at the moment it's needed, the operator allocates it, and the application runs with guaranteed performance for that session — enabling premium service tiers you can charge for directly.
Industry Applications
Deployed across industries that demand network-grade trust and real-time reliability.
Cloud Gaming & AR/VR
Request a low-latency QoS profile for the duration of a gaming session — deliver console-grade responsiveness on mobile without buffering or jitter spikes.
Remote Medical Consultations
Activate a high-throughput, stable video session for teleconsultations and remote diagnostics where dropped frames have clinical consequences.
Autonomous & Connected Vehicles
Provision ultra-reliable low-latency sessions for vehicle-to-infrastructure telemetry, where network delays translate directly to safety risk.
Built on Open Standards
# Step 1: Discover available QoS profiles
GET /qos-profiles/v1
// → [{ "name": "QOS_E", "description": "Low Latency" }, ...]
# Step 2: Create a prioritized session
POST /quality-on-demand/v1/sessions
Authorization: Bearer {access_token}
{
"device": { "phoneNumber": "+447911123456" },
"qosProfile": "QOS_E",
"duration": 3600,
"notificationUrl": "https://app.example.com/qod-callback"
}
// 201 Created
{
"sessionId": "qs_8mKpT2rX...",
"qosStatus": "AVAILABLE",
"expiresAt": "2025-09-16T15:22:00Z"
}Start with Quality on Demand
Connect to the CAMARA network API in hours, not months. Our team handles operator relationships and compliance so you can focus on building.