CloudDeploy[
 APIFunction[{"image" -> "Image"}, ImageIdentify[#image] &]]
Then, set the permissions public.
SetOptions[
 CloudObject[
  "YOUR URL HERE"], Permissions -> "Public"]
Then, you can post an image to it
$ curl --form  "image=@someimage.jpg" YOUR URL HERE
and get back the response.