Photon Commerce provides Managed AI Agents that extract structured data from financial and trade documents with 99%+ accuracy — backed by Human-in-the-Loop (HITL) verification and a global reviewer network of 2,300+ experts across 7+ countries.
We eliminate manual data entry for finance, operations, and compliance teams.
| Document | Key Extracted Fields |
|---|---|
| Invoices | Vendor, Bill To, line items, amounts, PO numbers, due dates, GL codes |
| Receipts | Merchant, items, totals, taxes, payment method, date |
| Bank Statements | Transactions, balances, account details, fraud indicators |
| Bills of Lading | Shipment details, carrier, consignee, cargo description |
| Remittances | Payment references, invoice matches, amounts |
| Purchase Orders | Line items, pricing, delivery terms, vendor info |
| Checks & Stubs | Payer, Payee, LAR, CAR, MICR details: routing/account/check numbers |
| Insurance Statements | Policy details, coverage, claims data |
| Tax Forms | Entity details, amounts, classification codes |
| Custom Documents | Any structured or semi-structured document |
100+ standardized fields per document · 25+ languages · Handwriting, barcodes, tables, and stamps supported
Document In → Photon Engine (AI + OCR + NLP) → Human-in-the-Loop QA + Managed Agents → Structured Data Out
Plug in, send an email, or just log in.
1. API — integrate directly into your existing systems
import requests
response = requests.post(
"https://api.photoncommerce.com/api/pro",
headers={
"CLIENT-ID": "YOUR_CLIENT_ID",
"AUTHORIZATION": "apikey YOUR_USERNAME:YOUR_API_KEY",
"PASSWORD": "YOUR_PASSWORD",
"SECRET-KEY": "YOUR_SECRET_KEY",
},
params={"doctype": "invoice"},
files={"pdf": open("invoice.pdf", "rb")},
)
photon_key = response.json()["photon_key"] # use to retrieve results2. Email — no integration required
Forward any document to ai@photoncommerce.com and receive structured JSON back in your inbox. Works with CC/BCC rules for fully automated inbox workflows.
3. Web App & Mobile App — no code needed
Upload documents, review extractions, and manage workflows at app.photoncommerce.com.
Multiple tiers available from seconds to 24 hours, with 99%+ accuracy and Human-in-the-Loop verification included. Pay only for what you extract.
View current pricing and start your free trial →
JSON · CSV · XML · XLSX · EDI (810, 820, 850) · cXML · Peppol · ISO 20022 · OASIS UBL · Proprietary ERP formats
ERP & Accounting: QuickBooks · Xero · SAP Ariba · NetSuite · Oracle · Bill.com · Coupa
Finance & Banking: Brex · Plaid · Yodlee · Federal Reserve FedNow
E-Commerce: Amazon Vendor Central · Shopify
Automation: UIPath · Microsoft · NVIDIA
E-Invoicing: Chorus Pro · Taulia · Tungsten · Transcepta · Basware
Integration takes 1 day to 1 week depending on workflow complexity.
- SOC 2 Type II certified
- GDPR attested
- HIPAA compliant
- End-to-end encryption at rest and in transit
- Role-based access control
- Personal data identification and scrubbing on request
| Repo | Description |
|---|---|
examples |
Code samples for every document type and integration |
openapi |
OpenAPI 3.0 specification for the Photon PRO API |
| API Docs | apidocs.photoncommerce.com |
| Free Trial | app.photoncommerce.com |
| Email Integration | ai@photoncommerce.com |
| Pricing | photoncommerce.com/pricing |
| Contact | developers@photoncommerce.com |
| linkedin.com/company/photoncommerce |
