Get Your API Key
Sign up at datalab.to/auth/sign_up — new accounts include a free monthly usage allowance (no credit card required), enough to run a full proof of concept on your own documents. Then grab your API key from the API Keys dashboard.Installation
Install the Datalab SDK:Convert a Document
The SDK provides a simple interface to convert documents to Markdown, HTML, JSON, or chunks.Conversion Options
Control the conversion with options:Processing Modes
Fill PDF Forms
Fill forms in PDFs or images with structured data:Upload and Manage Files
Upload files to Datalab for use in pipelines:CLI
The SDK includes a command-line interface:Run a Pipeline
Pipelines chain processors (convert, extract, segment) into a single reusable call. Create them in Forge or via the SDK:Async Support
For high-throughput applications, use the async client:Next Steps
SDK Reference
Full Python SDK documentation with typed clients and async support.
API Reference
REST API reference for document conversion, form filling, and file management.
Pipelines
Chain processors into versioned, reusable pipelines.
Document Conversion
Detailed guide to converting PDFs and documents to Markdown, HTML, or JSON.