Expert-curated knowledge graphs for grounded RAG — PSFK domain trends, expert specialist graphs, industry reports, and institutional market data (US Census, FRED, BLS, BEA, OpenAlex, Google Trends).
Expert-curated knowledge graphs for grounded RAG — PSFK domain trends, expert specialist graphs, industry reports, and institutional market data (US Census, FRED, BLS, BEA, OpenAlex, Google Trends). Every trend ships pre-bundled with evidence tagged by type (case study / statistic / analysis / interview) so agents can cite sources instead of paraphrasing them. Use when defensibility matters: board-ready briefs, competitive intel, strategy memos — not open-web Q&A.7 endpoints available through Lava’s AI Gateway. See the Fodda API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
List every available knowledge graph with graph_id, domain, curator, and example_queries. Free (0 tokens). Call first to discover valid graph_ids for other endpoints.
GEThttps://api.fodda.ai/v1/graphs — Free
SDK
cURL
const data = await lava.gateway('https://api.fodda.ai/v1/graphs', { method: 'GET' });
Search expert specialist graphs authored by individual strategists (Ben Dietz, Juan Isaza, etc.). Same request shape as /v1/search/domain — fires against expert graphs automatically.
Search industry report graphs (Deloitte, WEF, Mintel, PwC, 60+ others). Same request shape as /v1/search/domain. Use alongside /search/domain and /search/expert for full topic-research coverage.
Enrich a topic with institutional market data from up to 8 sources (Google Trends, US Census, BEA, FRED, BLS, OpenAlex, etc.). Returns demand_signals, economic_context, market_data, research_signals categorized with _source fields for citation. Bills at 0.5 tokens per call (half-rate).
Single-hop brand footprint across all graphs — trends the brand is connected to, co-occurring brands (competitive context), cross-graph presence. Brand name goes in the path; tuning via ?maxEvidence and ?limit query params.
Graph traversal from seed trend nodes. Returns adjacent trends, brands, and technologies with their relationship type. Use to answer “what else connects to this?” after a search. Depth 1-3 (default 1), up to 50 results.