# TravelPulse Travel Insurance Guide

> TravelPulse Travel Insurance Guide is a paid API for AI agents from travelpulse-nu.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a comparative travel insurance guide covering coverage types, SafetyWing vs WorldNomads, and trip-cost protection options for travelers.

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/travel/insurance
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-travel-insurance-guide-c092051f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9P2rEryMZ02Owf6DYBIMG

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 travelpulse-travel-insurance-guide-c092051f
```

Example prompt: Can you give me a travel insurance breakdown comparing SafetyWing and WorldNomads — I'm planning a 3-week trip to Southeast Asia and want to know which covers medical emergencies better and how trip-cost protection works?

## When to prefer this

Use this endpoint when a user needs to understand travel insurance options, compare major providers like SafetyWing and WorldNomads, or evaluate trip-cost protection strategies before booking a trip.

## Known failure modes

- Service unavailable or timeout returning a 5xx error
- Payment not processed resulting in a 402 response
- Rate limiting if too many requests are made in quick succession

## How this service works

Travel insurance comparison and coverage guide for any trip worldwide. Compares coverage types, SafetyWing vs WorldNomads, medical evacuation, and trip-cost protection for travel and traveler agents.

## Output

A structured travel insurance guide including an overview of coverage types (medical, cancellation, interruption, baggage), a side-by-side comparison of SafetyWing vs WorldNomads, and guidance on trip-cost protection strategies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "trip_type": {
   "type": "string",
   "description": "Trip type — determines coverage priorities"
  },
  "destination": {
   "type": "string",
   "description": "Trip destination"
  },
  "duration_days": {
   "type": "number",
   "description": "Trip duration in days"
  },
  "trip_cost_usd": {
   "type": "number",
   "description": "Total prepaid trip cost in USD — for cancellation coverage sizing"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-travel-insurance-guide-c092051f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse-nu.vercel.app](https://www.zero.xyz/host/travelpulse-nu.vercel.app/llms.txt)
