Skip to main content
POST
Create a simulation

Headers

authorization
string

Body

application/json
mode
string
required

'research' or 'journey'

goal
string
required

Goal id within the mode (from /v1/simulation-schema)

user_model_ids
string<uuid>[]
required

One or more user-model ids to simulate against

inputs
Inputs · object

Answers keyed by the goal's input ids (from /v1/simulation-schema)

title
string | null
project_id
string<uuid> | null

Optional project to add this simulation to; it joins the project's latest round (round 1 is created if none exists)

Response

Successful Response