Deepnote research: our notes on building agents
Get started
All endpoint groups

Deepnote Public API v2

Docs API

Deepnote product documentation articles.

Base URL

https://api.deepnote.com/v2

List 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/docs

Responses

200Docs navigation tree
application/jsonobject
docsrequiredDocsNavigationSection[]

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

slugpathrequiredstring

Documentation article slug, matching the URL on deepnote.com/docs/{slug}.

Responses

200Documentation article
application/jsonobject
docrequiredDocPage
400Validation error
application/jsonErrorResponse
messagerequiredstring
404Article not found
application/jsonErrorResponse
messagerequiredstring