Mixpeek Logo
    media

    Image
    Tags
    Converter

    Automatically classify images and generate a ranked list of semantic tags. Tags are drawn from standard taxonomies (IAB, custom) or generated freely, each with a confidence score.

    Max file size: 50 MB
    Estimated: 1-3 sec per image
    6 input formats

    How It Works

    1

    Upload an image or provide a URL.

    2

    A vision model identifies objects, scenes, and attributes.

    3

    Each detection is mapped to a tag with a confidence score.

    4

    Tags are ranked by relevance and filtered by your threshold.

    5

    The tag list is returned with optional taxonomy mapping.

    Code Examples

    from mixpeek import Mixpeek
    client = Mixpeek(api_key="YOUR_API_KEY")
    result = client.convert(
    source="https://example.com/landscape.jpg",
    from_format="image",
    to_format="tags",
    options={
    "taxonomy": "iab-v3",
    "max_tags": 15,
    "min_confidence": 0.4
    }
    )
    for tag in result.tags:
    print(f"{tag.label}: {tag.confidence:.2f}")

    Use Cases

    Auto-tag product images for e-commerce catalogs
    Classify user-generated content for moderation
    Enrich digital asset management systems with metadata
    Map images to IAB content taxonomy for ad targeting

    Supported Input Formats

    JPEG
    PNG
    WebP
    TIFF
    BMP
    GIF

    Quick Info

    Categorymedia
    Max File Size50 MB
    Est. Time1-3 sec per image

    Try This Conversion

    Get started with the Mixpeek API and convert your first file in minutes.

    Frequently Asked Questions

    Ready to convert image to tags?

    Start using the Mixpeek Image to Tags in minutes. Sign up for a free API key and follow the documentation to get started.