
Creates an image given a prompt. By default a 1024×1024 image is generated, but you can change it to 256×256…

Accepts voice input. Currently, it works only with Chrome and some other browsers. Press the Speech Recognition button to speak…

Reads out numerical values in numeric type fields (Text-to-Speech), using the Web Speech API (Speech Synthesis). For example, the billing…

Button for batch input to multiple form elements. The text on the clipboard is split into lines and pasted into…

Button for batch input to multiple form elements allows popular combinations of input values to be implemented as a single…

Unzips the Zip-file attached in FILE type data. User can download any file in any ZIP file. ZIP compatible file…

Generates a 12-character password. Randomly extracts 2 characters from “23456789”, 4 characters from “ACFGHJKNRSUXYZ”, 4 characters from “acfghjknrsuxyz”, and 2…

Hello World for learning the “Questetra Form JavaScript API”. Set the following code in the “Description” section of the STRING…

Communicates with OpenAI API (ChatGPT); the default MODEL is “gpt-4” (configurable). Supports almost all Chat features, such as re-asking based…

Starts a conversation with the OpenAI API (ChatGPT). The MODEL used is “gpt-4” by default (configurable). A response (COMPLETION) to…

Transcribes audio and video files in caption format WebVTT, using the OpenAI API “whisper-1” model by default (configurable) to convert…

Translates audio into English. English text data is generated from sound or video file containing Japanese or other, using the…

Transcribes from audio file. The “whisper-1” model in the OpenAI API converts speech data into text data. If set abbreviations…

Communicates with OpenAI API (ChatGPT). Instructions with conversation history and/or advanced parameters (PROMPT) are possible; Sampling temperature, Sampling Top_P, Presence…

Starts a conversation with the OpenAI API (ChatGPT). The model ID used is “gpt-3.5-turbo”. A response (COMPLETION) to an instruction…

Duplicates File-type data. All files stored in Data Item A1 (Original Files) will be copied over to Data Item B1…

Narrows down to just the matched lines from the multiline text. A regular expression (RegExp) can be specified as the…

Narrows TSV text to column matched rows only. A regular expression (RegExp) can be specified as the match condition, and…

Narrows multi-line text down to matching lines only. The match condition can be either “equals”, “contains”, “begins with”, or “ends…

Filters TSV text to column-matched lines only. The match condition can be either “equals”, “contains”, “begins with”, or “ends with”.…

Converts text files charset (Coded Character Set). For example, converts UTF-8 encoding to Shift_JIS or UTF-16. If multiple files are…