List available recipe templates.
List available recipe templates. Recipes are pre-built multi-step workflows like Weekly Instagram Calendar or Product Launch Sequence that automate common content operations. Use this to discover what recipes are available before running one.
List available recipe templates. › Request Body
categoryFilter by category. Omit to list all.
featured_onlyIf true, only return featured recipes. Defaults to false.
response_formatOptional response format. Defaults to text.
List available recipe templates. › Responses
Successful tool execution.
Get full details of a recipe template including all steps, input schema, and estimated costs.
Get full details of a recipe template including all steps, input schema, and estimated costs. Use this before execute_recipe to understand what inputs are required.
Get full details of a recipe template including all steps, input schema, and estimated costs. › Request Body
slugRecipe slug (e.g., "weekly-instagram-calendar")
response_formatOptional response format. Defaults to text.
Get full details of a recipe template including all steps, input schema, and estimated costs. › Responses
Successful tool execution.
Execute a recipe template with the provided inputs.
Execute a recipe template with the provided inputs. This creates a recipe run that processes each step sequentially. Long-running recipes will return a run_id you can check with get_recipe_run_status.
Execute a recipe template with the provided inputs. › Request Body
slugRecipe slug (e.g., "weekly-instagram-calendar")
inputsInput values matching the recipe input schema. Use get_recipe_details to see required inputs.
response_formatOptional response format. Defaults to text.
Execute a recipe template with the provided inputs. › Responses
Successful tool execution.
Check the status of a running recipe execution.
Check the status of a running recipe execution. Shows progress, current step, credits used, and outputs when complete.
Check the status of a running recipe execution. › Request Body
run_idThe recipe run ID returned by execute_recipe
response_formatOptional response format. Defaults to text.
Check the status of a running recipe execution. › Responses
Successful tool execution.