Tasking ordering overview

Learn about the steps for placing tasking orders using the API.


Request a satellite or an aircraft to capture your designated area with certain criteria, such as processing levels and data specifications.

Step 1. Request access

If you are ordering from a collection for the first time, you need to complete access steps.

Step 2. Place an order

Fill out the order form with the required parameters for the data product and create an order.

After an order is fulfilled, you can access your storage to view and download the delivered assets.

  1. See all assets from the order and get their asset IDs.
GET /v2/assets?search={orderId} HTTP/1.1
Host: api.up42.com
Authorization: Bearer {token}
  1. Download these assets one by one.
GET /v2/assets/{asset-id} HTTP/1.1
Host: api.up42.com
Authorization: Bearer {token}