Endpoint
| Method | Endpoint |
|---|---|
GET | https://api.pipellm.ai/v1/websearch/search-news |
Authentication
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | Yes | News query |
Example Request
Response Shape
Notes
- This route proxies to the internal
/api/search-newshandler. - It uses the news-specific search source, then applies the same retrieval flow as deep search.
- If no results are found, this route returns
404withcode: 404andmessage: "no search results".
Related Docs
Deep Search
Search the general web with retrieval support
Simple Search
Fast snippets when you do not need news-specific retrieval
WebSearch Overview
Product overview and route matrix