{"name":"OCR Microservice","version":"1.0.0","docs":"/docs","health":"/ocr/health","authentication":{"type":"API Key","header":"X-API-Key","required_for":["/ocr/image","/ocr/pdf"],"public_endpoints":["/ocr/health","/ocr/models","/docs","/"]},"key_management":{"tool":"Use manage_keys.py CLI tool on the server","commands":["python manage_keys.py create --name 'My App' --rate-limit 60","python manage_keys.py list","python manage_keys.py stats <key_id>","python manage_keys.py revoke <key_id>"]},"endpoints":{"POST /ocr/image":"Process single image (requires API key)","POST /ocr/pdf":"Process PDF file (requires API key)","GET /ocr/health":"Health check (public)","GET /ocr/models":"List available models (public)"}}