-
POST catalog/v1/search endpoint — new searchCatalogItems operation for searching the ICEYE public catalog. This endpoint supports an advanced query syntax based on the STAC API - Query Extension Specification. See Search catalog items.
-
GET catalog/v1/items endpoint — the query query parameter has been removed from the listCatalogItems operation. This parameter was never fully implemented and the intended functionality is now provided by the new POST catalog/v1/search endpoint.
-
GET tasking/v1/tasks/{taskID}/scene endpoint — the getTaskScene operation has been implemented and is now fully supported. You can invoke the getTaskScene operation to discover the planned imaging time (and other imaging parameters) for a specified task. See Get task scene.