{"classes":["cavity","filling","impacted","implant"],"endpoints":{"GET  /health":"Liveness probe","POST /predict":"Upload one or more X-ray images and get detections","POST /predict?format=image":"Returns annotated image(s) as a single PNG"},"model":"YOLOv8x","name":"Dental X-Ray Detection API","usage":{"multiple_images":"curl -X POST <url>/predict -F 'image=@xray1.jpg' -F 'image=@xray2.jpg'","multiple_images_png":"curl -X POST '<url>/predict?format=image' -F 'image=@xray1.jpg' -F 'image=@xray2.jpg' --output results.png","single_image":"curl -X POST <url>/predict -F 'image=@xray.jpg'","single_image_png":"curl -X POST '<url>/predict?format=image' -F 'image=@xray.jpg' --output result.png"}}
