API
Your Flower Store In a Box website has a REST API. That means you can connect AI assistants, automation tools, and custom script s directly to your site and make changes without ever opening the dashboard update your content programmatically, in bulk, on a schedule, or triggered by something else entirely.
Heads up this is experimental. The API is live and working, but it`s still early days. There may be bugs. Use it with caution, test in a staging environment where you can, and get in touch if you run into anything unexpected.
What you can do here
- View and regenerate your API key
- Configure API access permissions
- Connect third-party integrations, including AI tools, using our RESTful API
What the API covers
The API reaches the main content areas of your site:
- Blog posts create, update, and manage articles
- Pages edit your static pages and their content
- Products update wording, pricing, and details
- Product categories manage how your products are grouped
- SEO suburb pages create and update local landing pages for the areas you deliver to
- FAQs add and edit FAQs across blogs, pages, products, and categories
- Orders search orders and check status
For a florist, the practical uses are things like: refreshing your suburb landing pages with better content, keeping your product wording up to date across a large catalogue, or building out your FAQ library so you show up in Google`s AI Overviews and ChatGPT answers.
Step by step
- Go to API in the Advanced Settings menu.
- Copy your API key keep it private, it gives full access to your site content.
- Check the API documentation for the specific endpoints and requests you`ll need. The base URL is https://www.myweblogin.com/api/v3, and every request needs your Bearer token in the Authorization header.
- Give the key and base URL to the AI tool or script you`re connecting it can then read your existing content and write new content directly to your site using standard GET, PUT and POST requests.
- If needed, regenerate the key this will break existing integrations until you update them with the new key.
Using AI tools like Claude
The most useful thing you can do right now is connect an AI assistant to your site. With the right setup, you can ask Claude (or another AI) to write a suburb delivery page and push it live, update a product`s wording, or generate a set of FAQs all from a single conversation.
Structured FAQ content is one of the fastest ways to get your florist business appearing in AI-generated answers. When someone asks ChatGPT or Google`s AI Overview "who does same-day flower delivery in [suburb]", the sites with clear, well-structured FAQ data are the ones that get cited. The API lets you add FAQ content to your blogs, pages, products, and categories, so you can build a solid FAQ library across your whole site without doing it one page at a time.
Tips
- Keep your API key private. Do not share it or commit it to public code.
- Want a full step-by-step walkthrough? Read our guide on connecting AI tools to Flower Store In a Box.
- Bookmark the API documentation so you can refer back to it whenever you`re setting up a new integration.
- Not technical, or don`t have a developer? Don`t worry the marketing platform being built will handle this automatically as part of the normal dashboard experience.
Ask the assistant
AI assistant support for this screen is coming soon.
- How do I find my API key?
- How do I connect an AI tool to my store?
- What can I manage through the API?
- Where can I find the API documentation?