v1

latestOpenAPI 3.0.02026-07-13162235.0 KB
AI Personalization

Discover AI personalization capabilities (free)

Returns the AI variable catalog — variables, pricing, supported locales, modes, format rules, guardrails, fallback behaviour, model, and rate limit. Without an API key it returns the public catalog (CDN-cacheable, no DB read). With a valid key it appends a customer-aware block (balance, MTD AI spend, free insight eligibility). An invalid key returns 401 (never a silent downgrade to the public catalog).

get/v1/ai/info

Response

Capability catalog (plus customer block when authenticated)

successboolean

Example response

{
  "data": {
    "rateLimit": {
      "perKeyPerHour": 1000
    },
    "estimatedGenerationMs": {
      "sync": 3000
    }
  }
}