Skip to main content
Inspect the parameters of a specific model endpoint — names, types, default values, enum choices, and which ones are required.

Synopsis

Endpoint identifier

The <endpoint> argument accepts two forms: If a two-part identifier is ambiguous, params will list the available actions and exit with an error.

Options

Examples

Text output

The trailing metadata block tells you:
  • API Path — the upstream URL the CLI will POST to (also useful for mulerouter status)
  • Result Key — the JSON key under which result URLs appear (videos, images, audios, …)
  • Available On — which sites expose this endpoint

JSON output

Naming convention

Parameter names in the catalog use snake_case (matching the JSON request body), while CLI flags use --kebab-case. The CLI converts between the two automatically.

See also