Get Dataset Item by Scale Item ID

📘

Click for Python SDK

Dataset.loc(dataset_item_id: str) -> dict

Fetches information about the DatasetItem by the Scale-generated item ID (prefixed by di_; accessible via the List Dataset Items endpoint or the dashboard URL).

Directly Download DatasetItem Image

To retrieve just the image, you can append the query string ?format=image after the URL. This allows you to download the image directly from its original URL (minus metadata).

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!