Using HTTP Request Block to post content into a Lovable page

I’ve set up a website in Lovable and included a prompt to receive content from MindStudio and now in the process of setting up the integration pieces. In the Lovable chat function, I asked it “how do i test the integration with mindstudio to see if the content is properly displayed”. Lovable asked the following items:

1. What’s the exact API endpoint URL from MindStudio?

2. What authentication is required (API keys, tokens)?

  1. What’s the expected request format (GET, POST with parameters)? In my case I believe it will be POST but need help to identify the parameters
  2. How often should you fetch new content?
  3. What’s the rate limiting on MindStudio’s API?

On the mindstudio side, I’ve built a workflow that scrapes several urls and summarizes articles and added an HTTP request block to send the output to the website. It’s my first time to use the HTTP Request block and would need assistance on the above questions. Also, is there additional documentation or a build video using the HTTP Request Block that gives a step by step instruction on how to integrate with a website? I’ve checked out the HTTP Request block documentation in the MindStudio University which only provides the general config info. Below is a sample output (i.e. summarized article from scraped url):

3: “On August 20, 2025, Noms Magazine reported that the former Pizza Hut at the corner of Hastings and Gamma in Burnaby Heights is being transformed into a retro-themed Vegas Donuts location, with the building repainted in neon pink and blue and signage indicating an opening soon. Former Abandoned Burnaby Pizza Hut Being Transformed Into Retro Vegas Donut Shop

  • A Noms Mag community member (sarasyvr) spotted the changes at the site.
  • Vegas Donuts launched in Vancouver in spring 2024 when brothers Mike and Steve McBean took over the old De Dutch space on Knight Street.
  • The brand is inspired by the brothers’ grandparents’ 1960s Las Vegas donut shop and features items like Classic Glazed and Chocolate Fudge.
  • A small West End shop opened in September 2024 and closed after three months.
  • A Maple Ridge location opened earlier in 2025 and remains in operation.
  • The Burnaby location has not been officially announced by the brand, but the repaint and signage indicate it is coming soon.
  • Address: 4775 Hastings St, Burnaby, BC V5C 2K8.
  • Nearby recent openings mentioned include Malaysia Delights, 2025 Cafe, and Hei Hei Rice Rolls.

Former Abandoned Burnaby Pizza Hut Being Transformed Into Retro Vegas Donut Shop}}

Thanks in advance!

Hi @mylomindstudio,

Thanks for the post!

Could you share a bit more about the agent and how you’d like it to be triggered? Should it run automatically to make posts for your website’s blog, or do you want it to be triggered by users entering a topic and then receiving news?

Hi Alex,

Based on the selected topic, the agent uses the “Search Google News” block to get the urls then uses a Run workflow block to do the scraping and summarizing. I included a Checkpoint block so that I can decide what to post which will then use the HTTP Request block. My plan is to have the agent run automatically once a week so that the blog can be updated on the latest summarized articles.

Below is a snapshot of the workflow for your reference.

Thanks!

Hi @mylomindstudio,

Thanks for the quick reply!

Since you’re not triggering the Agent via API but instead sending data from your Agent to Lovable, you don’t need the MindStudio API endpoint or any other details. You can just use the HTTP Request block in your Agent to pass data out.

That said, Lovable projects can’t receive HTTP requests directly, so you’ll need a backend endpoint to capture the data from the Agent. Lovable has a direct integration with Supabase, which you can use to set this up.

Thanks Alex!

Hi Alex,

I’ve since set up Supabase and connected it with Lovable. Also created the end point in Supabase which from my understanding is the url that i need to input in the HTTP Request Block…right? Appreciate if you can assist on the other data I need to enter into the other HTTP Request parameters as shown in the snapshot below: