Hello, I see that the json you are sending is incorrect. Here is the
correct format for the /presets call: { "inputs": { "source": { "href":
"/files/acr/input.jpg", "storage": "adobe" }, "presets": [ { "href":
"/files/preset.xmp", "storage": "adobe" } ] }, "outputs": [ { "href":
"/files/output.jpg", "type": "image/jpeg", "storage": "adobe",
"overwrite": true } ] } Please let me know if this works! And apologies
that the response body is empty with no further info. We will have that
fixed and ens...