---
title: "Create Translation Glossary"
method: POST
path: "/v1/translation_glossaries"
tags: ["Translation Glossaries"]
---

# Create Translation Glossary

`POST /v1/translation_glossaries`

Creates a new translation glossary.

## Request body

- TranslationGlossaryCreate
  - `locale_id` string, required — The unique identifier of the locale
  - `term` string, required — The glossary term
  - `translation` string, required — The translation of the glossary term

## Response `201`

Successful Response

- TranslationGlossaryRead
  - `locale_id` string, required — The unique identifier of the locale
  - `term` string, required — The glossary term
  - `translation` string, required — The translation of the glossary term
  - `id` string, required — The unique identifier of the glossary

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/0c1b4ac1865b/schema)
