Submitting data to the Blitline API

Job submission enpoint




You submit JSON to this endpoint VIA a POST, here is a RAW example of doing that.

curl 'http://api.blitline.com/job' -d json='{ "application_id": "YOUR_APP_ID", "src" : "http://www.google.com/logos/2011/yokoyama11-hp.jpg", "v" : 1.21, "functions" : [ {"name": "blur", "params" : {"radius" : 0.0,  "sigma" : 2.0}, "save" : { "image_identifier" : "MY_CLIENT_ID" }} ]}'


You build this JSON based on what functions you want performed on you image. You can read more about this here: [https://dash.readme.com/project/blitline/v1.0/docs/jobs ](https://dash.readme.com/project/blitline/v1.0/docs/jobs )