🐦

ZenBird

Moderation API Gateway

Pro Active

API Gateway

Server Status Online / Active
Active Endpoint POST /analyze
Authentication HMAC-SHA256 Handshake
AI Model Provider Llama 3.3 (70B)
Security Shield HTTPS / Reverse Proxied

Global Cache Layer

Cache Mode Checking Cache...
Cache Hit Rate 0%
Cache Stats 0 Hits / 0 Misses
Default TTL 24 Hours Expiry

Interactive Sandbox Console

Sandbox Standby
Parsed Response Object Latency: 0ms
{ "status": "ready", "message": "Enter details and click 'Analyze Payload'." }

VPS Deployment & Protocol Reference

Curl Command Request Format
curl -X POST https://api.zenbird.online/analyze \ -H "Content-Type: application/json" \ -d '{ "nonce": "random_string_nonce", "timestamp": 1715335200000, "signature": "hmac_sha256_hex_hash_of_nonce_time_text", "text": "Is this post toxic?" }'
Setup Instructions
  1. Step 1: Save Environment Variables — Copy the `.env.example` file to `.env` on your server and populate your secret `GROQ_API_KEY` and custom `SYSTEM_CRYPTOGRAPHIC_SALT`.
  2. Step 2: Startup Daemon — Install dependencies and launch the background daemon. If using PM2, run `pm2 start server.js --name "zenbird-api"`.
  3. Step 3: Integrate with Extension — Configure your extension background script to sign payloads with HMAC-SHA256 matching the key from step 1.