{"api_endpoint":"/web_browse","example_curl":"curl -X POST https://broadfield-dev-browser-api.hf.space/web_browse -H \"Content-Type: application/json\" -d '{\"action\": \"Search\", \"query\": \"latest news on AI\", \"browser\": \"webkit\"}'","instructions":"Send a POST request to /web_browse with a JSON payload to use the service.","message":"Welcome to the Web Browse API!","payload_format":{"action":"string (required: 'Search' or 'Scrape')","browser":"string (optional, default: 'firefox'; options: 'firefox', 'chromium', 'webkit')","query":"string (required: a search term or a full URL)","search_engine":"string (optional, default: 'DuckDuckGo'; see code for all options)"},"status":"online"}
