API Reference

API Changelog

All notable changes to the Snapedit API are documented here. This project follows Semantic Versioning.

Deprecation Policy

Breaking changes are announced at least 90 days before removal via email and this changelog. Deprecated endpoints will include Deprecation: true and Sunset: <date> response headers. Legacy paths (e.g. /api/object_removal/v5/*) remain supported alongside new /v1/* paths.

v1.0.2
  • AddedAdded the Generate Background API at `POST /v1/images/generates-background`.
  • AddedAdded `output_type` support for Remove Background and Remove Background Graphic APIs.
v1.0.1
  • AddedAdded new APIs: Remove Background Graphics, Remove Reflection, and Clean Mirror.
  • AddedAdded `hd_mode` parameter support for the Virtual Try-On API.
  • ChangedUpdated credit values across all endpoints.
  • ChangedDocumented detailed supported `lang` values for the Detect Objects API.
v1.0.0
  • AddedInitial public API release with 25 image processing endpoints.
  • AddedClean REST paths under `/v1/images/*` for all endpoints.
  • AddedRate limiting: 60 requests/minute per API key with `x-ratelimit-*` response headers.
  • AddedHealth check endpoint at `GET /v1/health`.
  • AddedInteractive API Playground (Swagger UI) at `/docs/playground`.
  • AddedQuickstart guide in API docs.