Search...
/
Discord
Dashboard
Documentation
API Reference
Documentation
API Reference
API Reference
POST
Start instance
GET
Get instance by ID
GET
List all instances
GET
List all browser authentication states
Instance
Browser
Code
Notebook
GET
List available notebook kernels
POST
Create new notebook
GET
Get notebook by ID
POST
Delete notebook
POST
Add cell to notebook
POST
Execute notebook cell
POST
Execute all cells in notebook
File
Env
SDK Reference
Python SDK
TypeScript SDK
Discord
Dashboard
API Reference
Notebook
Create new notebook
POST
https://api.scrapybara.com
/
v1
/
instance
/
:instance_id
/
notebook
/
create
Path parameters
instance_id
string
Required
Request
This endpoint expects an object.
name
string
Required
kernel_name
string
Optional
Defaults to
python3
Response
Successful Response
id
string
name
string
kernel_name
string
cells
list of objects
Show 6 properties
metadata
map from strings to any
Optional
Get notebook by ID
Up Next
Built with