{
  "version": "1.0",
  "publisher": "The Miami",
  "domain": "themiami.org",
  "contact": "editor@nexcom.media",
  "effective_date": "2026-05-08",
  "currency": "USD",
  "pricing_tiers": [
    {
      "name": "per_request",
      "price": 0.005,
      "unit": "request"
    },
    {
      "name": "per_article",
      "price": 0.05,
      "unit": "article_fetch"
    },
    {
      "name": "bulk_archive",
      "price": 250,
      "unit": "snapshot"
    },
    {
      "name": "annual_unlimited",
      "price": 5000,
      "unit": "year"
    }
  ],
  "payment_protocols": [
    {
      "name": "cloudflare_pay_per_crawl",
      "header": "cf-pay-per-crawl-license"
    },
    {
      "name": "tollbit",
      "header": "crawler-payment-token"
    },
    {
      "name": "scalepost",
      "header": "crawler-payment-token"
    },
    {
      "name": "direct_bearer",
      "header": "authorization"
    }
  ],
  "free_endpoints": [
    "https://themiami.org/llms.txt",
    "https://themiami.org/feed.json",
    "https://themiami.org/sitemap.xml",
    "https://themiami.org/sitemap-news.xml",
    "https://themiami.org/.well-known/ai-paywall.json",
    "https://themiami.org/ai.txt"
  ],
  "paid_endpoints": [
    "https://themiami.org/news/*",
    "https://themiami.org/article/*"
  ]
}