Export Autotag Items

📘

Click for Python SDK

Dataset.autotag_items(
    autotag_name: str,
    for_scores_greater_than: int
) -> dict

This endpoint will export the individual items and their Autotag scores from an existing Autotag of an indexed Dataset.

You must be the creator of the Autotag to be able to export its tagged items. This endpoint can be used for image or object level Autotags.

The endpoint accepts a score threshold to increase the precision of the exported items; default is 0.

Path Params
string
required

The Scale-generated ID of the Dataset.

string
required

The user-provided name of the Autotag. This is guaranteed to be unique upon Autotag creation.

Body Params
string
Defaults to 0

Score threshold between -1 and 1 above which to include autotag items.

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