---
title: "Add User Dict Word"
method: POST
path: "/user_dict_word"
tags: ["ユーザー辞書"]
---

# Add User Dict Word

`POST /user_dict_word`

ユーザー辞書に言葉を追加します。

## Query parameters

- `surface` string, required — 言葉の表層形
- `pronunciation` string, required — 言葉の発音（カタカナ）
- `accent_type` integer, required — アクセント型（音が下がる場所を指す）
- `word_type` 'PROPER_NOUN' | 'COMMON_NOUN' | 'VERB' | 'ADJECTIVE' | 'SUFFIX' — 品詞
- `priority` integer — 単語の優先度（0から10までの整数）。数字が大きいほど優先度が高くなる。1から9までの値を指定することを推奨

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.net/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/revisions/fbe86976d6b9/schema)
