API Pricing

Integrate alpha channel recovery into your automated workflows, CI pipelines, and SaaS products. The free browser tool remains free forever.

Free

Free

  • 50 API calls/month
  • Up to 2048x2048 images
  • 10 requests/minute
  • 2 API keys
  • PNG & WebP output
  • CORS support
Get Started

Pro

$9/month

  • 1,000 API calls/month
  • Up to 4096x4096 images
  • 60 requests/minute
  • 5 API keys
  • PNG & WebP output
  • CORS support
Upgrade to Pro

Business

$29/month

  • 10,000 API calls/month
  • Up to 8192x8192 images
  • 200 requests/minute
  • 20 API keys
  • PNG & WebP output
  • CORS support
Upgrade to Business

API Endpoint

POST https://transparify.app/api/v1/restore
Authorization: Bearer trns_xxxxxxxx

Body (multipart/form-data):
  white_image: <file>
  black_image: <file>
  format: png | webp (default: png)
  quality: 1-100 (default: 90, webp only)

Response: Binary image (image/png or image/webp)
Headers: X-Processing-Time-Ms, X-Remaining-Calls

View full API documentation