---
title: "POST /api/sessions/{id}/resize"
method: POST
path: "/api/sessions/{id}/resize"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# POST /api/sessions/{id}/resize

`POST /api/sessions/{id}/resize`

## Path parameters

- `id` string, required

## Request body

- ResizeRequest
  - `cols` integer, required
  - `rows` integer, required

## Response `200`

OK

- ResizeResponse
  - `accepted` boolean, required
  - `cols` integer, required
  - `rows` integer, required

## Changes

- **2026-07-20** `b841af69769a` — 1 warning
  - removed the request property `viewerId`

[Change history](https://skmtc.dev/tlbx-ai/apis/tlbx-api/changes/api/sessions/:id/resize/post.md)

---

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