POST
/
v1
/
tools
/
fetch-webpage
curl --request POST \
  --url https://api.anchorbrowser.io/v1/tools/fetch-webpage \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '{
  "url": "https://anchorbrowser.io",
  "format": "markdown"
}'
"A secure way to **let AI agents do anything on the internet**."

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Query Parameters

sessionId
string

An optional browser session identifier to reference an existing running browser session. If provided, the tool will execute within that browser session.

Body

application/json

Response

200
text/plain

The fetched webpage content in the specified format.

The rendered content of the webpage.

Example:

"A secure way to **let AI agents do anything on the internet**."