WestIQ Partner Documentation

Integrate with the WestIQ Platform API.

Welcome to the WestIQ partner documentation. These docs are public; API access is credential-gated — partner credentials are issued during onboarding.

WestIQ delivers AI-driven personalization for in-flight entertainment. This site documents the WestIQ Platform API (v1) — the server-to-server integration surface of the WestIQ platform.

What you can do today

CapabilityEndpoints
Natural-language catalog searchPOST /v1/search
Behavioral-signal ingestionPOST /v1/events
Airline UI themeGET /v1/theme
Bind a seat’s members for a sessionPOST /v1/personas/session
Per-member personasPOST /v1/personas/generate, GET /v1/personas
Age-gated catalog, unscored & per-member scoredGET / POST /v1/catalog/serve
Batch catalog ingestion (submit + poll)POST /v1/catalog/ingest/jobs, GET /v1/catalog/ingest/jobs/{jobId}
Batch product ingestion — duty-free, F&B, retail (submit + poll)POST /v1/products/ingest/jobs, GET /v1/products/ingest/jobs/{jobId}
Flight registration & active-catalog pushPUT /v1/flights/{id}, PUT /v1/flights/{id}/active-catalog
Per-member suggestions & enrichmentPOST /v1/suggestions, POST /v1/enrichment
Live session eventsGET /v1/sessions/{id}/stream, GET /v1/sessions/{id}/state
Shopping search & curated sectionsPOST /v1/shopping/search, POST /v1/shopping/curate, POST /v1/shopping/rescore
Per-member ad decisioningPOST /v1/ads/decision
Destination POI search & itinerary planningPOST /v1/destination/search, POST /v1/destination/replace, POST /v1/destination/plan, POST /v1/destination/extend, POST /v1/destination/weather
Hero/banner imagesPOST /v1/shopping/hero-image, POST /v1/destination/hero-image
Liveness checkGET /healthz (anonymous)

Authentication is OAuth 2.0 client credentials. Your credential is bound to your airline on the WestIQ side — you never send an airline identifier, and your calls can only ever see your airline’s catalog plus the shared global catalog. The per-member endpoints additionally use a passenger-session locator — see Sessions & Member Locators.

Access is granted to approved airline and integration partners. Need access or API credentials? Contact your WestIQ partner manager.

Where to start