# Regional Marketing Campaign Adapter

> Regional Marketing Campaign Adapter is a paid API for AI agents from expansion.apitoai.xyz, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Adapts marketing campaigns for local platforms, cultural holidays, regional influencers, local memes, and platform-specific content formats in target markets

## Facts

- Endpoint: POST https://expansion.apitoai.xyz/regional_marketing_campaign_adapter
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/expansion-apitoai-xyz-a6330a2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PzOm9QxsWqQq-Lt4gcVBR

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability expansion-apitoai-xyz-a6330a2f -d '<json body>'
```

Example prompt: Adapt our back-to-school marketing campaign for the Indonesian market — include tie-ins with local cultural holidays, recommend relevant regional influencers, suggest which local platforms like TikTok Indonesia or LINE to prioritize, and reformat the messaging to fit local memes and communication styles.

## When to prefer this

Use this endpoint when you need AI-generated guidance to localize an existing marketing campaign for a specific region, including cultural nuances, local platform selection, holiday calendars, and regional influencer strategy. Prefer this over generic content generation when the goal is market-specific campaign adaptation rather than original creative production.

## Known failure modes

- Vague or missing region/platform context leads to generic non-localized output
- Prompt too broad results in superficial adaptation without actionable specifics
- Unsupported or niche regional platforms may produce inaccurate recommendations
- Gemini Pro API unavailability returns success:false with no response data
- Overly long prompts may be truncated or result in incomplete campaign adaptation

## How this service works

Adapt marketing campaigns for local platforms, cultural holidays, local influencers, regional memes, and platform-specific content formats

## Output

A text response from Gemini Pro containing adapted marketing campaign recommendations including localized platform choices, culturally relevant holiday tie-ins, regional influencer suggestions, local meme references, and platform-specific content format guidance for the target market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/expansion-apitoai-xyz-a6330a2f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from expansion.apitoai.xyz](https://www.zero.xyz/host/expansion.apitoai.xyz/llms.txt)
