Skip to main content
GET
/
browser
Content
curl --request GET \
  --url https://api.agentfirst.dev/browser \
  --header 'Authorization: Bearer <token>'
{
  "device": null
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

The page content or a job identifier.

device
string | null

The name of the emulated device.

Example:

null