---
title: "Create Manual ReQL Segmentation"
method: PUT
path: "/{databaseId}/segmentations/manual-reql/{segmentationId}"
tags: ["Segmentations Definition"]
---

# Create Manual ReQL Segmentation

`PUT /{databaseId}/segmentations/manual-reql/{segmentationId}`

Segment the items using multiple [ReQL](https://docs.recombee.com/reql) filters.

Use the Add Manual ReQL Items Segment endpoint to create the individual segments.

## Path parameters

- `databaseId` string, required
- `segmentationId` string, required

## Request body

- CreateManualReQLSegmentationParameters
  - `sourceType` string, required — What type of data should be segmented. Currently only `items` are supported.
  - `title` string — Human-readable name that is shown in the Recombee Admin UI.
  - `description` string — Description that is shown in the Recombee Admin UI.

## Response `201`

successful operation

## Other responses

- `400` — segmentationId does not match ^[a-zA-Z0-9_\-:@\.]+$.

---

[API](https://skmtc.dev/recombee/apis/recombee-api.md) · [All operations](https://skmtc.dev/recombee/apis/recombee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recombee/recombee-api/revisions/a9c9c33eb2e8/schema)
