---
title: "Create a new glossary"
method: POST
path: "/saas/glossary"
tags: ["Glossary"]
---

# Create a new glossary

`POST /saas/glossary`

### Create a new glossary.
Glossary type value can be either `translation`, `asr` or `asr_hot`.

***Notes***:
- In case of 'translation' source and target languages must be different.
- In case of 'asr' they must be the same.
- In case of 'asr-hot' only source language value matters.

## Request body

- GenericRequestPayloadCreateGlossaryRequest
  - `data` CreateGlossaryRequest, required
    - `name` string, required — Name of the glossary
    - `is_enabled` boolean, required — Status of the glossary
    - `glossary_type` 'asr_hot' | 'asr' | 'translation', required
    - `source_lang` 'ar' | 'hy' | 'auto' | 'be' | 'bg' | 'bn' | 'ca' | 'cs' | 'cy' | 'da' | 'de' | 'el' | 'en' | 'es' | 'et' | 'eu' | 'fil' | 'kk' | 'mk' | 'sr' | 'fa' | 'fi' | 'fr' | 'ga' | 'gl' | 'he' | 'hi' | 'hr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'lv' | 'mn' | 'mr' | 'ms' | 'mt' | 'no' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'sk' | 'sl' | 'sv' | 'sw' | 'ta' | 'th' | 'tr' | 'ug' | 'uk' | 'ur' | 'vi' | 'yue' | 'zh', required
    - `target_lang` string, required — Target language code of the glossary

## Response `200`

Successful Response

- GenericResponsePayloadCreateGlossaryResponseData
  - `ok` boolean — Indicates if the request was successful or not.
  - `data` CreateGlossaryResponseData, required
    - `glossary_id` string, uuid4, required — Glossary ID
    - `user_id` string, required — User ID
    - `name` string, required — Glossary name
    - `is_enabled` boolean, required — Glossary status
    - `glossary_type` 'asr_hot' | 'asr' | 'translation', required
    - `source_lang` 'ar' | 'hy' | 'auto' | 'be' | 'bg' | 'bn' | 'ca' | 'cs' | 'cy' | 'da' | 'de' | 'el' | 'en' | 'es' | 'et' | 'eu' | 'fil' | 'kk' | 'mk' | 'sr' | 'fa' | 'fi' | 'fr' | 'ga' | 'gl' | 'he' | 'hi' | 'hr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'lv' | 'mn' | 'mr' | 'ms' | 'mt' | 'no' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'sk' | 'sl' | 'sv' | 'sw' | 'ta' | 'th' | 'tr' | 'ug' | 'uk' | 'ur' | 'vi' | 'yue' | 'zh', required
    - `target_lang` string, required — Target language of glossary
    - `utc_created_at` string, date-time, required — Glossary created time in UTC

## Other responses

- `default` — Default Response

---

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