Build document automation into anything.
One REST endpoint. 20+ actions. Stateless by design. No infrastructure to run — call a URL, get a file back.
curl -X POST https://api.parselane.io/v1/process \
-H "Authorization: Bearer sk_live_YOUR_KEY" \
-F "file=@document.pdf" \
-F "action=ocr" \
-F "language=fra"
# Response — instant for files < 5 MB
{
"job_id": "job_01HZPQ...",
"status": "completed",
"result_url": "https://api.parselane.io/v1/result/..."
}From signup to first processed document in under 5 minutes.
Create account & get API key
Sign up at console.parselane.com. Your API key is available immediately — no credit card required for the free tier.
Send your first request
POST a file to /v1/process with your action. Get a processed file back. Test with the curl example on the left.
Wire into your flow
Use the native connector for your platform (Power Automate, n8n, Zapier, Make) or the REST API directly.
14 actions. One credit each.
Every action costs exactly one credit — OCR on a 200-page archive or a single file conversion. No action tiers. No complexity premium.
Authentication
Bearer token authentication on every request. Two key types:
sk_live_Production key
Charges credits. Use in your production flows.
sk_test_Sandbox key
Free. Quota not consumed. For development and testing.
Rate limits
Works from every platform.
Native connectors so you don't have to build HTTP wrappers.
Call a URL. Get a file back. That's the whole agreement.
40 free credits. No credit card. First processed document in under 5 minutes.