Gå til hovedinnhold

kapi brand-voice-check

kapi brand-voice-check [files...]

Check text against a brand voice profile using an LLM provider

Commandbrand-voice-check
Groupquality
Try it (demo)

Demo mode — illustrative output from a built-in stub, not a real model. Install the CLI to run with your own API key.

kapi brand-voice-check messages.json --target-lang fr
Flags
FlagTypeDefaultDescription
--api-keystringAPI key for the AI provider
--concurrency, -jint0max parallel files (0 = auto)
--credentialstringsaved credential name to use (see 'kapi credentials list')
--encoding, -estringUTF-8input file encoding
--fail-on-unknownboolfalseexit with error if any file cannot be processed (default: skip with warning)
--format, -fstringoverride input format detection
--jsonboolfalseoutput results as JSON
--map, -mstringArraymap glob pattern to format (e.g. '*.docx=okf_openxml:test')
--modelstringAI model name
--no-warnboolfalsesuppress warnings for skipped files
--packboolfalsewhen transforming a .klz, also eject the result to the .klz (auto-pack)
--parallel-blocksint0fan out block processing across N goroutines (0 = off)
--profile-idstringBrand voice profile to resolve from the store
--progress, -pboolfalseshow progress bar
--providerstringanthropicAI provider (Anthropic, OpenAI, Gemini, Azure OpenAI, Ollama, Demo (illustrative))
--source-langstringensource language (e.g. en, en-US)
--strictboolfalsealias for --fail-on-unknown
--target-langstringtarget language (e.g. fr, de-DE)
--tracestringwrite flow trace JSON to file (for flow visualization)
More examples
kapi brand-voice-check app.xliff --target-lang de

← Back to the Command Reference