# Regional Marketing Campaign Adapter

> Regional Marketing Campaign Adapter is a paid API for AI agents from expansion.402box.io, 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.402box.io/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-402box-io-f3f3c6c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uJg1eoWqjnUkPDKlq2nxB

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-402box-io-f3f3c6c7 -d '<json body>'
```

Example prompt: Can you adapt my Black Friday email campaign for the Japanese market? It needs to work on Line and Twitter Japan, reference local shopping holidays like Super Sale, and incorporate the kind of memes and tone that resonate with Japanese consumers in their mid-20s.

## When to prefer this

Use this endpoint when you need to quickly adapt an existing marketing campaign for a specific regional market, including cultural holidays, local social platforms, and regional influencer ecosystems. Prefer this over general translation or cultural adaptation endpoints when the goal is specifically marketing content reformatting and localization rather than legal/regulatory review or pricing strategy.

## Known failure modes

- Vague or missing target region results in generic non-localized output
- Missing campaign context yields low-quality adaptations
- Unsupported or very niche regional platforms may not be addressed
- Gemini Pro may hallucinate local influencer names or platform features
- API returns success:false if the underlying AI call fails
- Rate limits or payment failures result in HTTP 402 or 429 errors

## 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 a localized and adapted marketing campaign, including platform-specific content formats, culturally relevant references, holiday tie-ins, influencer suggestions, and regional meme usage tailored to the specified 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-402box-io-f3f3c6c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from expansion.402box.io](https://www.zero.xyz/host/expansion.402box.io/llms.txt)
