cURL
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>" }
Fetch a URL and return its content as markdown.
API key authentication. Pass your API key as a Bearer token.
Successful response