Deepnote Public API v2
Docs API
Deepnote product documentation articles.
Base URL
https://api.deepnote.com/v2List Deepnote documentation articles
Returns the docs navigation tree (sections containing articles, with up to two levels of nesting) in the same order as the docs site sidebar. Available without authentication.
get
/docsResponses
▸200Docs navigation tree
application/json
objectdocsrequiredDocsNavigationSection[]Deepnote docs navigation tree — categories grouping articles in display order. Section headers may have `slug: null`.
Get a Deepnote documentation article
Returns the article body in Markdown, with custom MDX components left as-is. Available without authentication.
get
/docs/{slug}Parameters
slugpathrequiredstringDocumentation article slug, matching the URL on deepnote.com/docs/{slug}.
Responses
▸200Documentation article
application/json
objectdocrequiredDocPage▸400Validation error
application/json
ErrorResponsemessagerequiredstring▸404Article not found
application/json
ErrorResponsemessagerequiredstring