Identify caller by plate + name
Orders
Identify caller by plate + name
Identify a caller by matching their license plate and verifying their name.
Enhanced with phonetic matching: Handles spoken license plates like:
- “l b a r 3 7 3” → “LB-AR 373”
- “ludwig bertha anton richard” → “LB-AR…”
- “ingolstadt abel richard 373” → “IN-AR 373”
Returns the best-matching order with a confidence level:
- high (>= 0.7): Strong name match (handles umlauts, typos, partial names)
- low (>= 0.4): Weak match — might be the right person
- none (< 0.4): No plausible name match found
If no person is provided, returns orders by plate only with confidence ‘high’
(no name verification needed).
GET
Identify caller by plate + name
Authorizations
Query Parameters
License plate (required) - supports phonetic input
Customer name for verification
Response
Best matching order with confidence level