Image text overlay from textoverimage

Very beginner level in make.com modules.

I’m using this textoverimage.moesif to overlay text on an image created by chatgpt 5.

It’s for instagram post, so I want to have “caption” or text on the image before posting it on instagram.

I’m stuck at connecting to the api url, i think it’s the “GET” link: https://textoverimage.moesif.com/image

My goal is to get informatoin about “hashtags” "or contents generated by the previous gpt prompt completion for “caption” or maybe “text”?

I’m not sure what to put about the parameters.

Thank you!

Welcome to the Make community!

How is your module set up? I noticed you forgot to include a screenshot of the fields, in particular, the rawText field.

To allow others to assist you with your scenario, please provide the following:

1. All Relevant Screenshots

We need to see what you’re working with to give you the best advice. Screenshots are extremely important because Make is a visual editor — a picture provides us with more context.

It would help us identify the issue by having screenshots of:

  • the full scenario,
  • any error messages,
  • individual module fields,
  • relevant filter settings (conditions), and
  • each module’s output bundles
  • any external services (spreadsheet headers, sample data, regex101.com, etc.)

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

3. Module Output Bundles

Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually
    Add three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight and click the “preformatted text” button in the editor

  • Method 3: Upload your file and share the public link
    (this method is only recommended for large files exceeding the forum upload limit)

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.

Sharing these details will make it easier for others to assist you.

scenario.blueprint.json (478.6 KB)

module 1.txt (2.4 KB)

module 2.txt (1.7 KB)

module 3.txt (1.7 KB)

module 4.txt (4.4 KB)

module 5.txt (1.4 KB)

module 6.txt (2.5 KB)

module 7.txt (2.6 KB)

module 8.txt (1.5 KB)

module 9.txt (14 Bytes)

Hi, I’m trying to follow your instructions and upload all the relevant info in the website. My apology is I did it wrong.

My goal is to send both image (Prompt 4) + caption (Prompt 44) to https://textoverimage.moesif.com/image via HTTP module and request textoverimage to do a text overlay based on the parameters in HTTP module. Then, send the completed image with text overlay to Instagram module (create a photo post) to post online.

I’m stuck at HTTP with 404 error. I’m not sure what to do at this point.

Once the goal is completed, I will connect the above unlinked modules to X and facebook, as shown the first image for the whole scenario.

I decided to leave the pinterest chain unlinked because my wordpress can only show up to 3 social network links for now (free tier theme)