# TravelPulse Packing List Builder

> TravelPulse Packing List Builder is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Generates a destination- and season-specific packing list with carry-on optimization for any trip worldwide

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/pack
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-packing-list-builder-9904d152
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mqDKM3iSbYu_TuDzXvua6

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-packing-list-builder-9904d152
```

Example prompt: Can you build me a packing list for a 10-day carry-on-only trip to Tokyo in late March — I'll be doing a mix of sightseeing and business meetings?

## When to prefer this

Use this endpoint when a user needs a curated, destination-aware packing list rather than a generic checklist — especially useful when carry-on optimization or seasonal appropriateness is important. Prefer over generic packing list generators when destination and season context should drive the output.

## Known failure modes

- Unknown or misspelled destination returns an error or generic list
- Missing season or travel date may result in a seasonally inaccurate list
- Very remote or unusual destinations may have limited destination-specific data
- Payment failure (402) if USDC balance is insufficient

## How this service works

Packing list builder and what-to-pack guide for any destination worldwide. Returns a destination- and season-specific packing list with carry-on optimization for travel and traveler agents.

## Output

Returns a structured, destination- and season-specific packing list including clothing, toiletries, documents, and gear recommendations, along with carry-on optimization tips tailored to the destination's climate and travel context

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "days": {
   "type": "number",
   "description": "Trip duration in days (default: 10)"
  },
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "season": {
   "type": "string",
   "description": "Season or time of year (default: infer from current month)"
  },
  "activities": {
   "type": "string",
   "description": "Planned activities (e.g. hiking, beach, business, diving, winter sports)"
  },
  "destination": {
   "type": "string",
   "description": "Travel destination"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-packing-list-builder-9904d152/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)
