Index content
Index your uploaded assets to make them searchable and analyzable.
Workflow
Before you begin, create an index if you don’t have one.
Upload your content using direct uploads or multipart uploads. The platform creates an asset and returns its unique identifier.
(Optional) For files larger than 200 MB, check the asset status using the GET method of the /assets/{asset-id} endpoint until the status field is ready before proceeding.
Index your content using the POST method of the /indexes/{index-id}/indexed-assets.
Monitor the indexing status until it shows ready using the GET method of the /indexes/{index-id}/indexed-assets/{indexed-asset-id} endpoint.