Skip to content

Orders v2 API

Ordersv2 is the next iteration of Planet's API in getting Analysis Ready Data (ARD) delivered to you. Orders v2 allows you to improved functionality in this domain, including capability to submit an number of images in a batch order, and perform operations such as top of atmospheric reflectance, compression, coregistration and also enhanced notifications such as email and webhooks.You can find the API overview and reference here. This is not yet integrated into a client but you can make the requests using clients like Postman or ARC. The API unlike data API is not self descriptive and results will only appear once you have placed an order.

You can exlore the data endpoint, by using this webaddress in chrome, use your API key as username and leave password blank

https://api.planet.com/compute/ops/orders/v2

Data API

Order Up: Using and Building with Planet ’s new Ordersv2 API

I did create a simple command line inteface (CLI) called porder to access this API and chain together tools, you can read about the tool and the tutorial here. You can find it on GitHub here.