Explain a resource or relationship in natural language

POST/api/v1/nl/explain

Parameters

This endpoint does not accept parameters.

Responses

200Explanation text

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/nl/explain" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "resource_id": "res_abc", "format": "plain" }'

Response

200Explanation text
Example response not yet documented.