Changelog
Species routes return genus and family
Results of /v2/projects/{project}/species
route now include genus
and family
fields; results of /v2/species
only have genus
field, since family depends on referential
Identification routes return top predicted organ per image
Results of identification requests on /v2/identify
routes now include a new predictedOrgans
field, that contains top predicted organ and associated score for each submitted image
Error code change on GET /v2/identify
When image(s) URL(s) given to route GET /v2/identify
cannot be downloaded, error code is now 400 whatever the reason (no 500 anymore).
Pagination and prefix search on /species routes
Species list routes /v2/species
and /v2/{project}/species
now accept parameters page
and pageSize
to drive pagination, and prefix
to search among species.
Automatic resizing of input images
Plant images you submit for identification are now automatically resized to 1280px on the smaller side, before being processed by the AI. This is to ensure you get the best possible results from the AI, and that those results are identical between the public version of Pl@ntNet and the API.
Kew Gardens / TDWG based floras
Learn here what changes and how to keep using legacy floras / identification engine (with limitations).
Beta: Kew Gardens / TDWG based floras
New identification engine based on Kew Gardens' POWO species list and TDWG's WGSRPD lvl.2 geographical areas: learn here what changes and how to try it
New Web UI
- Dashboard helps you keep track of your usage
- Mobile friendly responsive-design
New no-reject parameter
- Add a new
no-reject
parameter to disable rejection of images identified as non-plants - Add optional email address for quota alerts (contractualized users) if you don't want to receive your quota alerts on your account's main email address
Allow usage of API key in client app
Control API key exposure, with domains and IP based access restrictions to allow the usage of API key in client apps (CORS)
Automatic organ detection
- Allow "auto" value for
organs
parameter in identify routes organs
parameter is now optional, default value is "auto"
Legal update
- Update terms of use
- Add credits page
STA+ gateway
Add STA+ gateway for partners
DarwinCore
Add DarwinCore methods for partners
Add Authenix authentication capability for partners
Registered Authenix-enabled client apps may use an access token for authorization on partners services
Increase free quota
Free accounts now get 500 queries per day
Queries priorization
In case of overload, contractualized accounts still get minimal service
Free account
Remove expiration date of free accounts
Daily usage chart
Find a chart of your daily usage in your account page
New optional parameter
Add include-related-images
optional parameter to get similar images
New POST route
- Add
POST
route to identify local images - Deprecate
v1/identify
route, you should now usev2/identify
instead
New v2/identify route
Add new v2/identify
route to replace v1/identify