---
title: "Analyze"
method: POST
path: "/api/{index}/_analyze"
tags: ["Index"]
---

# Analyze

`POST /api/{index}/_analyze`

## Path parameters

- `index` string, required

## Request body

- object

## Response `200`

OK

- IndexAnalyzeResponse
  - `tokens` IndexAnalyzeResponseToken[]
    - `end_offset` integer
    - `keyword` boolean
    - `position` integer
    - `start_offset` integer
    - `token` string
    - `type` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/zincsearch/apis/zinc-search-engine-api.md) · [All operations](https://skmtc.net/zincsearch/apis/zinc-search-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zincsearch/zinc-search-engine-api/versions/c7ce1991bb9a/schema)
