Search...
/
Login
Join the Waitlist
Wiki
Documentation
Dashboard API
Build a new feature
API Reference
experiments
POST
Create Experiment Async
POST
Create Dependent Variable
tasks
runs
attributes_levels
personas
traits
copilot
analytics
Main
Login
Join the Waitlist
API Reference
experiments
Create Experiment Async
POST
//
/
experiments
Create asynchronous experiment.
Request
This endpoint expects an object.
title
string
Optional
random_seed
integer
Optional
experiment_model_type
enum
Optional
Enum representing the llm model types used in the experiments.
Show 10 enum values
dependent_variable_model_type
enum
Optional
Enum representing the llm model types used in the experiments.
Show 10 enum values
levels_model_type
enum
Optional
Enum representing the llm model types used in the experiments.
Show 10 enum values
use_api
boolean
Optional
use_threading
boolean
Optional
use_batching
boolean
Optional
is_private
boolean
Optional
attribute_prompt_version
double
Optional
levels_prompt_version
double
Optional
task_prompt_version
double
Optional
scenarios_prompt
string
Optional
prompt_preamble
string
Optional
prompt
string
Optional
experiment_size
integer
Optional
max_length
integer
Optional
number_of_respondents
integer
Optional
number_of_tasks_per_respondent
integer
Optional
number_of_attributes
integer
Optional
number_of_levels
integer
Optional
pre_cooked_attributes_and_levels_lookup
list of lists of strings or lists of strings
Optional
Show 2 variants
levels_per_trait
integer
Optional
null_levels
boolean
Optional
total_number_of_tasks
integer
Optional
confidence_level
string
Optional
keep_inconsistent_answers
boolean
Optional
add_neither_option
boolean
Optional
use_fully_randomized_design
boolean
Optional
add_price_and_brand_attributes
boolean
Optional
personas
map from strings to maps from strings to lists of any
Optional
personas_full_string_definition
list of strings
Optional
all_combinations_index
list of lists of strings
Optional
population_traits
list of strings
Optional
respondent_dependent_variable
string
Optional
respondent_instructions_preamble
string
Optional
experimentor_why_question_type
string
Optional
experimentor_why_question_prompt
string
Optional
where_preamble
string
Optional
when_preamble
string
Optional
current_preamble
string
Optional
hb_run_id
string
Optional
paper_data
list of lists of strings
Optional
Response
This endpoint returns an object.
wandb_run_id
string
wandb_run_name
string
Built with