Latest News from the Abyssale team
Hi there,
We're bringing the creative power of our AI directly to your automated workflows! Previously, generating unique images from text prompts was a feature exclusive to the Design Editor.
Now, we've unlocked this capability for the API, allowing you to generate AI imagery programmatically at scale. Whether you need dynamic backgrounds or unique assets for thousands of variations, you can now drive it all with code.
elements object.text_to_image attribute and define your prompt inside it.Here is an example of the payload structure:
{
"elements": {
"image_0": {
"text_to_image": "An house in the woods with a wheat field nearby"
}
}
}
This update is available immediately for all API users. We can't wait to see the incredible visuals you'll build automatically!
Enjoy a more powerful and creative automation experience!