• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to get Ideogram to work with Pabbly

Pabblynaut

Member
I am new to messing with the API module, so sorry for stupid questions.

I want to use Pabbly to generate images with Ideogram API reference

I can not figure out where to put API key, and what should be in the various fields below. Any help is appreciated!

1726487470761.png
 

Preeti Paryani

Well-known member
Staff member
Hello @Pabblynaut

Please insert the API token under the field indicated in the attached screenshot.

-1-How-to-get-Ideogram-to-work-with-Pabbly-Pabbly-Support.png


To better understand how to use the API by Pabbly action please refer to this tutorial -

If you need any further assistance please let us know.
 

Pabblynaut

Member
How do i enter this in the API module?

curl -X POST https://api.ideogram.ai/generate \
-H "Api-Key: <apiKey>" \
-H "Content-Type: application/json" \
-d '{
"image_request": {
"prompt": "A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there is an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.",
"aspect_ratio": "ASPECT_10_16",
"model": "V_2",
"magic_prompt_option": "AUTO"
}
}'
Source
 
Top