---
title: "Mint an ephemeral realtime translation client secret"
method: POST
path: "/v1/realtime/translations/client_secrets"
tags: ["realtime"]
---

# Mint an ephemeral realtime translation client secret

`POST /v1/realtime/translations/client_secrets`

OpenAI-compatible ephemeral credential minting for browser and mobile clients that open a speech translation session. Identical to /v1/realtime/client_secrets except that the credential is minted on the provider's translation surface.

## Query parameters

- `provider` string

## Request body

- object

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `501` — Not Implemented
- `502` — Bad Gateway

## Changes

- **2026-09-03** `0ccfb40e9d1a` — 6 warning
  - added the new `permission_error` enum value to the `error/type` response property for the response status `400`
  - added the new `permission_error` enum value to the `error/type` response property for the response status `401`
  - added the new `permission_error` enum value to the `error/type` response property for the response status `404`
  - added the new `permission_error` enum value to the `error/type` response property for the response status `429`
  - …2 more
- **2026-08-25** `a2ac821263eb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/realtime/translations/client_secrets/post.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/0ccfb40e9d1a/schema)
