# Create a Transcription — OpenAI Whisper Botize method — `openai_whisper.transcription` (action). Creates a transcription of an audio to text. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `file_url` *(string)* — Audio file URL - `prompt` *(string)* — Prompt - `language` *(string, one of: ""; "ab"; "aa"; "af"; "ak"; "sq"; "am"; "ar"; "an"; "hy"; "as"; "av"; "ae"; "ay"; "az"; "bm"; "ba"; "eu"; "be"; "bn"; "bi"; "bs"; "br"; "bg"; "my"; "ca"; "ch"; "ce"; "ny"; "zh"; "cu"; "cv"; "kw"; "co"; "cr"; "hr"; "cs"; "da"; "dv"; "nl"; "dz"; "en"; "eo"; "et"; "ee"; "fo"; "fj"; "fi"; "fr"; "fy"; "ff"; "gd"; "gl"; "lg"; "ka"; "de"; "el"; "kl"; "gn"; "gu"; "ht"; "ha"; "he"; "hz"; "hi"; "ho"; "hu"; "is"; "io"; "ig"; "id"; "ia"; "ie"; "iu"; "ik"; "ga"; "it"; "ja"; "jv"; "kn"; "kr"; "ks"; "kk"; "km"; "ki"; "rw"; "ky"; "kv"; "kg"; "ko"; "kj"; "ku"; "lo"; "la"; "lv"; "li"; "ln"; "lt"; "lu"; "lb"; "mk"; "mg"; "ms"; "ml"; "mt"; "gv"; "mi"; "mr"; "mh"; "mn"; "na"; "nv"; "nd"; "nr"; "ng"; "ne"; "no"; "nb"; "nn"; "ii"; "oc"; "oj"; "or"; "om"; "os"; "pi"; "ps"; "fa"; "pl"; "pt"; "pa"; "qu"; "ro"; "rm"; "rn"; "ru"; "se"; "sm"; "sg"; "sa"; "sc"; "sr"; "sn"; "sd"; "si"; "sk"; "sl"; "so"; "st"; "es"; "sw"; "ss"; "sv"; "tl"; "ty"; "tg"; "ta"; "tt"; "te"; "th"; "bo"; "ti"; "to"; "ts"; "tn"; "tr"; "tk"; "tw"; "ug"; "uk"; "ur"; "uz"; "ve"; "vi"; "vo"; "wa"; "cy"; "wo"; "xh"; "yi"; "yo"; "za"; "zu")* — Language of the input audio - `model` *(string, one of: "whisper-1")* — Model - `temperature` *(string, one of: "0"; "0.1"; "0.2"; "0.3"; "0.4"; "0.5"; "0.6"; "0.7"; "0.8"; "0.9"; "1")* — Temperature ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{transcription_text}}` *(text)* — Transcribed text. The transcribed text into the input language. ## Account Needs a connected OpenAI Whisper account in Botize: https://botize.com/en/app/openai_whisper/authenticate ## This app Every trigger and action for OpenAI Whisper: https://botize.com/en/app/openai_whisper.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/openai_whisper/transcription