GET
/
browser
/
content
Async content
curl --request GET \
  --url https://api.agentfirst.dev/browser/content \
  --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.

Query Parameters

id
string
required

The identifier returned by the browser endpoint of the queued request to retrieve.

Response

200 - application/json

The job content or status.

The response is of type object.