Interactive Cam Avatars

Create Cam Avatar Session

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

post/api/v1/cam/create

Request body

character_uidstring required

Unique identifier for the character

webhook_urlstring uri required

Your REST endpoint URL to receive webhook events

Response

Cam session created successfully

session_idstring

Unique session identifier

callback_urlstring uri

URL for sending proactive messages

statusstring

Session status

Changes

No recorded changes to this endpoint across all 1 revision of this API.