Generate Itinerary from Places
generate_itinerary_from_placesGive at least 3 places plus optional traveller preferences and let the AI concierge build a full, bespoke day-by-day itinerary. It mines Iconic Expeditions content for real detail and synthesizes an ORIGINAL plan tailored to the guest (never a copy of a published itinerary). Attributed to the Iconic Expeditions account and made public. Returns immediately with the itinerary id + share link; poll get_itinerary for progress (generation_status: pending -> building -> complete). Requires a bearer token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Itinerary title, e.g. 'Highlights of Zimbabwe' | |
| places | Yes | At least 3 place names, e.g. ['Victoria Falls', 'Hwange', 'Mana Pools'] | |
| language | No | Language for day titles, notes, and activity text: 'en' (English), 'ru' (Russian), or 'zh' (Chinese). Defaults to English. | |
| num_days | Yes | Number of days for the trip | |
| preferences | No | Traveller preferences that should shape the plan: pace, interests, budget, travel style |