---
title: "Create a language"
method: POST
path: "/languages"
tags: ["Languages"]
---

# Create a language

`POST /languages`

## Request body

- Language
  - `_meta` object
  - `code` string, required
  - `default` boolean
  - `description` string, required

## Response `201`

Confirms successfull creation of the new resource (language),
returning the data from the resource and in the Location header
the canonical location to access the resource.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/ledgersmb/apis/ledgersmb-api.md) · [All operations](https://skmtc.net/ledgersmb/apis/ledgersmb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ledgersmb/ledgersmb-api/versions/1f2195427ce4/schema)
