Endpoint
| Method | Endpoint |
|---|---|
GET | https://api.pipellm.ai/v1/websearch/simple-search |
Authentication
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Search query |
Example Request
Response Shape
Notes
- This route proxies to the internal
/api/simple-searchhandler. - It returns search results quickly and does not add
contextsvia deep retrieval. - Successful requests use WebSearch billing.
Related Docs
Deep Search
Use retrieval and reranking when you need richer context
News Search
Search recent news articles instead of general web results
WebSearch Overview
Product overview and full route matrix