Download Canonical Markdown
Download Canonical Markdown
POST
Download Canonical Markdown
Use this API to return the canonical markdown extracted from a knowledge source. Returns
null if the source has no canonical markdown yet. For a de-duplicated source (dedupOf set), the markdown is the winning source’s, returned only once that source is completed; until then the endpoint returns null rather than a partially written document.
Endpoint
POST https://api.velt.dev/v2/memory/knowledge/download
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Download a source’s markdown
Response
The result is the canonical markdown string, ornull when not yet available.

