API Reference
Upload WebRTC session dumps, retrieve analysis results, manage sessions, and check quotas programmatically. All endpoints require a Bearer token from your rtcStats account under Settings > Applications.
curl -X POST https://rtcstats.com/api/rtcstats/v1.0/analyze \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/octet-stream" \
--data-binary @webrtc-internals-dump.txtSee the Integrations page for MCP and embeddable viewer options. The raw OpenAPI spec is also available as machine-readable JSON.