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

# Create Realtime Client Secret

`POST /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
  - `value` string, required
  - `session` object, nullable

---

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