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

KeyDatatypeRequiredDescription
termsstring(Required) List of input terms.
termsstring(Required) List of input terms.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;related_term_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;related_terms_list&quot;:[{&quot;term&quot;:&quot;\u003cstring\u003e&quot;,&quot;related_terms&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;term&quot;:&quot;\u003cstring\u003e&quot;,&quot;related_terms&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}]}