UP42
UP42 is a geospatial marketplace and developer platform for Earth observation (EO) data and analytics, operated by Airbus Defence and Space. It lets you search a global archive of satellite and aerial imagery (Catalog), task new satellite acquisitions on demand (Tasking), place and track Orders, store and download results as cloud-native Assets, and browse everything through a STAC-compliant data management API. Delivery, ordering, and storage are exposed over a documented REST API at https://api.up42.com, authenticated with OAuth2 access tokens (obtained from an API key or account credentials), and are also wrapped by an official Python SDK. Storage is powered by STAC and the cloud-native asset model, and job/order status changes can be pushed to consumer endpoints via webhooks.
APIs
UP42 Catalog API
Search the UP42 archive of previously captured satellite and aerial imagery. List geospatial collections, run STAC searches against a host's catalog, and retrieve quicklook and ...
UP42 Tasking API
Commission new satellite acquisitions on demand. List tasking collections and opportunities, request feasibility studies, review and accept quotations, and create tasking orders...
UP42 Orders API
Estimate, place, and track catalog and tasking orders. Get a JSON schema for an order form, estimate the credit cost, create an order under a workspace, list and retrieve orders...
UP42 Storage Assets API
List and retrieve the geospatial assets produced by completed catalog and tasking orders, inspect asset and STAC item metadata, and generate a pre-signed download URL to fetch t...
UP42 STAC Data Management API
A STAC-compliant (SpatioTemporal Asset Catalog) view of everything in your UP42 storage. Browse the STAC landing page and conformance, list and get STAC collections and items, u...
UP42 Processing API
Run advanced analytics and processing over geospatial assets in storage. List available processes, evaluate the cost and validity of a process against inputs, execute a process,...
UP42 Webhooks API
Register HTTPS webhook endpoints that UP42 calls when order and job status changes occur. Create, list, get, update, and delete webhooks, list the available event types, and tes...
UP42 Workspaces and Account API
Read account and workspace context used across the platform. Retrieve the authenticated account, list workspaces, and (for enterprise accounts) inspect budgets that cap credit s...