Sign in

AI-assisted search (RAG)

documented

Run AI-assisted search across content.

POST /v3/search/ragAIno implementation yet0 runs
No 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 "X-Feedly-API-Key: {{FEEDLY_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"query": "{{$query}}", "source": { "items": [ { "type": "entries", "entryIds": ["{{$entry_id}}"] }, { "type": "stream", "id": "{{$stream_id}}" } ] } }'
AI-assisted search (RAG) · feedly · OpenIntegrations