$ paperoffice --partner developer ▊
// Switch the API key.
// Earn up to 40% LIFETIME
$ sed -i 's/old_api_key/pk_partner_xxx/g' *.py
Replacing in: invoice_processor.py
Replacing in: ocr_service.py
Replacing in: document_ai.py
[OK] 3 files migrated to PaperOffice API
$ paperoffice earnings --forecast
Monthly Commission
€ 0 /mo
with 10 customers × €500 usage
API-First
LIFETIME
Usage-based
Vibe Coding Ready
api_comparison.md
# Switch API key = Win³
1 import old_ocr_sdk
2
3 # Expensive: ~€0.10 per page
4 client = old_ocr_sdk.Client(
5 api_key="sk_old_xxx"
6 )
7
8 result = client.process(doc)
9 # Cost: ████████████ HIGH git diff
1 import paperoffice
2
3 # 50% cheaper!
4 client = paperoffice.Client(
5 api_key="pk_partner_xxx"
6 )
7
8 result = client.process(doc)
9 # Cost: ██████ -50% Customer
-50% Costs
You
+40% Commission
PaperOffice
+1 Customer
AI_FIRST.md
# 10 seconds. Done.
No SDKs. No bullshit. Let AI code it.
The Magic URL - paste into any AI:
https://api.paperoffice.ai/latest/docs/postman Cursor, Windsurf, Claude, ChatGPT - all read the URL automatically.
1
Paste URL in AI
2
Tell it what you need
3
Ship it
Make money!
Up to 40% LIFETIME on every API usage from your customers. Integrate once – earn forever.
Any language. Your AI speaks them all:
No SDK needed. No library to learn. Just describe what you want.
provision_calculator.js
# Your Earnings
$ calculate_earnings --customers 10 --avg_spend 500€/mo
→ Scenario: 10 customers × €500/month
YEAR RATE CALCULATION COMMISSION
Year 1 40% 10 × 500€ × 40% 2.000€/mo
Year 2 30% 10 × 500€ × 30% 1.500€/mo
Year 3+ 20% FOREVER 10 × 500€ × 20% 1.000€/mo
Year 1 Total: 24.000€
5-Year Earnings: 78.000€
+ 15% downline bonus when you recruit other developers!
provision = customer_spend × rate[year] × lifetime TARGET_AUDIENCE.json
# Perfect for Devs like you
Freelancers
if (client.needs_ocr) → paperoffice Agencies
clients.map(c → c.save_50_percent) IT Consultants
recommend(paperoffice) → earn() Vibe Coders
cursor.execute("migrate_api") Package Authors
npm publish → earn_on_usage Backend Devs
microservice.add(document_ai) $ paperoffice partner init
→ Registration: free
→ API Key: instantly available
→ Commission: bis zu 40% LIFETIME
[OK] Ready to earn!