Need pricing clarity?
Use the interactive calculator to estimate SaaS and private-cloud scenarios by team size and document volume.
Open CalculatorQuick Start
This guide is for teams evaluating TurboDex workflow fit before deeper API and private-cloud rollout.
Create an account and claim starter credits.
Sign up at /app — no credit card required to start. Starter credits cover indexing and querying a handful of documents.
Open the TurboDex console and upload a PDF.
Navigate to the Documents tab and drag-drop or select a PDF. For best first results, use a structured document — a technical spec, report, or policy manual.
Queue indexing and monitor job state in queue activity.
Indexing runs asynchronously. The job dashboard shows parse progress, OCR status, and hierarchy-tree construction in real time.
Run your first query and inspect hierarchy-aware results.
Ask a question scoped to a section — e.g. "What does Section 4.2 say about risk?" — and observe how the answer preserves structural lineage.
Repeat with real documents and compare answer quality.
Upload your actual working documents and run the same queries you would use with a flat-vector approach. Note the difference in context fidelity.
Use the REST API to integrate document indexing into your own pipeline.
curl -X POST "https://app.turbodex.ai/api/documents" \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@/path/to/document.pdf" \
-F "model=synthesis"
Use model overrides sparingly for large or complex documents. TurboDex applies adaptive routing and timeout controls for complexity-aware indexing automatically.
curl -X POST "https://app.turbodex.ai/api/documents/{doc_id}/query" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "What are the key findings in Section 3?"}'
/api/jobs/{job_id} for status.
Use the interactive calculator to estimate SaaS and private-cloud scenarios by team size and document volume.
Open CalculatorReview Azure private-cloud options, data boundary controls, and customization paths for regulated environments.
See Private Cloud