Skip to main content
POST
/
v1
/
browsers
/
{id}
/
resume
Resume a stopped browser
curl --request POST \
  --url https://api.webcompute.dev/v1/browsers/{id}/resume \
  --header 'Authorization: Bearer <token>' \
  --header 'idempotency-key: <idempotency-key>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

idempotency-key
string
required

Path Parameters

id
string
required

Response

Browser resumed with fresh capabilities available