SerenAI

Pay Per Call Agentic Commerce

GeoRoutingMode

Geographic routing configuration for publishers whose upstream API should be accessed through a regional proxy. Two modes: - `"always"`: all requests are routed through the proxy (e.g., upstream blocks US IPs) - `"opt_in"`: users can choose to route through the proxy via `/user/routing`

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Geographic routing configuration for publishers whose upstream API\nshould be accessed through a regional proxy.\n\nTwo modes:\n- `\"always\"`: all requests are routed through the proxy (e.g., upstream blocks US IPs)\n- `\"opt_in\"`: users can choose to route through the proxy via `/user/routing`",
  "enum": [
    "always",
    "opt_in"
  ]
}