action biapi_post_categorize {
label: "categorize transactions without storing them"
description: "It requires an array of transaction dictionaries. Any fields of transactions that are not required will be kept in the response. The response contains the list of transactions with two more fields: id_category and state (it indicates how the transaction has been categorized)
"
provider: biapi
method: POST
path: "/categorize"
encoding: json
output: {
type: "object"
required: ["failed", "total", "transactions"]
}
}