Choose Your Path
SDK Quickstart
Build document processing pipelines in your own infrastructure using the Doclo SDK.
Cloud Quickstart
Execute flows via the Doclo Cloud API using our hosted infrastructure.
REST API
Call the Cloud API directly without the SDK for integrations like n8n or Zapier.
Core Features
Multi-Provider Orchestration
Use OpenAI, Anthropic, Google, or xAI for extraction. Switch providers without changing your code.
Consensus Voting
Run multiple providers in parallel and use voting to improve accuracy on critical fields.
Citations & Traceability
Track exactly where each extracted value came from in the source document.
Observability
Built-in metrics, cost tracking, and distributed tracing for production workloads.
Packages
The SDK is modular—install only what you need:| Package | Description |
|---|---|
@doclo/core | Core types, utilities, and validation |
@doclo/nodes | Processing nodes (parse, extract, split, etc.) |
@doclo/flows | Flow builder and orchestration |
@doclo/providers-llm | LLM integrations (OpenAI, Anthropic, Google, xAI) |
@doclo/providers-datalab | OCR integrations (Surya, Marker) |
@doclo/schemas | Pre-built schemas for common documents |
@doclo/client | Cloud API client |