# 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     |         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/processes-api-information-factory-only/execute-a-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
