action geneea_correction_post { label: "Performs text correction (diacritization) on the given document" description: "Notes:
Valid JSON cannot contain newline characters. These have to be escaped. (See also Interpretor documentation)
Fields text and url are mutually exclusive.
Examples:
{\"text\": \"Hello world!\"}
{\"url\": \"https://en.wikipedia.org/wiki/Pyrrhuloxia\"}

Possible options:

An optional parameter diacritize with values yes, no or auto indicate whether the text diacritization will be performed. The default value is auto.

" provider: geneea method: POST path: "/s1/correction" encoding: json output: { type: "object" additionalProperties: true } }