Developers
Watermark API
Stamp your brand or copyright text onto an image automatically — consistent placement, every time. Try it without code first on the free watermark tool.
POST
/v1/images/transformcurl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F watermarkText="© your brand"
Parameters
Response
The image with the watermark composited onto it.
Prefer JSON with a base64 payload instead of raw bytes? Use /v1/images/transform/json with the same parameters.