cURL
curl --request POST \ --url https://api.eqho.ai/v1/simulation/scenario-sets \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "<string>", "description": "Collection of test scenarios for flight cancellation workflows" } '
{ "_id": "<string>", "account_id": "<string>", "name": "<string>", "history": { "last_modified_at": "2023-11-07T05:31:56Z", "revision": 0, "created_at": "2023-11-07T05:31:56Z", "created_by": "unknown", "last_modified_by": "unknown" }, "description": "<string>", "simulation_scenario_count": 0 }
Create a new scenario set
Name of the scenario set
Description of the scenario set
"Collection of test scenarios for flight cancellation workflows"
Successful Response
A scenario set that groups simulation scenarios together
Account ID that owns this scenario set
Show child attributes
Number of simulation scenarios in this set
Was this page helpful?