Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.unsiloed.ai/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to Unsiloed AI

Agentic OCR for AI pipelines that need to trust the page. Turn PDFs, scans, and forms into Markdown and structured JSON, with confidence scores and bounding boxes on every value.

Unsiloed AI parses unstructured documents (PDFs, scans, slides, spreadsheets, and 20+ file formats) into Markdown and structured JSON that LLMs and agents can use directly. The API sits between your raw files and your retrieval, extraction, or automation pipeline.

Generic OCR and text-only LLM parsers lose tables when columns wrap, mangle reading order in multi-column layouts, and produce brittle outputs on the real-world PDFs that show up in invoices, contracts, and forms. Unsiloed AI uses vision and layout models alongside OCR so the structure of the source survives the parse.

API Capabilities

The API covers four document operations:

Parse Documents

Convert PDFs, DOCX, PPTX, images, and more into hierarchical Markdown chunks. Tables, figures, formulas, and headers are preserved as first-class segments with bounding boxes.

Extract Structured Data

Define a JSON schema and get back typed fields with word-level citations and per-field confidence scores. Useful for invoices, claims, KYC forms, and any pipeline that needs auditability.

Split Multi-Document Files

Detect document boundaries inside merged or scanned batches and return each one separately. Works on layout, content, or custom rules.

Classify Documents

Route incoming files to the right downstream pipeline by classifying them against a list of categories you define.

Built for Production Pipelines

The API is designed for the things teams hit when they move document workflows out of a prototype.

Production Workloads

  • Asynchronous processing for large and multi-page documents
  • Deterministic outputs with confidence scores and word-level bounding boxes
  • Broad multi-format support across PDFs, DOCX, PPTX, images, and more
  • Scalable infrastructure for high-throughput enterprise workloads

Developer Experience

  • Clean REST APIs with stable versioned contracts
  • Schema-driven extraction with validation, confidence, and traceability
  • Interactive playground for testing API requests, schemas, and outputs
  • Predictable error handling for reliable production integrations

Common Use Cases

  • Finance: Parse financial statements, reports, and regulatory filings into structured, machine-readable data.
  • Legal: Extract clauses, entities, dates, and obligations from contracts and legal documents.
  • Healthcare: Structure clinical documents, forms, and records for downstream systems and workflows.
  • RAG & Automation: Parse, chunk, classify, and route documents to power reliable RAG pipelines and document-driven automations.

Next Steps

1

Get an API Key

Sign up on Unsiloed AI to receive a key.
2

Parse Your First Document

Follow the Quickstart guide to submit a document and read back chunks.
3

Extract Structured Fields

Define a JSON schema and pull typed values out of a document. See the extraction guide.
4

Explore the Rest of the API

Browse the API reference for parsing strategies, classification, splitting, and batch endpoints.

Need Help?

Documentation

Guides for parsing, extraction, classification, and splitting, plus the full API reference.

Support

Email hello@unsiloed-ai.com to reach the team.