band transcription create
Request a transcription for a recording
Synopsis
Requests a transcription for a recording. Transcription runs asynchronously; use --wait to poll until the transcript has content, or fetch it later with 'transcription get'.
band transcription create <callId> <recordingId> [flags]
Examples
band transcription create c-123-abc r-456-def
# Block until the transcript is ready
band transcription create c-123-abc r-456-def --wait
band transcription create c-123-abc r-456-def --wait --timeout 120s
Options
-h, --help help for create
--timeout duration Maximum time to wait (default 60s) (default 1m0s)
--wait Wait until the transcription has content
Options inherited from parent commands
--account-id string Bandwidth account ID (overrides config)
--environment string API environment: prod, test (overrides config)
--format string Output format: json or table (default "json")
--plain Simplified flat JSON output (recommended for scripts and agents)
SEE ALSO
- band transcription - Manage call recording transcriptions