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
Execute notebook cell
POST
https://api.scrapybara.com
/
v1
/
instance
/
:instance_id
/
notebook
/
:notebook_id
/
cell
/
:cell_id
/
execute
Path parameters
instance_id
string
Required
notebook_id
string
Required
cell_id
string
Required
Request
This endpoint expects an object.
timeout
integer
Optional
Response
Successful Response
id
string
type
enum
Allowed values:
code
markdown
raw
content
string
metadata
map from strings to any
Optional
outputs
list of maps from strings to any
Optional
execution_count
integer
Optional
Execute all cells in notebook
Up Next
Built with