Voice Intelligence Run
voice_intelligence_runRun the voice intelligence orchestrator over any input: an uploaded or recorded audio/video file (base64 in file), a public audio or video URL (audio_or_video_url), a PDF (pdf), an image (image), or raw text/notes (text and/or notes). Provide exactly ONE input carrier — audio_or_video_url, file, pdf, image, or text/notes. The input is normalized to a transcript via the existing transcription rails, then three composed outputs are returned: a condensed summary (with action items, decisions, and a next step), a full-verbatim polished actual script (filler removed, wording preserved, never paraphrased; call sources return a masked summary instead), and an authority report (content flywheel plan, plus an owner-facing business report when business context is provided). All outward outputs are mask-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | PDF document payload, base64-encoded. One of the five input carriers. | ||
| file | No | Uploaded or recorded audio/video (or text-carrying) file payload, base64-encoded. One of the five input carriers. | |
| text | No | Raw text input (transcription skipped). One of the five input carriers. | |
| image | No | Image payload, base64-encoded. One of the five input carriers. | |
| notes | No | Alias for text input; merged with text when both are present. Counts as the text carrier. | |
| title | No | Optional title for the source material. | |
| source | No | Optional input provenance. 'call' sources return a masked-summary actual script instead of full verbatim. | |
| speaker | No | Optional primary speaker name. | |
| business | No | Optional GrowthOS business context. Providing business_name enables the owner-facing business report inside the authority report. | |
| identity | No | Optional local identity used by the owner-facing business report. | |
| audio_or_video_url | No | Public audio or video URL to transcribe (YouTube caption rail or upload transcription). One of the five input carriers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | ||
| summary | Yes | ||
| receipts | Yes | ||
| input_kind | Yes | ||
| transcript | Yes | ||
| actual_script | Yes | ||
| schema_version | Yes | ||
| authority_report | Yes | ||
| transcript_source | Yes |