action rev_submit_transcription_job { label: "Submit Transcription Job" description: "Starts an asynchronous job to transcribe speech-to-text for a media file. Media files can be specified in two ways, either by including a public url to the media in the transcription job `options` or by uploading a local file as part of a multipart/form request." provider: rev method: POST path: "/jobs" encoding: json input: { type: "object" } output: { type: "object" } }