---
title: "Keep Session Alive"
method: POST
path: "/v1/sessions/keep-alive"
tags: ["Sessions"]
---

# Keep Session Alive

`POST /v1/sessions/keep-alive`

Keep the session alive

## Request body

- KeepSessionAliveSchema
  - `session_id` string, uuid

## Response `200`

Successful Response

- Response
  - `code` integer
  - `data` unknown
  - `message` string

## Other responses

- `422` — Validation Error

---

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