When the user shares an image containing a license plate and wants to extract the plate number:
- •Make an HTTP POST request:
- •URL:
https://api.carsxe.com/platerecognition?key={CARSXE_API_KEY} - •Headers:
Content-Type: application/json - •Body:
json
{ "image": "{IMAGE_URL}" }
- •URL:
- •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_KEYenvironment variable.