API Changelog
All notable changes to the SnapAPI.AI 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.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.