---
title: "Create New Session"
method: POST
path: "/session/new"
---

# Create New Session

`POST /session/new`

.

## Request body

- CreateSessionRequest — Model of the request to create a new session.
  - `info` string, nullable

## Response `200`

Successful Response

- InteractiveSessionBase — The base model for representing interactive sessions.
  - `id` integer, nullable, required
  - `user_id` integer, nullable, required
  - `info` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/industrial-optimization-group/apis/desdeo-fast-api.md) · [All operations](https://skmtc.net/industrial-optimization-group/apis/desdeo-fast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/industrial-optimization-group/desdeo-fast-api/revisions/c24fa4e23380/schema)
