Generate a deterministic, source-linked travel scam brief from Tabiji's curated scam/safet
Generate a deterministic, source-linked travel scam brief from Tabiji's curated scam/safety corpus.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated
Provider
x402.tabiji.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x59959450bb3DA79A8bC07CC078696D6CBA3bEB4a",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"destination": "Barcelona",
"format": "agent_brief",
"travelerProfile": "US first-time visitor age 45+"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"destination": "Barcelona",
"riskLevel": "medium",
"service": "Tabiji Scam & Safety Briefs",
"sourceUrls": [
"https://tabiji.ai/scams/barcelona/"
],
"summary": "Barcelona has common tourist-targeting risks around crowded sightseeing zones, transit, taxis, and street approaches. Use the checklist and source URLs for planning.",
"topScams": [
{
"avoidance": "Keep phone/wallet zipped and avoid setting bags down in crowded areas.",
"name": "Pickpocketing and distraction theft",
"risk": "medium"
}
],
"version": "0.1.0"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"destination": {
"description": "Destination city, country, or Tabiji slug, e.g. Barcelona, Japan, tokyo.",
"type": "string"
},
"format": {
"description": "agent_brief, checklist, or content_research.",
"type": "string"
},
"includeAlerts": {
"description": "Whether to include country-level alert/advisory context when available.",
"type": "boolean"
},
"travelerProfile": {
"description": "Optional traveler profile, e.g. US first-time visitor age 45+.",
"type": "string"
}
},
"required": [
"destination"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"advisory": {
"type": "object"
},
"avoidanceChecklist": {
"items": {
"type": "string"
},
"type": "array"
},
"contentAngles": {
"items": {
"type": "string"
},
"type": "array"
},
"destination": {
"type": "string"
},
"generatedAt": {
"type": "string"
},
"riskLevel": {
"type": "string"
},
"service": {
"type": "string"
},
"sourceUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"summary": {
"type": "string"
},
"topScams": {
"items": {
"type": "object"
},
"type": "array"
},
"travelerProfile": {
"type": "string"
},
"version": {
"type": "string"
},
"whatToDoIfTargeted": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402.tabiji.ai/v1/scam-brief" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.tabiji.ai/v1/scam-brief");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.tabiji.ai/v1/scam-brief")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13464.json, and this resource appears in /discovery/resources and /discovery/search.