English
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 }'
The query to search for
The number of top results to return
Whether to return an LLM-generated answer instead of the search results
Was this page helpful?