{
  "openapi": "3.1.0",
  "info": {
    "title": "Lyzr.ai API",
    "description": "AI services integration",
    "version": "1.0.0",
    "contact": {
      "email": "support@lyzr.ai"
    }
  },
  "servers": [
    {
      "url": "https://lyzr.ai/wp-json"
    }
  ],
  "paths": {
    "/wp/v2/posts": {
      "get": {
        "summary": "Get posts",
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    }
  }
}