Skip to content

Get Dictionary

GET
/api/writing/worldspell/dictionary/{project_id}

Get all custom dictionary words for a project.

project_id
required
Project Id
string

Successful Response

CustomDictionaryResponse

Response listing custom dictionary words.

object
words
required
Words
Array<string>
total
required
Total
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object