Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 PipeLLM WebSearch 获取更快的搜索摘要结果
GET
https://api.pipellm.ai/v1/websearch/simple-search
Authorization: Bearer $PIPELLM_API_KEY
q
curl -X GET "https://api.pipellm.ai/v1/websearch/simple-search?q=最新AI新闻" \ -H "Authorization: Bearer $PIPELLM_API_KEY"
{ "code": 200, "message": "ok", "took_ms": 950, "data": { "answerBox": { "title": "Latest AI news", "snippet": "..." }, "organic": [ { "title": "AI News", "link": "https://example.com", "snippet": "Latest updates..." } ] } }
/api/simple-search
contexts
此页面对您有帮助吗?