Get a chart
Runs the whole pipeline and returns the finished figure, the chart config, the row count and every warning it raised on the way. It returns a figure even when a stage had to fall back.
curl -X POST https://twohelixes.com/v1/query \
-H "Authorization: Bearer $TWOHELIXES_KEY" \
-H "Content-Type: application/json" \
-d '{"q":"revenue by region this quarter","source_id":"..."}'