---
title: "Create a scalar index on a table"
method: POST
path: "/v1/table/{name}/create_scalar_index/"
tags: ["Tables"]
---

# Create a scalar index on a table

`POST /v1/table/{name}/create_scalar_index/`

Create a scalar index on a table

## Path parameters

- `name` string, required

## Request body

- object
  - `column` string
  - `index_type` string

## Response `200`

Scalar Index successfully created

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/versions/ba6a93e8b48d/schema)
