Skip to content
Dropie.io
Developer Portal

Build with Dropie

Powerful APIs and tools to integrate document automation into your applications. Get started in minutes with our comprehensive developer resources.

Quick Start

1. Install SDK

npm install @dropie/sdk

2. 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);

Developer Resources

API Documentation

Complete reference for all endpoints

GitHub Repositories

SDKs, examples, and open-source tools

SDKs & Libraries

Official SDKs for popular languages

Webhook Events

Real-time notifications for your app

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/cli

Postman Collection

Pre-configured API requests for testing

Download from GitHub

VS Code Extension

Syntax highlighting and snippets

Search "Dropie" in VS Code

Join Our Developer Community

Connect with other developers, share ideas, get help, and stay updated on the latest Dropie features and best practices.

Early Access Program

Get early access to new features and help shape the future of Dropie.

Ready to Start Building?

Get your API key and start integrating Dropie into your applications today.