Firefly in Component Dialogue | Community
Skip to main content
ButhpurKiran
New Participant
July 4, 2025
Solved

Firefly in Component Dialogue

  • July 4, 2025
  • 2 replies
  • 472 views

Hi,

 

We are looking for an option/feature to integrate firefly within component(ideally dialog) for authors to utilise the feature to curate content. Any suggestions/scenarios implemented would be of great help. Thanks

 

Kind regards,

Kiran Buthpur

Best answer by arunpatidar

Hi @buthpurkiran 

You can use Firefly APIs to generate images 

https://developer.adobe.com/firefly-services/docs/firefly-api/guides/api/image_generation/V3_Async/ 

 

You need to create your own clientlibs to call APIs

2 replies

abhishekanand_
New Participant
July 13, 2025

Hi @buthpurkiran 

 

if you have the license and only want to use firefly that provides API as shared by @arunpatidar, you can also leverage other api like dalle, midjourney. i did a integration with dalle in dam to create generative images based on prompt.

Abhishek Anand
arunpatidar
arunpatidarAccepted solution
New Participant
July 4, 2025

Hi @buthpurkiran 

You can use Firefly APIs to generate images 

https://developer.adobe.com/firefly-services/docs/firefly-api/guides/api/image_generation/V3_Async/ 

 

You need to create your own clientlibs to call APIs

Arun Patidar