Watermark - Text
Uses the text "filespin" as a watermark, centered in the image with 100% opacity, navy blue color (00008B), and sans-serif font, scale of watermark is 70% of the ODI output size.

The complete URL would look like:-
https://cdn.filespin.io/api/v1/assets/0c3c6d026858460abc4de1dcb4de15ac/conversions?resize=1200,1200&text_wm=filespin,center,center,100,12,00008B,sans,70
Simple Usage (Default Style)
To apply a watermark with default settings simply provide the text string.

Parameters Reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | - | The watermark text (URL encoded). Max 500 characters. |
x | string/int | No | center | Horizontal position. Values: 0, left (left edge), center (center), 100, right (right edge) |
y | string/int | No | center | Vertical position. Values: 0, top (top edge), center (center), 100, bottom (bottom edge) |
alpha | int | No | 100 | Opacity percentage. Range: 0-100 (0 = transparent, 100 = opaque) |
size | int | No | 24 | Font size in pixels. Range: 8-200. Ignored if w_ratio is set. |
color | string | No | ffffff | Text color as hex RGB (without #). Supports 3 or 6 digit hex. |
font | string | No | sans | Font family: sans, serif, mono |
w_ratio | int | No | - | Scale watermark to percentage of image width. Range: 1-100. Overrides size - text is rendered at max quality and scaled proportionally. |