Process Recommendation
This endpoint will trigger our engine to train your data (process recommendation).
POST#
Request Body#
| Field | Type | Description |
|---|---|---|
| token | String | Identifier of recommendation engine, use x-token when hit this endpoint |
confidence optional | Number | Confidence threshold for training |
Request Body Example#
Success 200#
| Field | Type | Description |
|---|---|---|
| success | Boolean | Request was successful |
| processId | String | Id of the training process |