Skip to main content
GET
/
browser
/
content
Async content
curl --request GET \
  --url https://api.agentfirst.dev/browser/content \
  --header 'Authorization: Bearer <token>'
"<string>"

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.

Example:

"1851dab8-4619-409f-893f-47dd3a180bc3"

Response

The request content.

The response is of type string.