Create Image Index

📘

Click for Python SDK

Dataset.create_image_index() -> AsyncJob

This endpoint will create an image index for a Dataset, or update the index if it already exists.

This will generate internal embeddings for each image in the dataset that does not already have an associated embedding. These embeddings are used for Autotag and similarity search.

This endpoint is limited to index up to only 2 million images at a time — if a request is made that exceeds this limit, the job will fail.

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