v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0643140398.0 KB
Tools

Web Search

Search the web for information related to a natural language query and return aggregated results from multiple sources.

post/v1/tools/web-search

Request body

querystring required

The natural language query to search the web.

Example request

{
  "query": "Latest news on AI advancements"
}

Response

Web search completed successfully.

is_errorboolean

True if the tool encountered an error during execution.

Example response

{
  "content": [
    {
      "text": "The analysis shows that Q4 revenue increased by 25% compared to Q3.",
      "type": "text"
    }
  ],
  "is_error": false
}