---
title: "Create Realtime Client Secret"
method: POST
path: "/v1/realtime/client_secrets"
tags: ["realtime"]
---

# Create Realtime Client Secret

`POST /v1/realtime/client_secrets`

## Response `200`

Successful Response

- RealtimeClientSecretResponse — Response from POST /v1/realtime/client_secrets. Both the top-level `value` and `session.client_secret.value` will contain the encrypted token instead of the raw ephemeral key. The `session` field is kept as a raw dict so unknown fields pass through.
  - `expires_at` integer, nullable
  - `session` object, nullable
  - `value` string, required

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
