/
HY
hyperbrowser
/
Hyperbrowser API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 16h ago · Updated 3d ago
View markdown
hyperbrowser
Hyperbrowser API
get
Get CUA task status
v3
latest
OpenAPI 3.0.1
2026-08-06
78
153
248.4 KB
Images
6
Sandboxes
8
Snapshots
3
Volumes
3
post
Create new session
get
Get session by ID
put
Stop a session
put
Update a running session
post
Run manual CAPTCHA evaluation
get
Get list of sessions
get
Get session recording URL
get
Get session video recording URL
get
Get session downloads URL
post
Creates a new profile
get
Get profile by ID
delete
Delete profile by ID
get
Get list of profiles
post
Create new scrape job
get
Get scrape job status and result
get
Get scrape job status
post
Start a batch scrape job
get
Get batch scrape job status and results
get
Get batch scrape job status
post
Start a crawl job
get
Get crawl job status and results
get
Get crawl job status
post
Start an extract job
get
Get extract job status and results
get
Get extract job status
post
Start a HyperAgent task
get
Get HyperAgent task status and results
put
Stop a HyperAgent task
get
Get HyperAgent task status
post
Start a browser use task
get
Get browser use task status and results
put
Stop a browser use task
get
Get browser use task status
post
Start a claude computer use task
get
Get claude computer use task status and results
put
Stop a claude computer use task
get
Get claude computer use task status
post
Start a gemini computer use task
get
Get gemini computer use task status and results
put
Stop a gemini computer use task
get
Get gemini computer use task status
post
Start a grok computer use task
get
Get grok computer use task status and results
put
Stop a grok computer use task
get
Get grok computer use task status
post
Start a CUA task
get
Get CUA task status and results
put
Stop a CUA task
get
Get CUA task status
post
Add a new extension
get
List all extensions
post
Fetch a web page
post
Search the web
post
Start a web crawl job
get
Get web crawl job results
get
Get web crawl job status
post
Fetch a web page with X402 payment
post
Search the web with X402 payment
Get CUA task status
get
/api/task/cua/{id}/status
Path parameters
id
string
required
Response
CUA task status
JobStatusResponse
required
status
'pending'
|
'running'
|
'completed'
|
'failed'
|
'stopped'
required