Easy Watermark
Easy Watermark makes it simple to add text or image-based watermarks to your images. 🚀 Quickstart 1. Subscribe and get your `x-rapidapi-key`. 2. Call `/api/v1/text-watermark` or `/api/v1/image-watermark` with file upload or base64 payload. 3. Save the binary response (Content-Type: image/png|image/jpeg|image/webp) or decode the JSON `data.base64_encoded_image` + `data.content_type`. 💡 Example…
Easy Watermark endpoints
| Method | Endpoint | Description |
|---|---|---|
| watermark | ||
| POST |
Image Watermark /api/v1/image-watermark |
Overlay an image watermark (e.g logo) onto a main image. Accepts `multipart/form-data` file uploads or `application/json` with base64 data. |
| POST |
Text Watermark /api/v1/text-watermark |
Add a text watermark to an uploaded image. Accepts `multipart/form-data` file uploads (recommended) or `application/json` with base64-encoded image. |
Easy Watermark pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | 60 / minute |
|
| ULTRA Recommended | $199 / month | 300 / minute |
|
| MEGA | $799 / month | 1200 / minute |
|