List related terms
GET {{baseUrl}}/terms/related?terms=<string>&terms=<string>
Get a list of terms logically related to each input term.
Example: the term 'workout' would list related terms like 'one song workout', 'yoga workout', 'workout motivation', etc.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
terms | string | (Required) List of input terms. | |
terms | string | (Required) List of input terms. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","related_term_count":"\u003cinteger\u003e","related_terms_list":[{"term":"\u003cstring\u003e","related_terms":["\u003cstring\u003e","\u003cstring\u003e"]},{"term":"\u003cstring\u003e","related_terms":["\u003cstring\u003e","\u003cstring\u003e"]}]}