API gratis
Protegida por clave API, gratis de usar
Add Watermark
Apply a text or image watermark to a single image.
Endpoint
POST /api/free/watermarkNivel gratis: 5 RPM. Usuarios de pago: 500 RPM. Los límites se comparten entre todos los endpoints de Free API.
Notas de uso
- Provide watermarkImage for image watermark or text for text watermark.
- Returns a PNG image response.
Ejemplo de API
curl -X POST "https://api.apiany.ai/api/free/watermark" \ -H "Authorization: Bearer $API_KEY" \ -F "image=@input.png" \ -F "text=APIAny" \ -F "position=bottom-right" \ --output watermarked.png
Playground
Las llamadas se envían desde tu navegador a este sitio usando tu clave API.
Source image *
Watermark image
Watermark text
Position
Opacity
Font size
Text color
Añade una clave API y los campos obligatorios para habilitar la solicitud.POST /api/free/watermark