v1
latestOpenAPI 3.0.02026-07-1741710.5 KBBatch Operations
Bakes a batch of data with a recipe
Bake a recipe defined in JSON over an array of input data. To obtain a JSON-formatted recipe, build a recipe on CyberChef and click save. Select "clean JSON" and copy the output. Input data must be in the form of an array. All items will be baked individually and an individual result object provided for each in the response 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/batch/bake
Request body
Example request
{
"recipe": {
"args": [
16,
true,
false
]
}
}Response
Inputs were syntactically valid, individual bakes may or may not have succeeded