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.

1

Upload your content using direct uploads or multipart uploads. The platform creates an asset and returns its unique identifier.

2

(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.

3

Index your content using the POST method of the /indexes/{index-id}/indexed-assets.

4

Monitor the indexing status until it shows ready using the GET method of the /indexes/{index-id}/indexed-assets/{indexed-asset-id} endpoint.

5

Search or analyze your content.