v1

latestOpenAPI 3.0.02026-07-1741710.5 KB
Single Operations

Bakes a recipe

Bake a recipe defined in JSON. For an example JSON recipe, build a recipe on CyberChef and click save. Select "clean JSON".

The Recipe property in the payload is designed so that you only need to provide arguments for operations if they are required, or you want to change them from the default. For more information on accepted recipe formats, see the bake section of the Node API docs

post/bake

Request body

OR

Example request

{
  "input": "bake this",
  "recipe": {
    "args": [
      16,
      true,
      false
    ]
  }
}

Response

Recipe baked successfully

typestring