Changelog

All notable changes to the AI Body Scan API are documented here.

v2.0.0

Current

🚀 Major Release

  • New: FastAPI-based architecture deployable to Vercel
  • New: X-API-Key authentication
  • New: MediaPipe pose detection integration
  • New: API key management and quota tracking
  • New: Subscription tiers (Starter/Growth/Enterprise)
  • New: Usage logging and analytics
  • New: Rate limiting middleware
  • Improved: Measurement accuracy (±1-3cm with dual photos)
  • Fixed: Image validation edge cases

v1.5.0

Legacy

📈 Feature Updates

  • New: Dual photo measurement mode
  • New: 27 female measurements
  • Improved: Height-based estimation
  • Fixed: Aspect ratio calculations

v1.0.0

Legacy

🎉 Initial Release

  • New: Flask-based API
  • New: 18 male measurements
  • New: Single photo mode
  • New: Proportional calculation fallback

⚠️ Deprecation Timeline

Feature Deprecated In Removed In Replacement
Authorization header v2.0.0 v3.0.0 X-API-Key header
Single photo mode v2.0.0 v3.0.0 Dual photo mode
Flask endpoints v2.0.0 v3.0.0 FastAPI endpoints