Scale. Scale. Scale.
1 credit = 1 input page.
Get 30 free credits to test the API before getting your plan.
Starter
(/store-and-search)1,000
= €0.198 per page
Need much more than 50,000 credits per month?
Max concurrent requests
Each plan limits how many requests can run simultaneously from your workspace. Note that this limit only applies to the processing routes /document-to-json and /document-to-markdown.
If your pipeline sends bursts of requests in parallel, you need a plan whose concurrency limit matches your peak load — otherwise excess requests are rejected with a 429 concurrency_limit error.
The Scale plan — 50 concurrent requests — covers high-throughput batch workflows.
Overage usage
Starter and Pro plans apply a hard cap: once your monthly quota is exhausted, requests are rejected until the next cycle.
The Scale plan uses a soft cap: you can keep processing beyond your quota and pay only for what you use.
Overage usage is tracked and invoiced separately.
Included in every plan
Your credits work across all 3 APIs.
Allocate them as you like.
Credit cost per route
Document to JSON
→ 1 credit / input page.
Document to Markdown
→ 1 credit / input page.
Store document
→ 1 credit / input page.
Search documents
→ 0.2 credits / query.
List, read, update, delete dataspaces & documents
→ 0 credits.Examples
Details
- · Routes accept as input either a file or plain text.
- · All file inputs (PDF, Word, images…) cost 1 credit per page.
- · Text inputs cost 1 credit per 1,000 tokens.
- · 1,000 tokens ≈ 750 words ≈ 4,000 characters.
- · Paid plan credits are renewed monthly and do not accumulate.
- · Free plan credits are a one-time grant and do not renew.
- · The storage limit only applies to /store-and-search-documents.
- · /document-to-json and /document-to-markdown are stateless — we don't store any trace of the documents you process through them.