Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 845 Bytes

File metadata and controls

16 lines (12 loc) · 845 Bytes

Global options

These flags are accepted by every speechify command (and its subcommands).

  • --api-key <key> — Speechify API key (overrides login / $SPEECHIFY_API_KEY)
  • --api-version <date> — pin the Speechify-Version header (ISO date, e.g. 2026-06-27)
  • --base-url <url> — override the API origin (defaults to $SPEECHIFY_BASE_URL or production)
  • --json — emit machine-readable JSON on stdout
  • --agent-friendly — JSON output plus explanatory context for AI agents
  • --no-input — never prompt; return a needs-input spec instead

Environment equivalents: $SPEECHIFY_API_KEY (--api-key), $SPEECHIFY_BASE_URL (--base-url), $SPEECHIFY_API_VERSION (--api-version). An explicit flag always wins over the environment.