Detect anime character faces from image.
Get detected anime character faces info as JSON from image. (detectJsonGet)
Query parameters
url (required)
Query Parameter — URL of an image. default: null
Return type
Example data
Content-Type: application/json
{
"nose" : {
"x" : 2,
"y" : 4
},
"face" : {
"x" : 6,
"width" : 5,
"y" : 1,
"height" : 5
},
"mouth" : {
"x" : 6,
"width" : 5,
"y" : 1,
"height" : 5
},
"chin" : {
"x" : 2,
"y" : 4
},
"skin_color" : "red=0, green=0, blue=0, alpha=65535",
"likehood" : 0,
"eyes" : {
"left" : {
"x" : 2,
"width" : 9,
"y" : 7,
"colors" : [ "red=0, green=0, blue=0, alpha=65535", "red=0, green=0, blue=0, alpha=65535" ],
"height" : 3
},
"right" : {
"x" : 2,
"width" : 9,
"y" : 7,
"colors" : [ "red=0, green=0, blue=0, alpha=65535", "red=0, green=0, blue=0, alpha=65535" ],
"height" : 3
}
},
"hair_color" : "red=0, green=0, blue=0, alpha=65535"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Array of anime faces.