Get charter price estimate
get_charter_estimateReturns an indicative price range (min/max USD) for a private charter flight between two locations. Optionally filter by aircraft category and passenger count. When no category is specified, returns estimates for all aircraft suitable for the route and group size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Departure city or airport code (required) — e.g. "Los Angeles" or "KLAX" | |
| passengers | No | Number of passengers (used to filter suitable aircraft) | |
| destination | Yes | Arrival city or airport code (required) — e.g. "New York" or "KJFK" | |
| aircraftCategory | No | Preferred aircraft category. One of: TURBOPROP, LIGHT_JET, MID_SIZE_JET, SUPER_MID_SIZE_JET, HEAVY_JET, ULTRA_LONG_RANGE, VERY_LIGHT_JET. When omitted, estimates for all suitable categories are returned. |