/search
Perform web searches for use in coding agents and AI applications. Results are returned without data retention.
This endpoint may not be available on all deployments.
POST
/searchPerforms a web search and returns results. This endpoint may not be available on all deployments.
Request Body
queryThe search query (required)Request Body
{
"query": "latest AI news"
}