Openalpr
Connector for the openalpr API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.openalpr.com/v3 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
-
getconfig— GET /config — Get a list of available results for plate and vehicle recognition -
recognizefile— POST /recognize — Send an image for OpenALPR to analyze and provide metadata back The image is sen recognizebytes— POST /recognize_bytes — Send an image for OpenALPR to analyze and provide metadata back The image is senrecognizeurl— POST /recognize_url — Send an image for OpenALPR to analyze and provide metadata back The image is sen
Inputs
apiKey— your openalpr API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getconfig
apiKey: <your key>