cURL
curl --request POST \ --url https://api.opper.ai/v3/beta/tools/web/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>" } '
{ "results": [ { "snippet": "<string>", "title": "<string>", "url": "<string>", "published_at": "<string>" } ] }
Search the web and return results with title, URL, and snippet.
API key authentication. Pass your API key as a Bearer token.
Successful response
Show child attributes