{"app":"AI Image Analyzer","version":"2.0.0","status":"healthy","documentation":"/docs","openapi_schema":"/openapi.json","endpoints":{"health_check":"GET /health","facial_analysis":"POST /analyze (requires X-API-Key header)","webhook_verification":"GET /webhook/verify","webhook_handler":"POST /webhook/verify"},"authentication":{"type":"API Key","header":"X-API-Key","required_for":["/analyze"]},"usage_example":{"curl":"curl -X POST 'https://your-domain.com/analyze' -H 'X-API-Key: your_key' -F 'image=@photo.jpg' -F 'phone_number=1234567890'"}}