realtime
Create a realtime translation call (WebRTC)
GoModel API reference for POST /v1/realtime/translations/calls: Create a realtime translation call (WebRTC).
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Translation model that owns the session (required for raw 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 25, 2026
Error