Flows
Validate a flow config
Check a (possibly unsaved) config without persisting anything. Runs the same checks a save runs, including the normalisation a save applies first. Always 200: an invalid config is a valid answer to “would this be accepted?”.
POST
Check a flow config without saving
Runs the same checks a save runs, including the normalisation a save applies first. Always
200: an invalid config is a valid answer to “would this be accepted?”. Nothing is persisted.Headers
API Key for authentication
Body
application/json
Flow definition, possibly unsaved: {inputs: [...], nodes: [...], output: {...}}. Same shape POST /v1/flows and GET /v1/flows/{flow_id} use.