---
title: "Create fulltext index"
method: POST
path: "/tables/text_index/{dbId}/{tableId}"
tags: ["Indexes"]
---

# Create fulltext index

`POST /tables/text_index/{dbId}/{tableId}`

Create a fulltext index for table. Only one text index can be created per table.

## Path parameters

- `dbId` string, string, required
- `tableId` string, string, required

## Request body

- object
  - `index_fields` string, required

## Response `200`

successful operation

## Changes

- **2025-12-01** `c9fac12336ea` — 2 info
  - api tag `Indexes` added
  - api tag `Tables` removed
- **2023-12-21** `1451f79c7f04` — 2 info
  - api tag `Tables` added
  - api tag `Indexes` removed

[Change history](https://skmtc.dev/ihsn/apis/data-tables/changes/tables/text_index/:dbId/:tableId/post.md)

---

[API](https://skmtc.dev/ihsn/apis/data-tables.md) · [All operations](https://skmtc.dev/ihsn/apis/data-tables/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ihsn/data-tables/revisions/6fb7730a430d/schema)
