Skip to main content

Sherlock APIs 2025 R2

Example: Run Part Validation and Mechanical Shock Analysis

Last update: 17.07.2025

Proto Request Example

{
  "project": "Tutorial",
  "ccaName": "Main Board",
  "analyses": [
    {
      "type": 10
    },
    {
      "type": 4,
      "phases": [
        {
          "name": "On The Road",
          "events": [
            {
              "name": "2 - Pothole"
            }
          ]
        },
        {
          "name": "Environmental",
          "events": [
            {
              "name": "3 - Earthquake"
            }
          ]
        }
      ]
    }
  ]
}

Python Example

For a Python example, refer to the online PySherlock Reference.

Connect with Ansys