Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Endpoints
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
Search PSFK curated domain graphs (retail, beauty, sports, fashion) for trends with bundled evidence. No graph_id needed — searches all relevant domain graphs automatically. Primary workhorse for topic research. Pairs with /v1/search/expert and /v1/search/report when broader topic-research coverage is useful. For ideation, follow up with /v1/graphs//neighbors using the returned trend_ids as seed_node_ids to traverse adjacent territories.
POSThttps://api.fodda.ai/v1/search/domain — $0.20 / request
- SDK
- cURL
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. Pairs with /v1/search/domain and /v1/search/report when broader topic-research coverage is useful.
POSThttps://api.fodda.ai/v1/search/expert — $0.20 / request
- SDK
- cURL
Search industry report graphs (Deloitte, WEF, Mintel, PwC, 60+ others). Same request shape as /v1/search/domain. Pairs with /v1/search/domain and /v1/search/expert when broader topic-research coverage is useful.
POSThttps://api.fodda.ai/v1/search/report — $0.20 / request
- SDK
- cURL
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.
POSThttps://api.fodda.ai/v1/supplemental/context — $0.20 / request
- SDK
- cURL
Reach for this whenever a query names a specific brand or company. Returns a single-hop brand footprint across all graphs — trends the brand is connected to, co-occurring brands (competitive context), and cross-graph presence. Brand name goes in the path; tuning via ?maxEvidence and ?limit query params.
POSThttps://api.fodda.ai/v1/brand-intelligence/Patagonia?maxEvidence=10&limit=50 — $0.20 / request
- SDK
- cURL
Graph traversal from seed trend nodes. Returns adjacent trends, brands, and other connected nodes with their relationship type. Use to answer “what else connects to this?” after a search. Depth defaults to 1, up to 50 results. Optional filters: relationship_types (e.g. RELATED_TO, EVIDENCED_BY, SEMANTICALLY_SIMILAR, ASSOCIATED_BRAND, MENTIONS_BRAND, IN_LOCATION, VALIDATED_BY — Fodda accepts unknown values silently and returns no matches) and direction (in, out, or both; default out).
POST https://api.fodda.ai/v1/graphs/retail/neighbors — $0.20 / request
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests