# Create collection index **POST /data/{collectionName}/index** Create an index on a collection to query faster on specific fields ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Path parameters - **collectionName** (string) defines the collection on which you want to call the operation (e.g users) ### Body: application/json (object) - **indexField** (string) defines the field you want to create the index on - **sort** (string) - **unique** (boolean) ## Responses [Powered by Bump.sh](https://bump.sh)