
Audio And Video Transcriber (OpenAI GPT-4o-transcribe)
Pricing
$5.00/month + usage

Audio And Video Transcriber (OpenAI GPT-4o-transcribe)
Downloads videos from public URLs, extracts audio, and transcribes them using OpenAI
5.0 (1)
Pricing
$5.00/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
4 days ago
Video URLs
video_urls
arrayRequired
A list of public direct URLs to video files (e.g., MP4, MOV, AVI). Each URL will be processed individually.
OpenAI API Key
openai_api_key
stringRequired
Your OpenAI API key for transcription services. This is treated as a secret and stored securely.
OpenAI Transcription Model
openai_model
EnumOptional
The OpenAI model for transcription. 'gpt-4o-mini-transcribe' is fast and cost-effective. 'gpt-4o-transcribe' may offer higher accuracy.
Value options:
"gpt-4o-mini-transcribe": string"gpt-4o-transcribe": string
Default value of this property is "gpt-4o-mini-transcribe"
Audio Language (Optional)
openai_transcription_language
stringOptional
The language of the audio in ISO-639-1 format (e.g., 'en' for English, 'es' for Spanish). If omitted, OpenAI attempts auto-detection.
Default value of this property is ""
Transcription Prompt (Optional)
openai_transcription_prompt
stringOptional
An optional text prompt to guide the model's style, vocabulary, or to correct specific words/names. Can significantly improve accuracy for domain-specific content.
Transcription Temperature
openai_transcription_temperature
stringOptional
Sampling temperature (0.0-1.0). Enter as a string, e.g., "0.2". Higher values make output more random; lower make it more deterministic. Default is "0.0".
Default value of this property is "0.0"