# TravelPulse Travel Insurance Comparison & Coverage Guide

> TravelPulse Travel Insurance Comparison & Coverage Guide is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Compares travel insurance providers (SafetyWing vs WorldNomads), coverage types, medical evacuation, and trip-cost protection for any trip worldwide

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/insurance
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-travel-insurance-comparison-coverage-guide-72737719
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8pnQRCwh5TXpqvQAG8URW

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-comparison-coverage-guide-72737719
```

Example prompt: I'm planning a 3-week trip to Southeast Asia and want to compare SafetyWing vs WorldNomads — can you break down their medical evacuation limits, trip cancellation coverage, and overall cost protection so I know which one is better for my trip?

## When to prefer this

Use this endpoint when a user needs to compare travel insurance providers or understand what coverage types they need for an international trip, especially when comparing SafetyWing vs WorldNomads or evaluating medical evacuation and trip-cost protection options

## Known failure modes

- Missing or invalid destination returns generic global coverage info
- Unrecognized provider name may return partial comparison
- Overly broad trip type may result in less targeted recommendations
- API timeout if upstream data source is unavailable

## 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

Returns a structured comparison of travel insurance options including coverage types (medical, evacuation, trip cancellation, baggage), provider-by-provider breakdown (e.g. SafetyWing vs WorldNomads), coverage limits, and recommendations based on trip profile

## 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-comparison-coverage-guide-72737719/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse.theaslangroupllc.com](https://www.zero.xyz/host/travelpulse.theaslangroupllc.com/llms.txt)
