Hi @codeswept and all the others,
thanks for the hint pointing towards AIforEarth. I got my API key but I am still not able to get a species analysis. This is what I do so far:
- get a picture with my camera
- upload that picture to cloudinary. Cloudinary gives me a mediaURL.
- connect via Web_API to AIforEarth with POST and giving the mediaURL as body. Is that correct? The documentation of AI for Earth is totally useless. I always get “500 - internal server error…”.
Has anybody had success in using AIforEarth, and if so, how?
I guess that the body of the POST message should contain the picture in base64 encoded, but in thunkable or cloudinary there is no base64 encoder.