English
cURL
curl --request POST \ --url https://api.mechanix.tools/v1/tools/search_web \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "query": "<string>", "top_n": 123, "llm_answer": true } '
Was this page helpful?