action geneea_topic_get { label: "Performs topic detection on the given document" description: "topicGet" provider: geneea method: GET path: "/s1/topic" encoding: json input: { type: "object" properties: { extractor: { type: "string" } id: { type: "string" } language: { type: "string" } returnTextInfo: { type: "string" } text: { type: "string" } url: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }