...
The API should be called using a GET or HEAD verb.
/api/wedia/dam/transform/{type}/{id}/{basename}[.suffix]?t=t1&p1=v1&p2=v2&t=t2&p3=v3....
or
/api/wedia/dam/transform/{uuid}/{basename}[.suffix]?t=t1&p1=v1&p2=v2&t=t2&p3=v3....
...
To perform an image transformation on image 352 of the “asset” asset library you can the use either the :
/api/wedia/dam/transform/asset/352/...
endpoint, but this is strongly not recommended/api/wedia/dam/transform/d6b81rwf1zejkf8gfi9acwhiuo/...
endpoint
...
The name is expected in the “basename” value :
api/wedia/dam/transform/d6b81rwf1zejkf8gfi9acwhiuo/a-skier-jumping+faction+red+skis.jpg
...