Skip to main content
POST
/
import_user_dict
Import User Dict Words
curl --request POST \
  --url https://api.example.com/import_user_dict \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

override
boolean
required

Whether to overwrite duplicate entries if any exist

Body

application/json

User dictionary data to import

{key}
UserDictWord · object

Information used for dictionary compilation.

Response

Successful Response

Last modified on May 27, 2026