Cross-Provider Workflow
NVIDIA NIM Transcription to Google Sheets Log
Version 1.0.0
Transcribe audio with NVIDIA NIM, then log the transcript to Google Sheets.
Providers Orchestrated
Workflows
transcribe-and-log
Transcribe audio with NVIDIA NIM and log it to Google Sheets.
Sends an audio file to NVIDIA NIM transcription, captures the transcript text, and appends a row containing the transcript to the target sheet range.
1
transcribe-audio
$sourceDescriptions.nvidiaNimApi.createTranscription
Transcribe the supplied audio file with NVIDIA NIM.
2
append-transcript
$sourceDescriptions.googleSheetsApi.appendValues
Append the transcript as a row in the Google Sheet.
Source API Descriptions
openapi