---
title: "Set language for live transcriptions"
method: POST
path: "/ocs/v2.php/apps/spreed/api/{apiVersion}/live-transcription/{token}/language"
tags: ["live_transcription"]
---

# Set language for live transcriptions

`POST /ocs/v2.php/apps/spreed/api/{apiVersion}/live-transcription/{token}/language`

## Path parameters

- `apiVersion` 'v1', required
- `token` string, required

## Headers

- `OCS-APIRequest` boolean, required

## Request body

- object
  - `languageId` string, required — the ID of the language to set

## Response `200`

Language set successfully

- object
  - `ocs` object, required
    - `meta` OCSMeta, required
      - `status` string, required
      - `statuscode` integer, required
      - `message` string
      - `totalitems` string
      - `itemsperpage` string
    - `data` unknown, required

## Other responses

- `400` — The conversation is classified
- `403` — Participant is not a moderator

## Changes

- **2026-07-16** `a2b2faeb5c3f` — 1 warning
  - added the new `classified` enum value to the `ocs/data/error` response property for the response status `400`

[Change history](https://skmtc.dev/nextcloud/apis/spreed-full/changes/ocs/v2.php/apps/spreed/api/:apiVersion/live-transcription/:token/language/post.md)

---

[API](https://skmtc.dev/nextcloud/apis/spreed-full.md) · [All operations](https://skmtc.dev/nextcloud/apis/spreed-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/spreed-full/revisions/41d6458d6d6e/schema)
