CodeLive

Trip Readiness Brief

Cross-border trip readiness for a route and date: the pre-travel check, visa and weather brief, and international travel readiness pack a booking agent runs before confirming an itinerary.

$0.069USDC per call · settled on Base · no subscription, no API key

Overview

Cross-border trip readiness for a route and date: the pre-travel check, visa and weather brief, and international travel readiness pack a booking agent runs before confirming an itinerary. Composite: one call runs airport-delays + weather-current-city + visa-requirements + exchange-rates + holiday-lookup in parallel, after resolving the destination airport. Returns FAA delay status for both airports, a destination weather forecast, a passport-to-destination visa requirement (when nationality is given), a USD exchange rate for the local currency, and public holidays for the travel year. Send origin, destination (3-letter IATA codes), date, and an optional nationality (ISO-2 passport). Differs from flight-brief: cross-border readiness (visa + FX), not live flight tracking. Use it as a trip readiness API, pre-travel check, or visa and weather brief for travel-booking agents.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/trip-readiness-brief$0.069Invoke Trip Readiness Brief (Code) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/trip-readiness-brief \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/trip-readiness-brief \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs