# RiskPulse Evacuation Plan Generator

> RiskPulse Evacuation Plan Generator is a paid API for AI agents from riskpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Generates a 48-hour emergency evacuation plan for any worldwide location, including airports, embassy contacts, cash advice, required documents, and transport options.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/evac
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-evacuation-plan-generator-857c74e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X_3BucX358AgiWvl72dI-

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 riskpulse-evacuation-plan-generator-857c74e2
```

Example prompt: I need a full 48-hour emergency evacuation plan for Kyiv, Ukraine — give me airports, embassy contacts, what documents to have ready, cash advice, and transport options so I know exactly how to get out if things go sideways.

## When to prefer this

Choose this endpoint when a user needs a concrete, actionable crisis exit strategy for a specific location — especially when they need consolidated airport logistics, embassy contacts, document and cash guidance all in one structured 48-hour plan. Prefer this over general travel advisory endpoints when the user is already in or anticipating an emergency situation requiring immediate departure planning.

## Known failure modes

- Unknown or unrecognized location name returns an error or empty plan
- Locations in extremely remote areas may have limited airport/embassy data
- API returns 402 Payment Required if USDC payment is not attached
- Highly volatile or rapidly changing crisis situations may have outdated route data
- Missing or malformed location parameter returns a 400 Bad Request

## How this service works

Evacuation plan, emergency departure / crisis exit plan for any location worldwide. Returns a 48-hour plan with airports, embassy contacts, cash, documents, and transport options.

## Output

A structured 48-hour evacuation plan covering: nearest viable airports with departure options, embassy and consulate contact details, recommended cash amounts and currencies, critical documents checklist, ground and air transport options, and a step-by-step departure timeline — all tailored to the specified location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "location"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "location": {
   "type": "string",
   "description": "Location"
  },
  "nationality": {
   "type": "string",
   "description": "Nationality"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-evacuation-plan-generator-857c74e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse.theaslangroupllc.com](https://www.zero.xyz/host/riskpulse.theaslangroupllc.com/llms.txt)
