ExpDater for Developers

Add expiration-date OCR and SMS/Email reminders to your product with a single API. Upload an image or PDF, get back a structured expiration date, and let ExpDater handle the reminder schedule.

API-first expiration tracking

What ExpDater does for your app

Send ExpDater an image of a license, insurance card, ID, or contract. We OCR the text, extract expiration dates, normalize them (including 2-digit years), and schedule reminders via SMS and/or Email.

  • Turn raw images into ISO dates (YYYY-MM-DD)
  • Per-user documents, with expiration date stored for later reporting
  • Configurable reminder cadence (ALERT_INTERVAL_DAYS)
  • API key–based auth with per-key rate limits
  • Language examples in Python, JavaScript, Axios, and C# (.NET)

Who uses ExpDater?

  • Healthcare & dental practices tracking insurance card expiry
  • Back-office teams managing licenses, IDs, and credentials
  • Financial / real-estate apps ensuring KYC documents stay current
  • SaaS builders who want “never miss an expiration again” in their product

Quick pricing snapshot

Simple per-project plans. No surprise overage bills.

Starter

$9 / month
Up to 3,000 documents / month.
Perfect for pilots and small teams.

Pro

$49 / month
Up to 25,000 documents / month.
Volume discounts available.

See full plan details & billing

What integration looks like

# 1. Create a user
POST /users/new
X-API-Key: YOUR_EXPDATER_API_KEY

# 2. Upload a document
POST /upload (multipart/form-data)
→ Returns best_date_iso and confidence

Start with the Developer Integration section for full cURL + Python/JS/C# examples.