---
title: "Segments an image into a mask (Roles: user)"
method: POST
path: "/games/generate/segmentation"
tags: ["Gamestorming"]
---

# Segments an image into a mask (Roles: user)

`POST /games/generate/segmentation`

## Request body

- SegmentImagePayload
  - `image` string
  - `negative_points` array[]
    - number[]
  - `positive_points` array[]
    - number[]

## Response `200`

Success

- StringValue
  - `value` string
  - `value2` string

## Other responses

- `400` — Error

---

[API](https://skmtc.net/ludo/apis/ludo-ai-api.md) · [All operations](https://skmtc.net/ludo/apis/ludo-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ludo/ludo-ai-api/revisions/3af866d68651/schema)
