Welcome to the next-generation Dental Detection API! This cutting-edge service uses state-of-the-art TensorFlow Lite models to detect various dental problems in images with unparalleled accuracy and real-time performance.
AI-Powered Detection
Advanced machine learning models trained on extensive dental datasets with continuous learning capabilities
Real-Time Processing
Lightning-fast inference using optimized TensorFlow Lite models for instant results
Cloud Integration
Seamless S3 integration for automatic upload and storage of input and output images
Dynamic Configuration
Real-time control panel for managing detection settings with live updates and caching
Enterprise Security
Robust authentication system with API key protection and secure data handling
📡 Available Endpoints
GET /health - Health check and service status
GET /detect - Detect in default test image
POST /detect/new - Enhanced detection with S3 upload
POST /detect/new-with-url - Detect problems in image from public URL (form data: image_url)
GET /files/input - List input files
GET /files/output - List output files
GET /api/config - Get detection configuration
POST /api/save-config - Save configuration
Authentication Required: All endpoints (except health check) require a
secret header for authentication.