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.

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