Get the RTC-PaaS rate card
Returns the static real-time-communication (video/audio room) rate card: the per-participant-minute price for each resolution tier (audio-only, SD, HD, Full-HD), the list of bundled add-ons, and the extra-RTMP-destination, recording-storage, and dedicated-SFU fees. Everything is billed at one blended per-minute rate per tier, so callers can render the pricing simulator UI without a round-trip per keystroke. Pair it with POST /pricing/rtc-simulate for a full workload forecast.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The RTC rate card in the standard { data, meta } envelope: currency, tierRatesPerParticipantMinute, bundledAddOns, rtmpExtraDestinationPerMinute, recordingStoragePerGbMonth, and dedicatedSfuMonthlyFee.
The RTC rate card in the standard { data, meta } envelope: currency, tierRatesPerParticipantMinute, bundledAddOns, rtmpExtraDestinationPerMinute, recordingStoragePerGbMonth, and dedicatedSfuMonthlyFee.