---
title: "Create Public Session"
method: POST
path: "/v1/embed/sessions/public"
tags: ["embed"]
---

# Create Public Session

`POST /v1/embed/sessions/public`

Create an embed session using a publishable key. No API key needed.

The template and org are resolved from the embed key.
If allowed_domains is set on the key, the request Origin must match.

## Request body

- PublicSessionCreate
  - `key` string, required
  - `person_name` string
  - `external_id` string, nullable
  - `context` object, nullable
  - `source_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
