Transcribe audio from a message
Transcribe audio from an existing message in a conversation.
This command calls the audio service to transcribe the audio attached to a message. It checks that the agent has permission to access the conversation.
Examples:
Transcribe audio from a message
mutiro agent message transcribe conv_123 msg_456
Using with conversation username
mutiro agent message transcribe alice msg_456
mutiro agent message transcribe [conversation_id] [message_id] [flags]
Transcribe audio from a message
Using with conversation username
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for transcribe |
| Flag | Type | Description |
|---|---|---|
| --api-endpoint | string | API endpoint (default: from config or api.mutiro.com:443) |
| --api-key | string | API key for agent authentication |
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| --insecure | bool | Disable TLS connection |
| --username | string | Agent username |
| -v, --verbose | bool | verbose output |
| --view-as | string | Read as one of your agents, authenticated as yourself (read and search only) |