Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

model
string

Translation model that owns the session (required for raw SDP offers)

provider
string

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