Skip to main content
POST
/
v1
/
tools
/
fetch
/
{toolName}
Web Unlocker Fetch
curl --request POST \
  --url https://api.anchorbrowser.io/v1/tools/fetch/{toolName} \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "url": "<string>"
}
'
{
  "error": "<string>",
  "code": 123
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

toolName
string
required

The unlocker tool to run (e.g. webpage).

Body

application/json
url
string
required
options
object

Tool-specific options.

Response

Fetch completed successfully. Response shape is tool-specific.