Run simulation

Execute a simulation scenario against a specified mind.

Authentication

AuthorizationBearer

API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)

Request

This endpoint expects an object.
scenarioobjectRequired
selectedSimulationModelenumRequired
The AI model to use for simulation
Allowed values:
mindIdstringRequiredformat: "uuid"
digitalTwinIdstringOptionalformat: "uuid"
Optional digital twin ID. If not provided, the default digital twin will be used.
runInBackgroundbooleanOptional
Whether to run the simulation in the background. Defaults to false.

Response

Successful simulation
messagestring
Simulation response

Errors