---
title: "Create"
method: POST
path: "/api/group-indexing/create"
tags: ["GroupIndexing"]
---

# Create

`POST /api/group-indexing/create`

Creates a new index

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- CreateIndexParams — Create index params
  - `Suffix` string — User defined suffix
  - `SkipRebuildPercolator` boolean — Skip Rebuild Percolator during index creation
  - `SkipRebuildAutocomplete` boolean — /// Skip Rebuild Autocomplete Popular Searches during index creation

## Response `200`

OK

- object

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/versions/24cba7bf3468/schema)
