Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$2.3 / 1k flights
Compare flight prices across airlines using IATA codes and dates. Powered by Skyscanner.
Endpoint
POST /api/v1/agents/skyscanner/flights/run
Parameters
Text · Origin airport IATA code (LAX, JFK, LHR, BOM, etc.)
Text · Destination airport IATA code.
Date picker · Departure date (YYYY-MM-DD).
Date picker · Optional return date for round-trip. Leave blank for one-way.
Number · Number of adult passengers.
Dropdown · Cabin class.Options:
ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRSTLegend: ECONOMY = Economy, PREMIUM_ECONOMY = Premium Economy, BUSINESS = Business, FIRST = FirstDropdown · Currency code for prices.
Show all 15 options
Show all 15 options
USD, EUR, GBP, INR, JPY, CAD, AUD, MXN, SGD, AED, CHF, CNY, BRL, KRW, ZARLegend: USD = USD — US Dollar, EUR = EUR — Euro, GBP = GBP — British Pound, INR = INR — Indian Rupee, JPY = JPY — Japanese Yen, CAD = CAD — Canadian Dollar, AUD = AUD — Australian Dollar, MXN = MXN — Mexican Peso, SGD = SGD — Singapore Dollar, AED = AED — UAE Dirham, CHF = CHF — Swiss Franc, CNY = CNY — Chinese Yuan, BRL = BRL — Brazilian Real, KRW = KRW — South Korean Won, ZAR = ZAR — South African RandView all 15 as a structured list →Number · Maximum flight options to return. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
airline | Airline | text |
flightCode | Flight Code | text |
from | From | text |
fromCity | From City | text |
to | To | text |
toCity | To City | text |
departure | Departure | date |
arrival | Arrival | date |
duration | Duration | text |
stops | Stops | number |
bestPrice | Best Price | currency |
currency | Currency | text |
cabin | Cabin | text |
bookLink | Book Link | url |
operatedBy | Operated By | text |
airlineCode | Airline Code | text |
durationMin | Duration (min) | number |
fromAirportName | From Airport Name | text |
fromCountry | From Country | text |
toAirportName | To Airport Name | text |
toCountry | To Country | text |
handBags | Hand Bags | number |
checkedBags | Checked Bags | number |
personalItem | Personal Item | number |
isBest | Is Best | boolean |
isFastest | Is Fastest | boolean |
isCheapest | Is Cheapest | boolean |
selfTransfer | Self Transfer | boolean |
hiddenCity | Hidden City | boolean |
virtualInterlining | Virtual Interlining | boolean |
departDate | Depart Date | date |
returnDate | Return Date | date |
Example
Example response
Response