Spell check on a search term
GET {{baseUrl}}/spellcheck?q=<string>
Suggest a list of words that correct the spelling errors of a search term. This endpoint is available only in the PRO/ENTERPRISE plan.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | (Required) Search term, e.g., person, place, topic... | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-ListenAPI-Key | string | (Required) Get API Key on listennotes.com/api | |
Accept | string |
RESPONSES
status: OK
{"tokens":[{"offset":"\u003cinteger\u003e","token":"\u003cstring\u003e","suggestion":"\u003cstring\u003e"},{"offset":"\u003cinteger\u003e","token":"\u003cstring\u003e","suggestion":"\u003cstring\u003e"}],"corrected_text_html":"\u003cstring\u003e"}