Skip to main content
POST
Save Clarity Process Snapshot

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

process_id
string<uuid>
required

The clarity process id

kind
enum<string>
required

Snapshot kind to list

Available options:
current_process,
transformation_proposal

Body

application/json
steps
object[]
required
Minimum array length: 1
baselineSnapshotId
string<uuid>
required
clarityCurrentProcessId
string<uuid>
swot
object | null

SWOT analysis produced by the swot-analysis postprocessing agent. undefined = agent has not yet run; null = agent ran and produced no analysis.

summary
string | null

One short paragraph (3-5 sentences) describing the captured process at a glance. Surfaced at the top of the current-process tab so reviewers can orient themselves before scanning the steps. Example: "Customers order beer at the bar; the bartender greets them, picks an option matching their preference, pours and garnishes the glass, then rings the order through the POS before serving."

Minimum string length: 1
projectedImpact
string | null

Answer-first, MECE-structured business case. 4-8 sentences of prose + one markdown assumptions table. Null when team context is insufficient to produce any quantitative or qualitative assessment.

Minimum string length: 1

Response

Default Response

snapshot
object
required