Data science has always required a team, a methodology, and a week of waiting. Not anymore. Send your data and a question in plain English — get back structured analysis and a clear recommendation in seconds.
A stateless HTTP API with 135 marketing science algorithms, callable from any agent framework, script, pipeline, or tool.
Hiring a data scientist to answer statistical questions is a solution from another era. Your Data Stories gives any product, agent, or workflow the ability to reason correctly with numbers — without the overhead, the methodology debates, or the waiting.
When your orchestration layer hits a decision that needs proof, not just confidence, one API call returns the analysis, the algorithm used, and a verdict your system can act on immediately.
const res = await fetch('https://api.yourdatastories.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." }
Try the live demo — paste your data, ask your question, get a verdict in seconds.