Ayonix WebAPI 1.3

FREEMIUM
By felx | Updated 13 days ago | Commerce
Health Check

N/A

Back to All Discussions

java request does not work

Rapid account: Esrayazici
Esrayazici
7 years ago

HttpResponse<JsonNode> response = Unirest.post(“https://felx-ayonix-webapi-1-3-v1.p.mashape.com/”)
.header(“X-Mashape-Key”, “dpUV86iBDamshnWA9XebeExWpSdbp1XntAZjsnDnkxxrEekLPO”)
.field(“appid”, “12C8D18D-09E1-0676-3CE9-AC4D7F9A0974”)
.field(“file”, new File(“sd1.jpg”))
.field(“function”, “identifyperson”)
.asJson();
trying to invoke service with above code and respone is:{“result”:“NOK”,“appid”:"",“message”:“function not defined .”}

Join in the discussion - add comment below:

Login / Signup to post new comments