Version v0.50 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
LLM Auto-description
This feature is still in development.
POST /api/ee/autodescribe/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 :metabase.analyze.query-results/ResultsMetadata. -
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 /api/ee/autodescribe/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.