{
    "success": true,
    "message": "DiginexAI API - Available Endpoints",
    "version": "1.0.0",
    "base_url": "https:\/\/api.diginexai.com",
    "endpoints": {
        "blogs": {
            "url": "https:\/\/api.diginexai.com\/blogs.php",
            "methods": [
                "GET"
            ],
            "description": "Get all blog posts or single blog by ID or slug",
            "examples": {
                "All blogs": "https:\/\/api.diginexai.com\/blogs.php",
                "Single blog by ID": "https:\/\/api.diginexai.com\/blogs.php?id=1",
                "Single blog by slug": "https:\/\/api.diginexai.com\/blogs.php?slug=blog-slug"
            }
        },
        "seo": {
            "url": "https:\/\/api.diginexai.com\/seo.php",
            "methods": [
                "GET"
            ],
            "description": "Get SEO data by page name or SEO URL",
            "examples": {
                "All SEO data": "https:\/\/api.diginexai.com\/seo.php",
                "By page name": "https:\/\/api.diginexai.com\/seo.php?page_name=Home",
                "By SEO URL": "https:\/\/api.diginexai.com\/seo.php?seo_url=home"
            }
        },
        "testimonials": {
            "url": "https:\/\/api.diginexai.com\/testimonials.php",
            "methods": [
                "GET"
            ],
            "description": "Get all active testimonials or single testimonial by ID",
            "examples": {
                "All testimonials": "https:\/\/api.diginexai.com\/testimonials.php",
                "Single testimonial": "https:\/\/api.diginexai.com\/testimonials.php?id=1"
            }
        },
        "clients": {
            "url": "https:\/\/api.diginexai.com\/clients.php",
            "methods": [
                "GET"
            ],
            "description": "Get all active clients or single client by ID",
            "examples": {
                "All clients": "https:\/\/api.diginexai.com\/clients.php",
                "Single client": "https:\/\/api.diginexai.com\/clients.php?id=1"
            }
        },
        "contact": {
            "url": "https:\/\/api.diginexai.com\/contact.php",
            "methods": [
                "GET",
                "POST"
            ],
            "description": "Get all contact messages (GET) or submit new contact form (POST)",
            "examples": {
                "All messages": "https:\/\/api.diginexai.com\/contact.php",
                "Submit form": "https:\/\/api.diginexai.com\/contact.php (POST)"
            }
        }
    },
    "documentation": [
        "All endpoints return JSON format",
        "CORS is enabled for all origins",
        "All endpoints support OPTIONS preflight requests"
    ]
}
