Go to file
OpSpawn 9361f9e4e2 Add USDC payment integration (Polygon, direct wallet monitoring)
- payments.js: Invoice creation, blockchain polling, payment matching
- Endpoints: POST /api/subscribe, GET /api/subscribe/:id, GET /api/pricing
- Plans: Pro ($10/mo, 1000 captures), Enterprise ($50/mo, 10000 captures)
- Zero fees: Direct USDC transfer monitoring on Polygon
- Unique cent offsets per invoice for payment reconciliation
- Auto-generates API keys on payment confirmation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 07:49:05 +00:00
public SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
.gitignore SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
invoices.json Add USDC payment integration (Polygon, direct wallet monitoring) 2026-02-06 07:49:05 +00:00
landing.html SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
package-lock.json SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
package.json SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
payments.js Add USDC payment integration (Polygon, direct wallet monitoring) 2026-02-06 07:49:05 +00:00
README.md SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
screenshot-api.service SnapAPI v2.0: Screenshot and document conversion API 2026-02-06 06:47:04 +00:00
server.js Add USDC payment integration (Polygon, direct wallet monitoring) 2026-02-06 07:49:05 +00:00

SnapAPI v2.0

Screenshot, PDF, and Markdown conversion API powered by Puppeteer + Chrome.

Features

  • URL screenshot capture (PNG, JPEG)
  • PDF generation from URLs
  • Markdown to PDF/PNG/HTML conversion
  • API key authentication
  • Rate limiting and concurrency control
  • SSRF protection