Create Rooms
interviews
Create Rooms
Create interview rooms for a project.
Creates one or more interview rooms linked to a project. Each room gets a unique access token for the respondent URL.
Parameters:
- project_id: UUID of the project (required)
- count: Number of rooms to create (default: 1, max: 100)
- max_duration_minutes: Maximum interview duration (default: 30)
- expires_in_days: Days until room links expire (default: 7)
Returns:
- List of created rooms with their URLs
POST
Create Rooms
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
Response model for room creation.