{
  "openapi": "3.1.0",
  "info": {
    "title": "geohizmeti.com GEO API",
    "description": "GEO Analiz ve danışmanlık hizmetleri için genel API kataloğu.",
    "version": "1.0.0",
    "contact": {
      "name": "geohizmeti.com",
      "url": "https://geohizmeti.com/iletisim",
      "email": "info@geohizmeti.com"
    },
    "license": {
      "name": "Özel Kullanım"
    }
  },
  "servers": [
    { "url": "https://geohizmeti.com", "description": "Üretim Sunucusu" }
  ],
  "paths": {
    "/geo-analizi": {
      "get": {
        "operationId": "geoAnaliz",
        "summary": "GEO & Agent-Readiness Analizi",
        "description": "Verilen URL için robots.txt, llms.txt, MCP, Markdown negotiation ve diğer 20 parametreyi tarar.",
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "description": "Analiz edilecek sitenin URL'si",
            "schema": { "type": "string", "format": "uri" }
          }
        ],
        "responses": {
          "200": {
            "description": "GEO analiz sayfası — HTML rapor",
            "content": { "text/html": {} }
          }
        }
      }
    }
  }
}
