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)?
- 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
- How often should you fetch new content?
- 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!