Notebook Endpoints
Create Notebook
Create a new notebook in a workspace
POST
Create notebook
Documentation Index
Fetch the complete documentation index at: https://docs.siftd.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID
Query Parameters
Organization ID
Body
application/json
Notebook object
A notebook within a workspace. A notebook contains cells which can be executed.
Response
201 - application/json
Created
A notebook within a workspace. A notebook contains cells which can be executed.