---
title: "Postprocess Clarity Snapshot"
method: POST
path: "/v2/clarity-v2/processes/{process_id}/postprocess"
tags: ["ClarityV2"]
---

# Postprocess Clarity Snapshot

`POST /v2/clarity-v2/processes/{process_id}/postprocess`

Re-run postprocessing agents on an existing v2 clarity snapshot. Targets either the current-process snapshot or the transformation-proposal snapshot, identified by id in the body. Flips the process status to `generating` and returns 202 immediately; agents run asynchronously and flip the status back to `review` once they settle.

## Path parameters

- `process_id` string, uuid, required

## Request body

- union
  - object
    - `type` 'current_process', required
    - `current_process_id` string, uuid, required — ID of the `clarity_current_process` snapshot to re-postprocess.
  - object
    - `type` 'transformation_proposal', required
    - `transformation_proposal_id` string, uuid, required — ID of the `clarity_transformation_proposal` snapshot to re-postprocess.

## Response `202`

Default Response

- object
  - `success` boolean, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/versions/dafcf3d868a9/schema)
