Data Analysisby Ivo

Data Story Builder

Prompt Template

I have this dataset: {{data}}. Identify the 3 most interesting trends, explain why each matters for a {{audience}} audience, and suggest one chart type best suited for visualizing each trend.
0 copies

Use this prompt via REST API

Pass variables like {{data}}, {{audience}} at runtime. No redeploy needed.

POST /api/v1/prompts/:id
Body { "data": "...", "audience": "..." }
// → returns “Data Story Builder” with variables filled in