POST
/
wordlist
/
{id}
/
words

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the wordlist to add words to

Body

application/json
words
string[]
required

Array of words to add to the wordlist. Duplicate words will be ignored.

Response

200 - application/json
addedCount
number
required

Number of words added

addedWords
string[]
required

List of words that were added

totalCount
number
required

Total number of words in wordlist