Latest News from the Abyssale team
Update
API
Abyssale Intelligence (AI)

Introducing AI Text-to-Image Generation via API!

Guillaume avatar
Shared by Guillaume • January 14, 2026

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.


What's New?

  • API-Driven Generation: Trigger AI image creation directly through your API calls, bypassing the need for manual editor work.
  • Full Automation: Seamlessly integrate AI image generation into your bulk creation workflows, allowing for infinite creative variations without human intervention.
  • Simple Implementation: Just add a few lines to your JSON payload to define your prompt.

How to Use It

  1. Identify the image layer you want to modify in your design.
  2. In your API payload, target that layer within the elements object.
  3. Add the 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!