---
title: "POST /list/{list_name}"
method: POST
path: "/list/{list_name}"
---

# POST /list/{list_name}

`POST /list/{list_name}`

Creates a new list with the specified name

## Path parameters

- `list_name` string, required

## Request body

- CreateListRequest
  - `list_description` string — Description of the list's purpose

## Response `200`

List creation response

- CreateListResponse
  - `request_id` string — The ID of the request
  - `message` string — Success message
  - `success` boolean — Whether the operation was successful

## Other responses

- `400` — List already exists or invalid request

---

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