Sign inGet started

Getting started

Welcome to Deepnote

Connecting to data sources

Coding and analysis tools

Deepnote API

Deepnote API

Run your notebooks programmatically

The API is only available on Team and Enterprise plans.

The Deepnote API provides you with an endpoint to programmatically execute an existing notebook. This enables various automation use cases from customized scheduling to integrating notebooks deeper into your workflows together with other applications. For more information about the endpoint, view the Execute API reference.

Authorization

To use the API, first you need to create an API key in your workspace's Settings & members > General settings.

Screenshot 2022-09-05 at 15.06.57.png

After creating your API key, you can use it to post requests to the Deepnote API. To use it, send it as bearer token in the Authorization header of your requests.

Authorization: Bearer INSERT_API_KEY