Get Dataset Item by Absolute Index

📘

Click for Python SDK

Dataset.iloc(i: int) -> dict

Fetches information about the DatasetItem based on integer offset. For instance 42 specifies the 42nd uploaded item to the Dataset.

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).

Path Params
string
required

The Scale-generated ID of the Dataset.

int32
required

The index or integer offset corresponding to the items position within the Dataset.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json