Your API key for authentication.
Body
Scenario IDs to include. All scenario IDs must belong to your organization.
Number of times to run each scenario. Must be >= 1.
This endpoint is rate limited. All scenario_ids must belong to your organization.
Response
The unique identifier for the newly created simulation set.
The initial status of the simulation set. Will be PENDING upon creation.
The number of simulations that will be run per scenario.
The total number of scenarios included in this set.
ISO 8601 timestamp of when the simulation set was created.
{
"simulation_set_id": "d4e5f6a7-89ab-cdef-0123-4567890abcde",
"status": "PENDING",
"simulations_per_scenario": 5,
"total_scenarios": 3,
"created_at": "2026-04-14T10:00:00.000Z"
}