# Tabiji Scam Brief

> Tabiji Scam Brief is a paid API for AI agents from x402.tabiji.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a quick, readable scam-awareness brief for a given travel destination, with optional traveler profile and country-level alerts.

## Facts

- Endpoint: POST https://x402.tabiji.ai/v1/scam-brief
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tabiji-scam-brief-504adf0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6OZeyePFyMAgP7PimRpHl

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 tabiji-scam-brief-504adf0c -d '<json body>'
```

Example prompt: Can you give me an agent_brief on scams to watch out for in Tokyo, including country-level alerts — I'm a US first-time visitor over 45?

## When to prefer this

Use this endpoint when an AI agent needs to quickly brief a traveler on destination-specific scams before or during a trip, especially when a human-readable summary, checklist, or research digest is needed rather than raw data. Ideal for travel planning assistants, itinerary builders, or safety-focused travel apps.

## Known failure modes

- Unknown or unrecognized destination slug returns an error or empty brief
- Unsupported format value results in a validation error
- Missing destination field causes a 400-level bad request
- Payment not received or insufficient results in a 402 Payment Required response
- Country-level alert data unavailable when includeAlerts is true, may return partial results

## How this service works

Generate a deterministic, source-linked travel scam brief from Tabiji's curated scam/safety corpus.

## Output

Returns a structured scam summary in the requested format (agent_brief, checklist, or content_research), covering known destination-specific scams and optionally country-level travel advisories, tailored to the provided traveler profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "agent_brief, checklist, or content_research."
  },
  "destination": {
   "type": "string",
   "description": "Destination city, country, or Tabiji slug, e.g. Barcelona, Japan, tokyo."
  },
  "includeAlerts": {
   "type": "boolean",
   "description": "Whether to include country-level alert/advisory context when available."
  },
  "travelerProfile": {
   "type": "string",
   "description": "Optional traveler profile, e.g. US first-time visitor age 45+."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tabiji-scam-brief-504adf0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.tabiji.ai](https://www.zero.xyz/host/x402.tabiji.ai/llms.txt)
