action geneea_topic_post {
label: "Performs topic detection 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\"}"
provider: geneea
method: POST
path: "/s1/topic"
encoding: json
output: {
type: "object"
additionalProperties: true
}
}