Latest News from the Abyssale team
Hi there,
We've enhanced our API responses for visual generation with two powerful new properties: edit_url and view_url.
These additions provide direct links to manage and view your generated creatives, streamlining your workflows whether you're building custom integrations or using no-code tools like Zapier, make or n8n!
view_url: This property is now included in API responses when a visual is saved in the Abyssale UI Platform. The view_url provides a direct link to view the generated visual within the Abyssale platform, making it easy to share or quickly check the output of your automation.
edit_url: The edit_url property is sent when both the view_url is present AND the design used for generation is static. This allows you to jump directly into the ligth editor of the visual to make further modifications to your generated static visual, accelerating your iteration process.
Example of an updated API response:
{
"id": "d980bfe2-1333-4bfa-b6f1-20439b6ut405",
"version": 1,
"sharing_id": "824e193a-7c27-4c1f-abbd-95ff20091e6f",
"edit_url": "https://app.abyssale.com/visual/824f192a-7c27-4c1f-abbd-95ff20091e6f/edit",
"view_url": "https://app.abyssale.com/designs/f8b0ii53-b55e-4b28-bbb9-2acec847cd71/visual/824e193a-",
"file": {
"type": "jpeg",
"url": "https://production-banners.s3-eu-west-1.amazonaws.com/e0d292f8-ec32-11e9-a539-3c408bf9415"
}
}
This enhancement is available immediately for all API users and has also been integrated into no-code tools (such as Zapier and Make), allowing you to leverage these direct links in your automated workflows.
Enjoy a more connected and efficient creative generation experience!