Bayesian A/B testing, attribution modeling, forecasting — returned as one API call with natural language your whole team can act on. No data science degree required.
Integrate in minutes. Send your data and question as natural language — get back structured JSON with metrics, the algorithm used, and a decision-ready verdict.
const res = await fetch('https://api.yourdomain.com/analyze', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`, 'Content-Type': 'application/json', }, body: JSON.stringify({ message: 'Control 1200/8400, Variant 1380/8400.\nRun Bayesian AB test.' }) }) const { algorithm_used, metrics, verdict } = await res.json() // → { algorithm_used: "bayesian_ab_testing", // metrics: [...], verdict: "Ship the variant." }
No setup. No data science expertise required. Just your data and a question.