Search AI (RAG)
documentedRun AI-assisted search across content with retrieval-augmented generation.
POST /v3/search/ragSearchno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.feedly.com/v3/search/rag?newerThan={{$newerThan}}&olderThan={{$olderThan}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"query": "{{$query}}", "source": {"items": [ {"type": "entries", "entryIds": ["{{$entry_id}}"]}, {"type": "stream", "id": "{{$stream_id}}"} ]}}'