Batch Document Processing
Convert dozens of files at once via our REST API or CLI — perfect for automating document pipelines at scale.
Built for Scale
⚙️
REST API
Automate conversions from any language — Python, Node.js, or your existing pipeline.
💻
CLI Tool
Use npx fylzap in scripts, CI/CD pipelines, or cron jobs.
🔄
Background Queue
Large batches run asynchronously — no timeouts, no blocking your workflow.
Automating with the CLI
Terminal
$ npm install -g fylzap
$ fylzap *.pdf --output md
✓ 24 files converted
Batch API access requires an API key on the Pro or Enterprise plan. Get your key from your dashboard.
Common Use Cases
- Convert an entire document archive to Markdown overnight
- Automate PDF-to-JSON extraction for a data pipeline
- Integrate conversion into a CI/CD or content publishing workflow
- Process customer-uploaded files at scale via API