Maxar website screenshot

Maxar

Maxar (operating in 2026 as Vantor / Maxar Intelligence) is a high-resolution Earth observation and 3D geospatial provider operating the WorldView Legion, WorldView-3, WorldView-2, and GeoEye-1 constellations. The Maxar Geospatial Platform (MGP), branded as Vantor Hub, is API-first: developers authenticate through the Authentication / Token Service, search the 125+PB Vivid, archive, and change-monitoring catalog through the Discovery API (STAC / GeoJSON), place orders through the Ordering API, stream imagery and basemaps through OGC-compliant WFS / WMS / WMTS services, retrieve 3D surface models, register Areas of Interest with the Monitoring API, and task new collections through the Tasking API (Fastview / Flexview). Raster and Vector Analytics expose NDVI, NDWI, change-monitoring vectors, and custom analysis graphs. An official Python SDK (maxar-platform) wraps the full surface.

12 APIs 0 Features
Earth ObservationSatellite ImageryHigh ResolutionGeospatial3DSTACOGCWorldViewTaskingVantorBasemapsChange Monitoring

APIs

Maxar Authentication / Token Service

OAuth2-style token service that mints bearer access tokens (and 180-day default API keys) for use against all Vantor Hub / MGP APIs.

Maxar Discovery API

Unified catalog search across Archive Imagery, Vivid Basemaps, and Change Monitoring. Supports filtering and sorting and returns STAC and GeoJSON metadata representations of mat...

Maxar Ordering API

Order placement and management for archive and online imagery with multiple delivery options and processing pipelines. Supports tracking order status to completion and delivery.

Maxar Streaming Imagery API

OGC-compliant WFS / WMS / WMTS streaming services for delivering online imagery strips into web mapping clients and GIS workflows.

Maxar Streaming Basemap API

OGC service delivering Maxar Vivid basemap products and their metadata for cartographic and analytic use.

Maxar Streaming 3D API

Streams 3D surface models derived from Maxar's stereo and tri-stereo collections for visualization and 3D analysis.

Maxar Monitoring API

Register Areas of Interest and receive alerts when new imagery or analytic outputs match. Drives standing tip-and-cue workflows over the Maxar catalog.

Maxar Tasking API

Request new imagery collection from the WorldView Legion and legacy WorldView constellations within a target geometry and time window. Supports Fastview and Flexview tasking tiers.

Maxar Raster Analytics API

Server-side raster processing - band manipulation, classification, and index models (NDVI, NDWI, etc.) - composed as analysis graphs over the Maxar catalog.

Maxar Vector Analytics API

Vector deliveries of change monitoring outputs through OGC WMS / WMTS for downstream analytic and GIS consumption.

Maxar Geospatial Platform Python SDK

Official Python SDK (maxar-platform on PyPI) wrapping the MGP / Vantor Hub APIs for discovery, ordering, monitoring, streaming, and tasking workflows.

Maxar MGP Postman Collection

Public Postman workspace documenting the Maxar Geospatial Platform API surface for quick exploration and testing.

Collections

Pricing Plans

Maxar Plans Pricing

1 plans

PLANS

Rate Limits

Maxar Rate Limits

2 limits

RATE LIMITS

FinOps

Maxar Finops

FINOPS

Resources

🔗
Website
Website
🔗
GeospatialPlatform
GeospatialPlatform
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📄
ReleaseNotes
ReleaseNotes
📦
PythonSDK
PythonSDK
📦
SDKDocumentation
SDKDocumentation
🔗
Postman
Postman
🔗
ProDocs
ProDocs
🔗
LinkedIn
LinkedIn
🔗
X
X

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Maxar Geospatial Platform (Vantor Hub) API
  version: '1'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Obtain an OAuth2 bearer token
      type: http
    http:
      method: POST
      url: https://api.maxar.com/authentication/api/get-an-o-auth-2-bearer-token
      body:
        type: form-urlencoded
        data:
        - name: grant_type
          value: ''
        - name: username
          value: ''
        - name: password
          value: ''
        - name: client_id
          value: ''
        - name: client_secret
          value: ''
    docs: Exchange username and password (password flow) for a bearer token.
  - info:
      name: Create a new API key
      type: http
    http:
      method: POST
      url: https://api.maxar.com/authentication/api/create-a-new-api-key
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Requires an OAuth2 bearer token.
- info:
    name: Discovery
    type: folder
  items:
  - info:
      name: Search STAC items
      type: http
    http:
      method: GET
      url: https://api.maxar.com/discovery/stac/search
      params:
      - name: collections
        value: ''
        type: query
      - name: bbox
        value: ''
        type: query
      - name: datetime
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Retrieve items matching filters.
  - info:
      name: Search STAC items (POST body)
      type: http
    http:
      method: POST
      url: https://api.maxar.com/discovery/stac/search
      body:
        type: json
        data: '{}'
    docs: Search STAC items (POST body)
  - info:
      name: List STAC collections
      type: http
    http:
      method: GET
      url: https://api.maxar.com/discovery/stac/collections
    docs: List STAC collections
  - info:
      name: Get STAC items
      type: http
    http:
      method: GET
      url: https://api.maxar.com/discovery/stac/items
    docs: Get STAC items
  - info:
      name: List discoverable / filterable queryables
      type: http
    http:
      method: GET
      url: https://api.maxar.com/discovery/stac/queryables
    docs: List discoverable / filterable queryables
  - info:
      name: Search with filtering and return tiles
      type: http
    http:
      method: GET
      url: https://api.maxar.com/discovery/stac/image-grid
    docs: Search with filtering and return tiles
  - info:
      name: Search with filtering and return tiles (POST body)
      type: http
    http:
      method: POST
      url: https://api.maxar.com/discovery/stac/image-grid
      body:
        type: json
        data: '{}'
    docs: Search with filtering and return tiles (POST body)
- info:
    name: Ordering
    type: folder
  items:
  - info:
      name: List or get content pipelines
      type: http
    http:
      method: GET
      url: https://api.maxar.com/ordering/list-pipelines
      params:
      - name: pipeline_id
        value: ''
        type: query
    docs: List or get content pipelines
  - info:
      name: Estimate usage for an order
      type: http
    http:
      method: POST
      url: https://api.maxar.com/ordering/estimate-usage
      body:
        type: json
        data: '{}'
    docs: Estimate usage for an order
  - info:
      name: Validate an order before placing it
      type: http
    http:
      method: POST
      url: https://api.maxar.com/ordering/validate-order
      body:
        type: json
        data: '{}'
    docs: Validate an order before placing it
  - info:
      name: Place an order
      type: http
    http:
      method: POST
      url: https://api.maxar.com/ordering/place-order
      body:
        type: json
        data: '{}'
    docs: Place an order
  - info:
      name: Get details and status for an order
      type: http
    http:
      method: GET
      url: https://api.maxar.com/ordering/order-details
      params:
      - name: order_id
        value: ''
        type: query
    docs: Get details and status for an order
  - info:
      name: List status events for an order
      type: http
    http:
      method: GET
      url: https://api.maxar.com/ordering/order-events
      params:
      - name: order_id
        value: ''
        type: query
    docs: List status events for an order
  - info:
      name: Cancel an order
      type: http
    http:
      method: POST
      url: https://api.maxar.com/ordering/order-events
      body:
        type: json
        data: '{}'
    docs: Cancel an order
bundled: true