Instagram reel transcript avatar
Instagram reel transcript

Pricing

$2.00/month + usage

Go to Store
Instagram reel transcript

Instagram reel transcript

Developed by

ius iyb

ius iyb

Maintained by Community

Effortlessly convert any public Instagram reels videos into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.

0.0 (0)

Pricing

$2.00/month + usage

0

Total users

7

Monthly users

7

Runs succeeded

99%

Last modified

3 days ago

Instagram Video URL

twitterUrlstringRequired

The URL of the Instagram video you want to process.

OpenAI API Key

openaiApiKeystringRequired

Your OpenAI API key. Best practice is to set this as a secret environment variable.

Task Type

taskEnumOptional

Choose whether to transcribe the audio into its original language or translate it into English.

Value options:

"transcription": string"translation": string

Transcription Model

modelEnumOptional

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)

languagestringOptional

The language of the audio in ISO-639-1 format (e.g., 'en', 'es'). Improves accuracy. Required by some models.

Prompt (Optional)

promptstringOptional

A prompt to guide the model's style or to correct specific words and acronyms.

Response Format

response_formatEnumOptional

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

Temperature (Optional)

temperaturestringOptional

A value between 0 and 1. Higher values (e.g., 0.8) are more random; lower values (e.g., 0.2) are more focused.

Timestamp Granularities (Optional)

timestamp_granularitiesarrayOptional

Request word or segment-level timestamps. Requires 'whisper-1' model and 'verbose_json' response format.