Skip to content

estimate_workflow_price

Estimate the Creative Units price of running a workflow before executing it.

Use this tool to check price and verify the workspace has sufficient Creative Units
balance before executing. Does not execute anything.

For multi-step workflow guidance, call get_workflow_instructions.

Parameters

ParameterTypeDefaultDescription
workflow_idrequiredstring (uuid)The workflow to estimate.
inputsstring{}A JSON object STRING mapping each of the workflow's input parameter keys to its value — e.g. '{"prompt": "a red panda astronaut"}'. This is a string: serialize the object yourself. Pass '{}' when the workflow takes no inputs. Use the input schema from `list_workflows` to build it.
workspace_idrequiredstring (uuid)The user's workspace id.