action monarchinitiative_get_annotate { label: "Annotate a given text using SciGraph annotator" provider: monarchinitiative method: GET path: "/nlp/annotate/" encoding: json input: { type: "object" properties: { content: { type: "string" } exclude_category: { type: "array" items: { type: "string" } } include_abbreviation: { type: "boolean" } include_acronym: { type: "boolean" } include_category: { type: "array" items: { type: "string" } } include_numbers: { type: "boolean" } longest_only: { type: "boolean" } min_length: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }