View as Markdown
Palatine Speech icon

Palatine Speech ACTION

Download Transcription

Downloads the transcription results in a specified file format (SRT, VTT, TXT, CSV, or XLSX). The task must be completed before downloading. See the documentation
  • Action
  • Writes data
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Palatine Speech account once, then configure and run Download Transcription from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "palatine_speech-download-transcription",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    palatine_speech: { authProvisionId: "apn_xxxxxxx" },
    taskId: "Task ID",
    fileFormat: "File Format",
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Download Transcription inputs
Property Type Description
taskId Task ID string
The unique identifier of the transcription task
Required
fileFormat File Format string
The format for the downloaded transcription file
Required
filename Filename string
The name of the file to save the transcription to in the /tmp directory
Required
syncDir SyncDir dir
Required

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
palatine_speech-download-transcription
Version
0.0.2
App
Palatine Speech
Authentication
API key
Read-only
No
Destructive
No
Open world
Yes