Skip to main content
POST
/
v3
/
beta
/
tools
/
web
/
fetch
Web fetch
curl --request POST \
  --url https://api.opper.ai/v3/beta/tools/web/fetch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "content": "<string>",
  "title": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Body

application/json
url
string
required

Response

Successful response

content
string
required
title
string
required
url
string
required