Close menu
Explore Plans
Mobile menu Close menu
Castmagic

Transcribe an audio or video file

This action will send a publicly accessible audio or video file to Castmagic to be transcribed into speaker-labeled paragraphs.

Developer info

API endpoint slug
castmagic.transcribe_audio_or_video
Filter code method
Castmagic.transcribeAudioOrVideo.skip(string?: reason)
Runtime method
runAction("castmagic.transcribe_audio_or_video", {})

Action fields

Audio or video url Text input

Label
Audio or video URL
Helper text
A direct public link to the audio or video file you want transcribed — for example an MP3, MP4, WAV, or M4A URL, or a public YouTube video.
Slug
audio_or_video_url
Required
true
Can have default value
true
Filter code method
Castmagic.transcribeAudioOrVideo.setAudioOrVideoUrl(string: audio_or_video_url)

Language Dropdown list

Label
Language
Helper text
The spoken language of the recording. Choose Auto-detect to let Castmagic identify it (best for multilingual audio).
Slug
language
Required
true
Can have default value
true
Filter code method
Castmagic.transcribeAudioOrVideo.setLanguage(string: language)

Boosted words Text input

Label
Boosted words
Helper text
Optional words or names you want Castmagic to spell correctly, one per line (for example brand names or people's names).
Slug
boosted_words
Required
false
Can have default value
true
Filter code method
Castmagic.transcribeAudioOrVideo.setBoostedWords(string: boosted_words)