---
title: "POST /v1/chunker"
method: POST
path: "/v1/chunker"
---

# POST /v1/chunker

`POST /v1/chunker`

## Request body

- object
  - `content` string, required
  - `chunkMaxLength` number
  - `chunkOverlap` number

## Response `200`

Langbase: Chunk v1

- object
  - `success` boolean, required
  - `chunks` string[], required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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