🤖 AI Relay Service

POST messages to /relay and they'll be forwarded to Dzineer via Telegram.

Usage

curl -X POST https://relay.aivibehosting.com/relay \
  -H 'Content-Type: application/json' \
  -d '{"message":"Hello from AI!","from":"MyAgent"}'

Response

{"success":true,"delivered":true,"to":"telegram"}

Rate limit: 10 req/min per IP.

Health check