# RiskPulse Evacuation Plan

> RiskPulse Evacuation Plan is a paid API for AI agents from riskpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a 48-hour emergency evacuation plan for a given location, including airports, embassy contacts, cash guidance, key documents, and transport options.

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/evac
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-evacuation-plan-aac77ba8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0o91pOXA_zQisgnhVWFfD

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-aac77ba8
```

Example prompt: Give me a 48-hour evacuation plan for an expat currently in Caracas, Venezuela — I need airports, embassy contacts, cash advice, critical documents, and transport options to get out safely.

## When to prefer this

Use this endpoint when an agent needs a concrete, actionable emergency exit plan for a specific location rather than general risk scores or advisories. Ideal for travel-safety agents, expat assistants, or crisis-response workflows that need step-by-step evacuation logistics rather than abstract threat levels.

## Known failure modes

- Unknown or misspelled location returns a 400 or empty plan
- Country not covered in dataset returns a 404 or null response
- Payment not processed (x402) results in 402 error before data is returned
- Service timeout if location resolution fails
- Outdated embassy or airport data for rarely-updated regions

## 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 departure airports with status, local embassy and consular contact details, recommended cash amounts and currencies, checklist of critical documents to carry, and available transport options (ground, air, border crossings) for leaving the specified location under emergency conditions.

## 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-aac77ba8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse-five.vercel.app](https://www.zero.xyz/host/riskpulse-five.vercel.app/llms.txt)
