action geneea_entities_get { label: "Performs named-entity recognition on the given document" description: "entitiesGet" provider: geneea method: GET path: "/s1/entities" 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 } }