Blitline provides this example to call from the command line; how would this translate into clojure?
$ curl "http://api.blitline.com/job" -d json='{ "src" : "http://www.google.com/logos/2011/yokoyama11-hp.jpg", "functions" : [ {"name": "blur", "params" : {"radius" : 0.0, "sigma" : 2.0}, "save" : { "image_identifier" : "some_id" }} ]}'
The above answer is correct. For the sake of completeness, I am attaching the full code you need: