Sessions API

Create streaming session

Creates a streaming session and returns a JWT access token together with the connection URLs.

A session runs over one of two fully independent channels — choose one; you publish audio, receive translated audio, and manage translation entirely over it:

  • webrtc_url — the WebRTC Speech-to-Speech Translation API
  • ws_url — the WS Speech-to-Speech Translation API

The returned token carries scoped permissions that define what the session can do.

References

post/session-storage/session

Request body

Example request

{
  "data": {
    "aggregation_id": "group-event-2026-q1"
  }
}

Response

Session created successfully.

okboolean required
dataData required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.