Generate Clarity Process Snapshot
Trigger a snapshot generation pipeline for a v2 clarity process, selected by kind. current_process runs the generateCurrentProcess pipeline (body fields are proposal-only and rejected); transformation_proposal runs the generate or regenerate proposal pipeline. Returns 202 immediately and finalises asynchronously via the cc-server webhook stream.
Authorizations
API key authentication. Get your API key from the Duvo dashboard.
Path Parameters
The clarity process id
Snapshot kind to list
current_process, transformation_proposal Body
Transformation proposals only: id of the current-process snapshot to anchor the new proposal to. Defaults to the latest snapshot for the process.
Transformation proposals only: id of a prior proposal snapshot to refine. When supplied, runs the regenerate pipeline using that proposal's current-process snapshot as the anchor and the extra captures collected since.
Transformation proposals only: optional freeform guidance for this generation. Used as high-priority design guidance, not source-of-truth evidence.
2000Transformation proposals only: controls how much the generated proposal should change the current process structure.
none, conservative, aggressive Response
Default Response
Generation kickoff was accepted
true