| name | plate-image-recognition |
| description | Extract a license plate number from an image URL using the CarsXE Plate Recognition API. Use this when a user shares a photo of a vehicle or license plate and wants to identify the plate number. |
When the user shares an image containing a license plate and wants to extract the plate number:
- Make an HTTP POST request:
- Display the extracted plate number and confidence score.
- Offer to immediately decode the plate using the plate-decoder skill.
- If the image is unclear, suggest the user retry with a better photo.
- If the API key is missing, tell the user to set the
CARSXE_API_KEY environment variable.