Flows
Estimate flow run cost
Credit-cost range of one run of the given (possibly unsaved) config. min/max because waterfalls stop at the first success and conditions skip branches. Call this before POST /v1/flows/{flow_id}/run.
POST
Estimate the credit cost of one flow run
Credit-cost range of one run of a (possibly unsaved) config.
min / max because waterfalls stop at the first success and conditions skip branches. Call this before POST /v1/flows/{flow_id}/run.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.