{
  "openapi": "3.0.0",
  "info": {
    "title": "Trust Score Network API",
    "version": "1.1"
  },
  "paths": {
    "/api/trust-score.php": {
      "get": {
        "summary": "Return a machine-readable trust score for a domain",
        "parameters": [
          {
            "name": "domain",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Trust score response"
          }
        }
      }
    }
  },
  "x-enterprise-plans": {
    "starter": "$499/month - 10,000 API requests and 100 monitored companies",
    "professional": "$1,499/month - 100,000 API requests and 1,000 monitored companies",
    "unlimited": "Custom pricing"
  }
}