/
SC
scrapybara
/
API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1w ago
Details
Filter operations
browser
7
post
Start browser
get
Get CDP URL
get
Get current URL
post
Save browser authentication state
post
Modify browser authentication state
post
Authenticate browser using saved state
post
Stop browser
code
1
post
Execute code without notebook
env
3
get
Get environment variables
post
Set environment variables
post
Delete environment variables
instance
10
post
Take screenshot
get
Get stream URL
post
Run computer actions
post
Run bash actions
post
Run edit actions
post
Run file actions
post
Upload a file to the instance
post
Stop instance
post
Pause instance
post
Resume instance
notebook
7
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
post
Start instance
get
Get instance by ID
get
List all instances
get
List all browser authentication states
Start instance
post
/v1/start
Headers
x-api-key
string
required
Request body
object
required
instance_type
'ubuntu'
|
'browser'
|
'windows'
timeout_hours
number
double
blocked_domains
string[]
resolution
integer[]
Response
Successful Response
TypeGetInstanceResponse
required
id
string
required
launch_time
string
date-time
required
instance_type
'ubuntu'
|
'browser'
|
'windows'
required
status
'deploying'
|
'running'
|
'paused'
|
'terminated'
|
'error'
|
'warm_pool'
required
resolution
integer[]
Changes