List Collections
- Get the list of available tasking image collections:
curl -s -L -X GET -H "Authorization: Bearer $PTOKEN" \
https://api.up42.com/collections | jq \
'.data[] | select(.type=="TASKING") | .name'
List Data Products
- Filter all the available data products, according to the preferred tasking collection:
curl -s -L -X GET -H "Authorization: Bearer $PTOKEN" \
https://api.up42.com/data-products | jq -r \
'.data[] | select(.collectionName=="pneo-tasking") | .id'
To proceed, please go to Request Access (API).