---
title: "Creates a new language."
method: POST
path: "/language"
tags: ["Language"]
---

# Creates a new language.

`POST /language`

## Request body

- ApiLanguageCreate
  - `Code` string — A unique code for the language
  - `Name` string — Language name
  - `FullTextSearchLanguageId` string — Identifier used for full text search
  - `IsDefault` boolean — Indicates whether this is the default language

## Response `200`

The id of the created language

- integer

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
