How to Check if a Specific Asset is Available for an Item ID?

Assets or products can be derived from the item's source data, if you want to check all available assets for an Item_id, the Data API can be used:

The request will include a method supported by HTTP, item_type_id and item_id

GET: https://api.planet.com/data/v1/item-types/{item_type_id}/items/{item_id}

Authorizations: BasicAuth

Example Request

item_type_id: PSScene

item_id: 20240426_190202_25_24fc

GET: https://api.planet.com/data/v1/item-types/PSScene/items/20240426_190202_25_24fc

Example Response

Screenshot 2024-04-27 at 6.59.26 PM.png

"_permissions": Assets available for the item that the authenticated user has permission to download.

For more information about Items & Assets please check the following link:

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.