{"status":"error","message":"Invalid request method"}
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>API Access - SMM Script Hub</title>
  <meta name="description" content="Integrate your SMM panel with API. Access secure, fast, and developer-friendly API gateway with token-based authentication.">
  <meta name="keywords" content="SMM API, API access, token authentication, order API, SMM integration, developer panel">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta property="og:title" content="API Access - SMM Script Hub">
  <meta property="og:description" content="Integrate your SMM panel with API. Access secure, fast, and developer-friendly API gateway with token-based authentication.">
  <meta property="og:image" content="https://smmscripthub.in/assets/logo.png">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="robots" content="index, follow">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
</head>
<body class="bg-dark text-white">
  <div class="container py-5">
    <h1 class="text-info fw-bold">📡 API Access</h1>
    <p class="lead">Use POST method with your API token and action (balance, services, add).</p>

    <div class="alert alert-secondary">
      Example: POST to <code>https://yourdomain.com/api.php</code> with parameters:<br>
      <strong>api_token</strong>, <strong>action</strong>, <strong>service</strong>, <strong>quantity</strong>, <strong>link</strong>
    </div>

    <p class="text-muted small">Don't share your token publicly. This API is for registered users only.</p>
    <a href="dashboard.php" class="btn btn-outline-light mt-3">⬅ Back to Dashboard</a>
  </div>
</body>
</html>
