---
title: "Create Cam Avatar Session"
method: POST
path: "/api/v1/cam/create"
tags: ["Interactive Cam Avatars"]
---

# Create Cam Avatar Session

`POST /api/v1/cam/create`

Initialize avatar session with character UID. Returns webhook configuration and session details for handling real-time conversations.

## Request body

- object
  - `character_uid` string, required — Unique identifier for the character
  - `webhook_url` string, uri, required — Your REST endpoint URL to receive webhook events

## Response `201`

Cam session created successfully

- object
  - `session_id` string — Unique session identifier
  - `callback_url` string, uri — URL for sending proactive messages
  - `status` string — Session status

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
