{ "opencollection": "1.0.0", "info": { "name": "SimScale REST Geometry Simulations API", "version": "0.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Simulations", "type": "folder" }, "items": [ { "info": { "name": "List Simulations", "type": "http" }, "http": { "method": "GET", "url": "https://api.simscale.com/v0/projects/:project_id/simulations", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Retrieve all simulations defined within a project." }, { "info": { "name": "Create Simulation", "type": "http" }, "http": { "method": "POST", "url": "https://api.simscale.com/v0/projects/:project_id/simulations", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new simulation specification within a project, specifying the physics model and geometry." }, { "info": { "name": "Get Simulation", "type": "http" }, "http": { "method": "GET", "url": "https://api.simscale.com/v0/projects/:project_id/simulations/:simulation_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "simulation_id", "value": "", "type": "path", "description": "Unique simulation identifier" } ] }, "docs": "Retrieve the full specification and status of a specific simulation." }, { "info": { "name": "Update Simulation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.simscale.com/v0/projects/:project_id/simulations/:simulation_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "simulation_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specification of an existing simulation." } ] } ], "bundled": true }