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.

The response is of type object.