← All products
POST /v1/search
Search the web and read the results
Run a query and get ranked results with the page contents already pulled. One call does the finding and the reading, so your agent never has to make two.
POSTapi.refflux.dev/v1/search
Request
{
"query": "best vector databases 2026",
"read": true,
"limit": 5
}Response
{
"results": [
{ "url": "...", "title": "...", "markdown": "..." }
],
"credits": 6
}Ranked and fresh
Relevance-sorted hits from across the open web.
Content attached
Each result comes back with clean text - no follow-up fetch.
One tool, one call
Maps cleanly onto a single agent tool.