v1

latestOpenAPI 3.0.32026-07-146050.9 KB
Language Model Direct Access

Get family details

Fetches and outputs metadata for a family from the Tisane language models.

get/lm/family

Query parameters

idstring
Example:{family_id}

(Required) a numeric identifier of the family

Headers

Ocp-Apim-Subscription-Keystring
Example:{{apiKey}}

{{apiKeyDescription}}

Response

Details of the family for 'plot twist'

definitionstring
descriptionstring
permIdstring
requestIdstring
wikidatastring
wordnet30string

Example response

{
  "definition": "a literary technique that introduces a radical change in the direction or expected outcome of the plot in a work of fiction",
  "description": "plot twist",
  "hypernyms": [
    [
      49398,
      1
    ],
    [
      50078,
      1
    ],
    [
      49393,
      2
    ],
    [
      50079,
      2
    ],
    [
      49327,
      3
    ],
    [
      10295,
      4
    ]
  ],
  "requestId": "d67becb4-bf42-4ab8-854d-9442d956e43b",
  "wikidata": "Q1321123"
}