Studies
Create study
Create a new study
POST
Creates a study in your organization. Versive applies sensible default configuration (interview mode, messages, screen-out defaults) and merges any
config you provide over those defaults.
string
required
The study title.
string
Internal description of the study.
string
default:"VERSIVE_STUDY"
Study type. Use
VERSIVE_STUDY (default) for AI-moderated studies.string
default:"TEXT_AND_VOICE"
Conversation mode:
TEXT_ONLY, TEXT_AND_VOICE, VOICE_WITH_PREVIEW, or VIDEO.string
default:"FULL_ACCESS"
Controls which organization members can access the study. Use
FULL_ACCESS, CAN_EDIT,
CAN_EDIT_SURVEY_ONLY, CAN_VIEW, or INVITE_ONLY. This does not control participant access.object
Study configuration overrides, merged over Versive’s defaults (interviewer settings, branding, languages, device rules, and so on).
object
Welcome screen:
{ title, body, ctaText }.object
Completion screen:
{ title, body, ctaText, ctaLink }.object
Screen-out screen:
{ title, body, ctaText, ctaLink }. A default is applied if omitted.string
Folder to create the study in.
object
Arbitrary key/value metadata stored on the study.
object
Insights configuration (e.g. analysis model).
Response
Returns the created study (status201) with fields: id, title, description, metadata, type, mode, config, welcome_message, thank_you_message, screen_out_message, access_policy, and created_at.