Answers/Can I visualize data without a form?

Can I visualize data without a form?

Updated March 2026

Yes. Dashboards have three data sources — forms are just one of them.

1. Inline JSON: POST /api/dashboards with a data array. Good for small datasets (max 1000 rows) that an agent already has. 2. CSV upload: POST /api/dashboards/upload + POST /api/dashboards with csvObjectId. For larger datasets up to 100K rows. 3. Form submissions: POST /api/dashboards with formId. Live data with 30s auto-refresh.

Inline and CSV dashboards are static — they show the data you gave them. Form dashboards pull live data.

All three support the same DSL: metric_card, data_table, text_block, pie_chart, bar_chart, line_chart, action_table. Same aggregation (count, sum, avg, min, max).

Ready to build?

Get a trial API key instantly — no signup required.

Can I visualize data without a form? — Sutrena | Sutrena