realtime
Create a realtime WebRTC call
GoModel API reference for POST /v1/realtime/calls: Create a realtime WebRTC call.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Model that owns the call (required for application/sdp offers)
Optional provider hint
Body
SDP offer (raw application/sdp body), or a multipart form with sdp and session (JSON) fields
The body is of type string.
Response
SDP answer
The response is of type string.
Last modified on August 18, 2026
Error