# Create new image — Images Botize method — `btztxt2img.free_image` (action). Create an image by overlaying one or more layers with different text and images. 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. - `mb_switch` *(boolean)* — Rules - `image_width` *(string)* — Image width (pixels) - `image_height` *(string)* — Image height (pixels) - `mb_outputvars_switch` *(boolean)* — Customize tags It also accepts repeatable field groups, with these prefixes: `mb_filters_*`, `layer_group_*`, `layer_txt_*`, `layer_align_h_*`, `layer_align_v_*`, `layer_font_*`, `layer_font_color_*`, `layer_split_*`, `layer_image_url_*`, `layer_image_trim_*`, `layer_resize_type_*`, `layer_width_*`, `layer_height_*`, `layer_position_*`, `layer_canvas_x_*`, `layer_canvas_y_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{new_image_url}}` *(text)* — Image URL. The URLs Botize creates are short-lived: they exist while the task runs (usually less than a minute), not as permanent links. If you need to keep the file, save it to a cloud service (Dropbox, FTP, Google Drive...) as part of the same automation. Posting to social networks or messaging apps is not a problem: those services store their own copy, so the image still shows even after the original link is gone ## This app Every trigger and action for Images: https://botize.com/en/app/btztxt2img.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/btztxt2img/free_image