Changelog
Stay up-to-date with the latest changes, improvements, and new features for the TextWatermark API.
Version 2.0.0 - 2025-05-05
Added
- Initial release of the TextWatermark API v2.
- Endpoints for User Authentication & Management (Register, Login, Profile, Password Change).
- Endpoints for API Token Management (Create, List, Delete). Specific update endpoint TBD.
- Core Watermarking Operations: Encode, Decode, Analyze (Standard and Robust versions for Encode/Decode).
- Quota Management endpoint.
- Webhook Management endpoints (Create, List, Get Details). Specific update, delete, and delivery management endpoints TBD.
Changed
- API path versioning updated to
/api/v2/
for user management, tokens, quota, and webhooks. Watermarking operations remain under/api/watermark/
. - Authentication for watermarking operations now uses
Authorization: Token <YOUR_API_KEY>
.