/search

Perform web searches for use in coding agents and AI applications. Results are returned without data retention.

POST
/search

Performs 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"
}