# TravelPulse Trip Itinerary Planner

> TravelPulse Trip Itinerary Planner is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Generates a complete multi-day trip itinerary with day-by-day activities, timing, and budget/style options for any destination worldwide.

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/plan
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-trip-itinerary-planner-97c18fc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fRxAirTkA_TpIZRAzxb_4

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-trip-itinerary-planner-97c18fc0
```

Example prompt: Can you build me a 7-day day-by-day itinerary for Tokyo, Japan — mid-range budget, mix of culture and food, traveling solo starting June 10?

## When to prefer this

Use this endpoint when a user needs a structured, day-by-day travel plan for a specific destination and trip duration, especially when they want activities, timing, and budget options pre-organized. Prefer this over generic travel search when the agent needs a ready-to-use itinerary rather than raw listings or pricing data.

## Known failure modes

- Unknown or misspelled destination returns an error or empty plan
- Excessively long trip durations may yield incomplete itineraries
- Very niche or remote destinations may have limited activity data
- Missing required parameters (destination, duration) returns a 400 error
- Payment failure via x402 prevents itinerary generation

## How this service works

Trip itinerary planner and day-by-day travel plan generator for any destination worldwide. Returns a complete multi-day itinerary with activities, timing, and budget/style options for trip-planning agents.

## Output

A structured multi-day travel itinerary including daily activity schedules, recommended timing, attraction details, dining suggestions, and budget/style breakdowns tailored to the specified destination, trip length, and traveler preferences.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "days": {
   "type": "integer",
   "description": "days"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "style": {
   "type": "string",
   "description": "style"
  },
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "destination": {
   "type": "string",
   "description": "destination"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-trip-itinerary-planner-97c18fc0/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)
