Output-token control
Set max_output_tokens between 128 and 20,000. Omit it when the normal depth budget is right for the request.
Send a natural-language question, set the research controls you need, and receive structured search results, citations, streaming events, and answer telemetry.
This site automatically uses the domain where it is opened. You do not need to edit localhost URLs after deployment.
Loading…
{
"query": "Compare vector databases for RAG",
"depth": "deep",
"safe": true,
"max_output_tokens": 1200,
"stream": false
}/searchJSON or Server-Sent Events/searchQuery-string search request/streamStreaming convenience route/sourcesRetrieval-only source list/healthDiagnostics and provider stateSet max_output_tokens between 128 and 20,000. Omit it when the normal depth budget is right for the request.
Set stream: true or use /stream to display real search and writing progress in your UI.
The interactive documentation lists request fields, streaming events, depth profiles, models, and operational endpoints.