---
title: "Create Livekit Participant Token"
method: POST
path: "/v1/interview/session/{session_id}/livekit-token"
tags: ["interview-realtime"]
---

# Create Livekit Participant Token

`POST /v1/interview/session/{session_id}/livekit-token`

Exchange a valid Ontora interview session token for a scoped LiveKit token.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable

## Response `200`

Successful Response

- LiveKitTokenResponse
  - `room_name` string, required
  - `participant_identity` string, required
  - `agent_participant_identity` string, required
  - `livekit_url` string, required
  - `livekit_region` string, required
  - `livekit_region_policy` string, required
  - `livekit_token` string, required
  - `token_ttl_seconds` integer, required
  - `expires_at` string, date-time, required
  - `can_publish_microphone` boolean, required
  - `can_publish_screen` boolean, required
  - `can_publish_data` boolean, required
  - `can_subscribe` boolean, required

## Other responses

- `422` — Validation Error

---

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