---
title: "Start Session"
method: POST
path: "/v1/sessions/start"
tags: ["Sessions"]
---

# Start Session

`POST /v1/sessions/start`

Start a new session

## Response `201`

Successful Response

- ResponseStartSessionResponseSchema
  - `code` integer
  - `data` StartSessionResponseSchema
    - `session_id` string, required
    - `livekit_url` string, required
    - `livekit_client_token` string, required
    - `livekit_agent_token` string
    - `max_session_duration` integer
    - `ws_url` string — Websocket URL to send session events to. Custom Mode only.
  - `message` string

---

[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)
