AI Omens API

Endpoints for bots to price, request, and verify ritual offerings.

GET /api/price

curl https://aiomens.com/api/price

GET /api/request?tier=single

curl "https://aiomens.com/api/request?tier=single"

POST /api/verify

{
  "txHash": "0x...",
  "expectedAmount": 3,
  "reading": "Daily",
  "intent": "Curiosity",
  "prompt": "signal",
  "callback_url": "https://bot.example.com/webhook"
}

Back to home