Getting started
Working with files
Connecting to data sources
Coding and analysis tools
Collaboration
Security and privacy
Deepnote for education
Additional resources
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.
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