action openalpr_recognize_bytes { label: "recognizeBytes" description: "Send an image for OpenALPR to analyze and provide metadata back\nThe image is sent as base64 encoded bytes.\n" provider: openalpr method: POST path: "/recognize_bytes" encoding: json output: { type: "object" additionalProperties: true } }