{
    "status": "online",
    "message": "Web Convert API - PHP Backend",
    "version": "1.0.0",
    "php_version": "8.3.30",
    "gd_enabled": true,
    "gd_version": "2.3.3",
    "supported_formats": {
        "jpeg": true,
        "png": true,
        "gif": true,
        "webp": true,
        "bmp": true
    },
    "endpoints": {
        "image": {
            "url": "\/api\/convert-image.php",
            "method": "POST",
            "description": "Convert image formats (JPG, PNG, WebP, GIF, BMP)",
            "params": {
                "file": "Image file (multipart\/form-data)",
                "format": "Output format (jpg, png, webp, gif, bmp)"
            }
        },
        "image-to-pdf": {
            "url": "\/api\/convert-image-to-pdf.php",
            "method": "POST",
            "description": "Convert images to PDF",
            "params": {
                "files[]": "One or more image files (multipart\/form-data)"
            }
        }
    },
    "limits": {
        "max_file_size": "1GB",
        "max_execution_time": "300s",
        "memory_limit": "512M"
    }
}