These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.51.
LLM
API endpoints for LLM.
POST metabase-enterprise.llm.api/card/summarize
Summarize a question.
PARAMS:
-
visualization_settings
Value must be a map. -
parameters
nullable sequence of parameter must be a map with :id and :type keys. -
dataset
nullable boolean. -
description
nullable value must be a non-blank string. -
collection_position
nullable value must be an integer greater than zero. -
result_metadata
nullable value must be an array of valid results column metadata maps. -
collection_id
nullable value must be an integer greater than zero. -
cache_ttl
nullable value must be an integer greater than zero. -
dataset_query
Value must be a map. -
parameter_mappings
nullable sequence of parameter_mapping must be a map with :parameter_id and :target keys. -
display
value must be a non-blank string.
POST metabase-enterprise.llm.api/dashboard/summarize/:id
Provide a summary of a dashboard.
PARAMS:
id
value must be an integer greater than zero.
Read docs for other versions of Metabase.