Changelog
2024-10-22
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).2024-08-26
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.2024-02-12
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.2023-10-01
Kew Gardens / TDWG based floras
Default behaviour now uses new floras
Learn here what changes and how to keep using legacy floras / identification engine (with limitations)2023-05-01
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
BREAKING CHANGE COMING SOON (Oct. 1st 2023) – default behaviour does not change for now2022-11-28
New Web UI
Dashboard helps you keep track of your usage
Mobile friendly responsive-design2022-07-12 v2.2.1
Add no-reject optional parameter
Use it to disable rejection of images identified as non-plantsAdd optional email address for quota alerts (contractualized users)
If you don't want to receive your quota alerts on your account's main email address2022-02-04 v2.2.0
API key exposure, with domains and IP based access restrictions
allows usage of API key in client apps (CORS)2021-12-07 v2.1.7
Allow "auto" value for organs parameter in identify routes
organs parameter is now optional, default value is "auto"Return version of model used for identification
2021-10-18 v2.1.6
Update terms of use
Add credits page
2021-09-29 v2.1.5
Add STA+ gateway for partners
2021-08-02 v2.1.4
Add DarwinCore methods for partners
2021-07-05 v2.1.3
Add Authenix authentication capability for partners
Registered Authenix-enabled client apps may use an access token for authorization on partners services2021-05-12 v2.1.2
Increase free quota
Free accounts now get 500 queries per day2021-04-22 v2.1.1
Queries priorization
In case of overload, contractualized accounts still get minimal service2021-02-22 v2.1.0
Remove expiration date of free accounts
2020-11-27 v2.0.3
Daily usage chart
Find a chart of your daily usage in your account page2020-10-09 v2.0.2
Add include-related-images optional parameter
Use it to get similar images2019-09-25 v2.0.1
Add POST route
Use it to identify local imagesDeprecate v1/identify route
You should now use v2/identify instead2019-09-24 v2.0.0
Add v2/identify route
Replaces v1/identify
WARNING Identification score is now in [0, 1[ and not [0, 100[ anymore