{
  "service": "zapspam.com",
  "name": "zapspam.com - Anti-Spam & Anti-Injection API",
  "description": "ML-based abuse detection for AI agents. Detect spam, prompt injection, and malicious content.",
  "version": "1.0.0",
  "status": "coming-soon",
  "expected_launch": "Q2 2026",
  "operator": {
    "name": "Crypt Inc.",
    "type": "Delaware C-Corp",
    "contact": "admin@zapspam.com",
    "website": "https://cryptinc.com"
  },
  "capabilities": [
    "spam-detection",
    "injection-detection",
    "malicious-content-detection",
    "exfiltration-detection",
    "batch-scanning"
  ],
  "detection_types": [
    {
      "name": "spam",
      "description": "Unsolicited bulk content, promotional spam"
    },
    {
      "name": "injection",
      "description": "Prompt injection, jailbreak attempts"
    },
    {
      "name": "malicious",
      "description": "Phishing, malware URLs, social engineering"
    },
    {
      "name": "exfiltration",
      "description": "Data harvesting, PII extraction attempts"
    },
    {
      "name": "impersonation",
      "description": "Identity spoofing, fake authority claims"
    },
    {
      "name": "abuse",
      "description": "Rate limit evasion, coordinated attacks"
    }
  ],
  "endpoints": {
    "scan": "https://zapspam.com/api/v1/scan",
    "batch": "https://zapspam.com/api/v1/batch",
    "documentation": "https://zapspam.com/docs",
    "llms_txt": "https://zapspam.com/llms.txt"
  },
  "authentication": {
    "type": "oauth2",
    "provider": "1id.com",
    "scopes": {
      "scan": "zapspam:scan"
    },
    "token_format": "JWT"
  },
  "pricing": {
    "current": "free",
    "limit": "10000 scans/month",
    "note": "Free during beta. Post-beta pricing TBD."
  },
  "ecosystem": {
    "identity_provider": "1id.com",
    "used_by": [
      "mailpal.com",
      "un.ag",
      "antisocial.biz"
    ]
  },
  "legal": {
    "privacy_policy": "https://zapspam.com/legal/privacy.html",
    "terms_of_service": "https://zapspam.com/legal/terms.html"
  }
}
