Version v0.52 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
LLM
API endpoints for LLM.
POST metabase-enterprise.llm.api/card/summarize
Summarize a question.
PARAMS:
-
visualization_settingsValue must be a map. -
parametersnullable sequence of parameter must be a map with :id and :type keys. -
datasetnullable boolean. -
descriptionnullable value must be a non-blank string. -
collection_positionnullable value must be an integer greater than zero. -
result_metadatanullable value must be an array of valid results column metadata maps. -
collection_idnullable value must be an integer greater than zero. -
cache_ttlnullable value must be an integer greater than zero. -
dataset_queryValue must be a map. -
parameter_mappingsnullable sequence of parameter_mapping must be a map with :parameter_id and :target keys. -
displayvalue must be a non-blank string.
POST metabase-enterprise.llm.api/dashboard/summarize/:id
Provide a summary of a dashboard.
PARAMS:
idvalue must be an integer greater than zero.
Read docs for other versions of Metabase.