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
Example request
{
"query": "Latest news on AI advancements"
}Response
Web search completed successfully.
Example response
{
"content": [
{
"text": "The analysis shows that Q4 revenue increased by 25% compared to Q3.",
"type": "text"
}
],
"is_error": false
}