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.
Documentation IndexFetch the complete documentation index at: https://docs.getaptly.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt
Use this file to discover all available pages before exploring further.
The knowledge document ID.
Knowledge document content.
Document ID.
Document title.
Document body rendered as HTML.