{
    "api_name": "PDF Page Extractor Tool",
    "version": "1.2.0",
    "status": "operational",
    "documentation": {
        "endpoint": "https://pdf.samcoder.com/index.php",
        "method": "POST",
        "authentication": "None (Public)",
        "parameters": {
            "file": {
                "type": "binary (file)",
                "required": true,
                "description": "The PDF document to be processed."
            }
        },
        "usage_example": {
            "curl": "curl -X POST -F 'file=@document.pdf' https://pdf.samcoder.com/index.php",
            "n8n_node": "HTTP Request (Method: POST, Body Content Type: Form-Data)"
        },
        "response": {
            "success": "Application/pdf (The first page of the document)",
            "error": "Application/json (Error details)"
        }
    },
    "server_info": {
        "php_version": "8.3.30"
    }
}