POST
/
v1
/
tools
/
search_web
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
}'
query
string
default:"Common organelles within a human eukaryote"
required

The query to search for

top_n
int
default:"5"

The number of top results to return

llm_answer
bool
default:"false"

Whether to return an LLM-generated answer instead of the search results