cURL
curl --request GET \ --url https://core-api.getaptly.com/api/knowledge/{id} \ --header 'x-token: <api-key>'
{ "_id": "kdoc_abc123", "name": "Lease Addendum Policy", "html": "<p>This policy applies to all lease agreements...</p>" }
Returns a knowledge document’s content rendered as HTML.
The knowledge document ID.
Knowledge document content.
Document ID.
Document title.
Document body rendered as HTML.