Domain nexus-apis.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:310c::ac42:2f70:80 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://nexus-apis.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uWNhKWdzdCA1%2FA%2B%2B3FBs%2FDkbydIPJ95TIrEcgyCMi1BnDBYlCBu%2Bfq7XE640120Dx5Kq9mOzklzFrzCwF2QNiSc75w9ln5jRK4rBthI%2FfWRYxCU7o%2FfSQegRuarheZZN"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c52ef747ac3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BpXswDVB38rmWtE0v6ls1Z2RDDGqDKoE4izZQrBglgMLX5PYhQYM%2BLI131hFg0selhhGoBm9nH%2B9fItKWafy0ABx1%2Bj%2BRwtoay8ONN8BBxIveqkY7jHQwUbly8xzXhvu"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c545c41979b-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f70:443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d4GpdgyChF%2B34ZxWuiUin4iVPYqrMRlX1pM4q0Hpk%2FYf5%2Fn4AJES%2F6zTcH2AjRKQZzeTc90%2BK1CpPrwm7fV06yFnNkXHBDiouNEas%2BPMS2cPQBcKsSaN8GqiQIrSfJPD"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c52abacb29e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:8443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rzGAMonpdV%2BpJ7Trt2vJlq%2F1i3R5jkOzjYF67mRrIZLrbcKf1VZwPrBFME7Sn82qA9LV6f0TruVy7spmFmaLg0qXkpiDqeNIu8iVVMjOpAJxwwEvVmIjvDybkXON4cBX"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c53f93ac464-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f70:8443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=USTpb5pEqQTuq0Vnfj0MqmH9ykUAR3Af9t5u9VygjiP2roLuD4fBtRnoyVYPBg3XURGmtzRNvYEPZhog24zGFHiKDH0dZolA3UhG7bUtKtb%2BqBzxMnRrfl4BrIduHfKV"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c52ab5d566e-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.44.144:80 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://nexus-apis.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VfQVVYWQBgNhKIFRfKAMmevZreVvl5HB1hvtTydxhDi8Xta1NMRxAaIlZGRTcY0WxtphrRZW%2BS%2FHpict3jMzZwpr7%2BWhFsqbTxXibw3U%2B5tiiG4u"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c523cae7039-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xgkTDjcgtGT3IJcHisJCiQLEswAiS265VodTsftouuuO78SbtWBjPPAVIM3jETsvpRL5pMAUgbhult6gV1NeycV14qBy1K2SrMP7moaPY6PS0MeJ"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c52ced0ebb5-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.44.144:8443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ixQiVINvfi79Wh9PWWPBSX5mrtXJrY3mIkx1YqyN%2FkXDHKjBhvcLnNb41wikaG%2Bf4WCykapQg9Rh91ox2Kx10k%2FRwXmWY3OHhwJIPp1GRQFvQcJh"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c51fcf7db02-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:80 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 08:12:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://nexus-apis.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SriJ%2FYDIz2sBkNYLwjYuayZhLVm2qbiwHsErm4BqsM5p18CERScp7ZasFdyuwOdRrao6Nj%2FZJcmEpinGMot7G4AJ2xzbyeyXBGwBl%2BROwpDBq8mPpUvNbmz3owLSlpBY"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c51af6735ee-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.47.112:80 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 08:12:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://nexus-apis.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nETdTPsgr2keTMNmbJ14t61PyIDympfBpA2ufAheQSE1lBueb8pF6YujNQBHD7UUE7iBdLP5YW9YseDqiVD0zaTbFdXQZzFqdin6ak0ZXw7ImPba"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c517f950b3a-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.44.144:443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H0pukwixPK4RtwxfTidX6xWAi4GjBaASrm6XZ4gqg7TNp6RpaIyFl0eihQ7scJvFHPEdccF0Lb%2FcFzKEy5bbycvCTX5PTHD16FS%2FQUnN9No3GrRF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c51dbf8377b-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.47.112:8443 路 nexus-apis.pages.dev

    2026-01-26 08:12

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 08:12:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 7583
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "64474ceb30f423a6e5f4044070563a8a"
    Link: <https://fonts.googleapis.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2PEShuDZ%2BCWggXri9Z0vShU42wmxQ47tjTW2BgE8ILHBlo5yHKIqeVF2dINK4K8GfOmdHSLxD9dSSE2sQyFHX9Bv2Me70lcaJpwnZBbQHfr%2BX5Wa"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3e8c52ea5576f9-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: PII Firewall API | Secure Your Data
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>PII Firewall API | Secure Your Data</title>
        <meta
          name="description"
          content="Advanced API to automatically redact Personally Identifiable Information (PII) from your text. Secure, fast, and reliable."
        />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
          href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap"
          rel="stylesheet"
        />
        <link rel="stylesheet" href="style.css" />
        <link rel="icon" type="image/png" href="favicon.png" />
      </head>
      <body>
        <div class="background-glow"></div>
    
        <nav class="navbar">
          <div class="logo">
            <img
              src="logo.png"
              alt="PII Firewall Logo"
              style="height: 40px; vertical-align: middle; margin-right: 10px"
            />
            PII Firewall <span class="badge">API</span>
          </div>
          <div class="nav-links">
            <a href="#features">Features</a>
            <a href="#demo">Live Demo</a>
            <a href="#pricing" id="buyBtn" class="btn-primary">Get API Key</a>
          </div>
        </nav>
    
        <header class="hero">
          <div class="hero-content">
            <h1>
              Protect User Privacy with
              <span class="gradient-text">AI-Powered Redaction</span>
            </h1>
            <p>
              Automatically detect and redact sensitive information like emails,
              phone numbers, credit cards, and names from any text stream.
              Compliance made simple.
            </p>
            <div class="cta-group">
              <a href="#demo" class="btn-primary">Try the Demo</a>
              <a href="https://rapidapi.com" target="_blank" class="btn-secondary"
                >Read Documentation</a
              >
            </div>
          </div>
        </header>
    
        <section id="demo" class="demo-section">
          <div class="container">
            <div class="section-header">
              <h2>Live Demonstration</h2>
              <p>Experience the power of our redaction engine in real-time.</p>
            </div>
    
            <div class="demo-interface glass-panel">
              <div class="input-group">
                <label for="inputText">Input Text</label>
                <textarea
                  id="inputText"
                  placeholder="Paste text containing PII here... e.g. 'Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.'"
                >
    Contact John Doe at 555-0123 or john@example.com regarding card 4242-4242-4242-4242.</textarea
                >
              </div>
    
              <div class="controls">
                <button id="redactBtn" class="btn-action">
                  <span class="btn-text">Redact PII</span>
                  <span class="loader hidden"></span>
                </button>
                <div class="stats hidden" id="statsDisplay">
                  <span class="stat-item">Emails: <b id="statEmails">0</b></span>
                  <span class="stat-item">Phones: <b id="statPhones">0</b></span>
                  <span class="stat-item">Cards: <b id="statCCs">0</b></span>
                  <span class="stat-item">Names: <b id="statNames">0</b></span>
                </div>
              </div>
    
              <div class="output-group">
                <label for="outputText">Redacted Output</label>
                <div id="outputText" class="output-box" readonly></div>
              </div>
            </div>
          </div>
        </section>
    
        <section id="features" class="features-section">
          <div class="container">
            <div class="section-header">
              <h2>Key Capabilities</h2>
            </div>
            <div class="features-grid">
              <div class="feature-card glass-panel">
                <div class="icon">馃摟</div>
                <h3>Email Redaction</h3>
                <p>
                  Instantly identifies and masks email addresses to prevent scraping
                  and misuse.
                </p>
              </div>
              <div class="feature-card glass-panel">
                <div cla
    Found 2026-01-26 by HttpPlugin
    Create report
nexus-apis.pages.dev*.nexus-apis.pages.dev
CN:
nexus-apis.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 07:12
Not after:
2026-04-26 08:10