Skip to main content
POST
Create Rooms

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for creating interview rooms.

project_id
string<uuid>
required
count
integer
default:1
max_duration_minutes
integer
default:30
expires_in_days
integer
default:7
voice
string | null
realtime_provider
string | null
language
string | null
topics_for_respondent
string | null

Response

Successful Response

Response model for room creation.

rooms
InterviewRoomResponse · object[]
required