HTTP Post
URL: https://taskumetsa.photoboiler/evaluate
PostData JSON: {"token": "tokenstring", "base64image": "imagedata base64 string"}
Result JSON:
{
"is_nature_picture": float, #is a nature picture confidence 0-1
"nature_classifier_output": [
{
"id": string, #species mx id in lajitietotkeskus (laji.fi) database without . for ex. mx163
"name": string, #species scientific name
"confidence" float #confidence of image representing this species 0-1(highest confidence first)
}
]
}