Rooms

Create Room

Create a new conversation room for a customer-character pair. The returned room_id should be used for all subsequent text, image, audio, and video requests.

post/api/v1/rooms

Request body

user_genderstring required

Gender of the user (e.g., male, female)

character_idstring required

Unique identifier for the character/supermodel

texting_style'default' | 'short-form' | 'long-form'

Optional reply register for this room. 'default' (used when omitted) keeps the existing production style; 'short-form' is a brief, punchy chat-speak register; 'long-form' is a warm, natural register. Can be changed later via PATCH /api/v1/rooms/{room_id}/texting-style.

Response

Room created successfully

room_idstring uuid

Unique identifier for the created room

Changes

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