Quick Start
1. Install SDK
npm install @dropie/sdk2. Initialize Client
import { DropieClient } from '@dropie/sdk';
const client = new DropieClient({
apiKey: process.env.DROPIE_API_KEY
});3. Process Documents
// Process a document
const result = await client.documents.process({
file: documentFile,
workflow: 'invoice-extraction'
});
console.log(result.extractedData);What You Can Build
Document Processing Pipeline
Build automated workflows for invoice processing, contract analysis, and more.
AutomationAIWorkflows
Data Extraction API
Extract structured data from unstructured documents at scale.
OCRNLPMachine Learning
Integration Platform
Connect Dropie to your existing tools and systems.
REST APIWebhooksOAuth
Custom AI Models
Train custom models for your specific document types.
Custom ModelsTrainingAPI
Developer Tools
Dropie CLI
Command-line tool for managing workflows
npm install -g @dropie/cliPostman Collection
Pre-configured API requests for testing
Download from GitHubVS Code Extension
Syntax highlighting and snippets
Search "Dropie" in VS CodeJoin Our Developer Community
Connect with other developers, share ideas, get help, and stay updated on the latest Dropie features and best practices.