---
title: "execute a process."
method: POST
path: "/processes/{processID}/execution"
tags: ["Processes"]
---

# execute a process.

`POST /processes/{processID}/execution`

Create a new job.

For more information, see [Section 7.11](https://docs.ogc.org/is/18-062/18-062.html#sc_create_job).

## Path parameters

- `processID` string, required

## Request body

- Execute
  - `inputs` unknown
  - `outputs` unknown
  - `response` 'raw' | 'document'
  - `subscriber` Subscriber — Optional URIs for callbacks for this job. Support for this parameter is not required and the parameter may be removed from the API definition, if conformance class **'callback'** is not listed in the conformance declaration under `/conformance`.
    - `successUri` string, uri
    - `inProgressUri` string, uri
    - `failedUri` string, uri

## Response `200`

Result of synchronous execution

## Other responses

- `201` — Started asynchronous execution. Created job.
- `404` — The requested URI was not found.
- `500` — A server error occurred.

## Changes

- **2023-03-08** `6a59a205bb9c` — 2 info
  - api tag `Processes` added
  - api tag `Execute` removed
- **2022-06-26** `a31400203d45` — 2 breaking, 10 info
  - added the new path request parameter `processID`
  - the request's body type/format changed from ``/`` to `object`/``
  - added the new optional request property `inputs`
  - added the new optional request property `outputs`
  - …8 more
- **2022-06-24** `6e199f8a91c5` — 7 breaking, 7 warning, 2 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the media type `/*` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `201`
  - removed the media type `application/json` for the response with the status `404`
  - …12 more

[Change history](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/changes/processes/:processID/execution/post.md)

---

[API](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core.md) · [All operations](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bbox-services/ogc-api-processes-part-1-core/revisions/52e9186345cc/schema)
