Q: Do you have an API or MCP ? You have AI planned?
Hi, can we fill the variables via REST API and then send the full picture somewhere else or get the result back as base64? Can we send base64 to fill the image variables?
Can we embed the editor in a Software and send something to that user via API, like a button he can trigger it to get data from another API?
You have a MCP Server planned? Some AI Features?

Elya_Bluepic
May 2, 2025A: 1. Our API currently returns all files as hosted URL's that will expire after 24 hours. But the idea of getting a base64 back instead of the file url is a smart idea and I really like it. We may implement this.
2. You can use any valid image source as variable value for an image, so base64 URLS are definitely supported. If you are using an external URL for an image you host, keep in mind that the image will be displayed by a foreign web page and we also make some fetch() calls to it, so make sure that CORS is enabled.
3. You can embed the editor anywhere (which is the idea if the widget feature). Getting data from an API by the user is currently not supported but you're not the first one who requests this. Such a feature would work as a "API Field" in which you can set the API endpoint and credentials in Studio and the result gets written into the variable when the user click on a button. We consider this as a next feature.
4. We plan some AI feature including MCP but we cannot say when this comes alive.