Summary
Apply templates to text
Description
Apply templates to parse text
Route
GET /template_builder/applyTemplates
Roles
admin
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| text | array | yes | Array of text to parse |
| templates | array | yes | Array of templates used to parse the text |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| parsed | array | Parsed text based on the templates used |