
Twitter/X Video Transcriber & Translator
Pricing
$3.00/month + usage

Twitter/X Video Transcriber & Translator
Effortlessly convert any public Twitter/X video into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.
0.0 (0)
Pricing
$3.00/month + usage
0
Total users
1
Monthly users
1
Last modified
3 days ago
OpenAI API Key
openaiApiKey
stringRequired
Your OpenAI API key. Best practice is to set this as a secret environment variable.
Task Type
task
EnumOptional
Choose whether to transcribe the audio into its original language or translate it into English.
Value options:
"transcription": string"translation": string
Transcription Model
model
EnumOptional
Select the model. Note: 'translation' and 'timestamp_granularities' tasks require 'whisper-1'.
Value options:
"whisper-1": string"gpt-4o-transcribe": string"gpt-4o-mini-transcribe": string
Language (Optional)
language
stringOptional
The language of the audio in ISO-639-1 format (e.g., 'en', 'es'). Improves accuracy. Required by some models.
Prompt (Optional)
prompt
stringOptional
A prompt to guide the model's style or to correct specific words and acronyms.
Response Format
response_format
EnumOptional
The output format. Note: 'gpt-4o-*' models only support 'json' or 'text'. Timestamps require 'verbose_json'.
Value options:
"json": string"text": string"srt": string"verbose_json": string"vtt": string