{
    "service": "JP Real Estate PDF Extraction API",
    "version": "1.0.0",
    "status": "running",
    "endpoints": {
        "GET /": "API information (this page)",
        "GET /healthz": "Health check",
        "POST /extract": "Upload PDF/image for extraction",
        "GET /download/{id}": "Download result JSON"
    },
    "example": {
        "curl": "curl -X POST https://api2.sazid.dev/extract -F \"file=@property.pdf\""
    }
}