Some example URL’s which have strokes below
The transformation object i sent was
"transformation": [ { "overlay": { "font_family": "Sacramento", "font_size": 50, "text": "Some content for the image", "stroke": "stroke" }, "border": { "color": "White", "width": "20" } } ]
The key being in the overlay section you need the “stroke”: “stroke”
and then a seperate section called border, which is where you define the overlay.
Leave a Reply