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

# Create realtime client secret (OpenAI alias)

`POST /openai/v1/realtime/client_secrets`

OpenAI-prefixed alias of `POST /v1/realtime/client_secrets`. Mints an
ephemeral client secret used to authorize a downstream Realtime client.

## Request body

- object — OpenAI client-secret request payload.

## Response `200`

Ephemeral client secret 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)
