Skip to main content
POST
Add dictionary words

Authorizations

Authorization
string
header
required

API key starting with owk_live_ (personal) or ow_wks_live_ (workspace — see space_id on the Notes/Folders endpoints below)

Body

application/json
words
string[]
required

Words to add. Each is 1-100 characters and may not contain <, > or line breaks. Deduplicated case-insensitively; words already in the dictionary are returned rather than duplicated.

Required array length: 1 - 200 elements
Required string length: 1 - 100

Response

The entries for every word sent, including ones that already existed.

data
object[]