action infermedica_get_concepts { label: "getConcepts" provider: infermedica method: GET path: "/concepts" encoding: json input: { type: "object" properties: { ids: { type: "string" } types: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }