upgrade
The full docs are MDX-driven. This Phase 1.3 build wires the layout and TOC; real content lands per topic.
Intro
DAVA accepts any tabular file — CSV, TSV, JSON lines, XLSX — and returns rows on your target schema. Pick a mode per job; modes carry domain-specific defaults.
Your first job
shell
curl -X POST https://api.davaengine.ai/v1/jobs \
-H "Authorization: Bearer dava_live_…" \
-F "file=@vendor_export.csv" \
-F "mode=normalize"The response carries a job id. Poll GET /v1/jobs/{id} or open an SSE stream at /v1/jobs/{id}/events.
Where to go next
Pick a mode in the sidebar to read its options. Or jump to POST /v1/jobs for the full request shape.