List related terms
GET {{baseUrl}}/terms/related?terms=workout&terms=workout
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":"clothes","related_term_count":2,"related_terms_list":[{"term":"clothes","related_terms":["shoes","cute clothes"]},{"term":"clothes","related_terms":["shoes","cute clothes"]}]}