/
HY
hyperbrowser
/
Hyperbrowser API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 2w ago
Details
Filter operations
Images
7
get
Get list of sandbox images
delete
Delete sandbox image
get
Get list of image builds
post
Create an image build
get
Get image build by ID
post
Complete an image build upload
post
Cancel an image build
Sandboxes
8
Snapshots
3
Volumes
4
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
Images
Get image build by ID
get
/api/images/builds/{buildId}
Path parameters
buildId
string
uuid
required
Image build ID
Response
Image build details
ImageBuildResponse
required
build
ImageBuild
required
Changes