---
title: "Create realtime session (OpenAI alias)"
method: POST
path: "/openai/v1/realtime/sessions"
tags: ["OpenAI Integration"]
---

# Create realtime session (OpenAI alias)

`POST /openai/v1/realtime/sessions`

OpenAI-prefixed alias of `POST /v1/realtime/sessions`. Creates a
pre-configured realtime session that can be joined by clients.

## Request body

- object — OpenAI realtime session configuration.

## Response `200`

Realtime session payload.

- object

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
