Difference between revisions of "NPS-ANPR"
Jump to navigation
Jump to search
(→token) |
(→validplate) |
||
Line 18: | Line 18: | ||
[[File:NPS-ANPR JSON.png|400px|thumb|right|NPS-ANPR JSON output]] | [[File:NPS-ANPR JSON.png|400px|thumb|right|NPS-ANPR JSON output]] | ||
=== validplate === | === validplate === | ||
+ | Will test supplied <u>plates</u> string for plates and return a true when a plate match in the plate detector algorithm, else return false. | ||
+ | |||
=== responce_ms === | === responce_ms === |
Revision as of 08:26, 7 April 2019
For info on our public domain ANPS camera project see our NPS-ANPR info page.
Warning: This is the developer's corner to aid in integrating our RESTfull API into their apps. |
Contents
Interface
This is a REST API endpoint using HTTP GET.
Available to any device/server on the internet.
Usage
To use this endpoint you will need a valid API Key available after registration on NPS-CLOUD.
See our API documentation page for advance help and examples on using this endpoint.
Parameters
plates
token
This is your NPS-CLOUD account access token (API Key) available under the NPS-API menu in your NPS-CLOUD account.
event
confidence
Output
We provide a JSON formatted output of the results available from this API endpoint.
validplate
Will test supplied plates string for plates and return a true when a plate match in the plate detector algorithm, else return false.