Twitter subtitles transcript
Pricing
$3.00/month + usage
Twitter subtitles transcript
Effortlessly convert any public Twitter/X video into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.
Pricing
$3.00/month + usage
Effortlessly convert any public Twitter/X video into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.
openaiApiKeystringRequired
Your OpenAI API key. Best practice is to set this as a secret environment variable.
taskEnumOptional
Choose whether to transcribe the audio into its original language or translate it into English.
"transcription": string"translation": stringmodelEnumOptional
Select the model. Note: 'translation' and 'timestamp_granularities' tasks require 'whisper-1'.
"whisper-1": string"gpt-4o-transcribe": string"gpt-4o-mini-transcribe": stringlanguagestringOptional
The language of the audio in ISO-639-1 format (e.g., 'en', 'es'). Improves accuracy. Required by some models.
promptstringOptional
A prompt to guide the model's style or to correct specific words and acronyms.
response_formatEnumOptional
The output format. Note: 'gpt-4o-*' models only support 'json' or 'text'. Timestamps require 'verbose_json'.
"json": string"text": string"srt": string"verbose_json": string"vtt": string