# Execute a process

| **Description** | Execute a specific process                     |
| --------------- | ---------------------------------------------- |
| **Endpoint**    | `/ogc/processes/processes/{processId}/execute` |
| **Method**      | POST                                           |

## Access Level Rules

| **Minimum Access Level** | Account holder only and view |
| ------------------------ | ---------------------------- |

## Processing Units

| **Minimum processing units** | 5 |
| ---------------------------- | - |

## Parameters

| Name     | Type   | Description                                                                                                                                                                         | Required | Default |
| -------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| `inputs` | object | inputs to run the process with. Should contain the property "arrayInputs" being an array of objects with the properties "name" and "value" of the parameters to use in the process. | true     |         |
