cURL
curl --request GET \ --url https://api.agentfirst.dev/browser \ --header 'Authorization: Bearer <token>'
{ "device": null }
Retrieve webpage content or queue content for later retrieval.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The page content or a job identifier.
The response is of type object.
object