SimplyPNG/Documentation

Changelog

Stay up to date with the latest changes to the SimplyPNG API

v1.1.0
minor
·Fast Mode & Image Optimization
  • changed: **Breaking:** Default input image optimization now resizes images to 2500px max dimension (previously 4096px). This reduces processing time and cost while exceeding all major e-commerce marketplace requirements (Amazon 2000px, Shopify 2048px, Etsy 2000px).
  • added: New `options.max_dimension` parameter (512–4096) to explicitly control input resize target. Overrides the default 2500px when you need a specific resolution.
  • added: `options.hd_mode: true` now preserves images up to 4096px (previously the default for all requests). HD mode costs 2 credits per image.
  • added: Batch endpoint (`POST /jobs/batch`) now respects `hd_mode` for image optimization, matching single job behavior.
v1.0.0
major
·Initial API v1 Release
  • added: Background removal API endpoint (`POST /api/v1/jobs`)
  • added: Job status polling (`GET /api/v1/jobs/:id`)
  • added: API key authentication with `sp_live_` and `sp_test_` prefixes
  • added: Developer Console with API key management
  • added: Usage dashboard with daily/key breakdown
  • added: Request logs viewer with search and filtering
  • added: Interactive Playground with code generation
  • added: Output modes: `base64_json` and `download_url`
  • added: Idempotency keys to prevent duplicate processing
  • added: Request ID tracking across all endpoints

Subscribe to our blog for detailed release notes and announcements.