ideogram-image
Generate, remix, edit, inpaint, reframe, background-process, describe, layerize, and upscale images with the Ideogram Developer API. Use when Codex must integrate Ideogram 4.0 or 3.0, render reliable typography or structured layouts, use style or character references, build synchronous or webhook workflows, migrate legacy Ideogram endpoints, or reason about Ideogram API pricing, safety, privacy, and production QA.
npx skills add calesthio/generative-media-skills --skill ideogram-image --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Describes a skill that guides an AI agent to interact with the Ideogram Developer API for image generation and manipulation tasks (generate, remix, describe, inpaint, reframe, layerize, upscale) and to manage synchronous or webhook workflows, migrations, and API pricing/safety/QA considerations.
How it works
- It instructs the agent to use the official Developer API directly and treat a checked date as part of the contract.
- It provides sections on selecting API routes (e.g., POST /v1/ideogram-v4/generate, POST /v1/ideogram-v4/remix, POST /v1/ideogram-v3/generate, etc.), and explains not to send model strings, to use route segments ideogram-v4 or ideogram-v3, and to avoid legacy routes for new work.
- It specifies authentication: base URL https://api.ideogram.ai and Api-Key header; emphasizes reading documents for pricing, limits, and policy before release.
- It details request formats (multipart/form-data for most, JSON for V4 Magic Prompt), success shapes, and examples of responses (e.g., ImageGenerationResponseV4, ImageGenerationResponseV3).
- It outlines input-touch points and limits (image file types, size limits, and per-route inputs like prompt, image, mask, etc.).
- It enumerates exact route paths, required vs. optional fields, and how to interpret success responses; it includes exact endpoint paths such as /v1/ideogram-v4/generate, /v1/ideogram-v4/remix, /v1/ideogram-v3/generate, /v1/edit, /upscale, /describe, and more.
- It provides guidance on risk areas, including API volatility, the need to validate live schemas, and handling of safety flags in responses.
- It includes instructions for layout, typography, and prompt construction (e.g., using json_prompt vs text_prompt, Magic Prompt behavior, and how to structure V4 vs V3 prompts).
When to use it
- Use when Codex must integrate Ideogram 4.0 or 3.0, render reliable typography or structured layouts, use style or character references, build synchronous or webhook workflows, migrate legacy Ideogram endpoints, or reason about API pricing, safety, privacy, and QA.
- Use to migrate legacy endpoints and manage API lifecycle notes (e.g., route migration and retirement cautions).
What it can touch
- The skill references specific tools: claude-code, codex, copilot, cursor.
- It specifies interaction with the Ideogram API endpoints, including authentication headers and content types. It discusses requesting and handling image URLs from responses and downloading results immediately.
Caveats
- It repeatedly notes that API facts are documented and subject to change; volatility of endpoints, lifecycle, pricing, limits, policy, and URL lifetimes.
- It emphasizes not promising specific outputs (e.g., PNG/JPEG from URL suffix) and to validate dimensions, prompts, and safety flags against live docs.
- It warns about legacy routes and the need to migrate away from deprecated paths.
- It requires validation against live OpenAPI contracts and live pricing before releases or quotes.
# Ideogram Image Use the official Developer API directly and treat the checked date below as part of the contract. ## Evidence labels and refresh rule - **Documented**: stated by an Ideogram first-party page or the official OpenAPI document. - **Inference**: a conclusion not guaranteed by the published contract. - **Production heuristic**: operational advice, not an Ideogram promise. - Treat model
What does the ideogram-image skill do?
Generate, remix, edit, inpaint, reframe, background-process, describe, layerize, and upscale images with the Ideogram Developer API. Use when Codex must integrate Ideogram 4.0 or 3.0, render reliable typography or structured layouts, use style or character references, build synchronous or webhook workflows, migrate legacy Ideogram endpoints, or reason about Ideogram API pricing, safety, privacy, and production QA.
How do I install it?
Run `npx skills add calesthio/generative-media-skills --skill ideogram-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From calesthio/generative-media-skills, a repository with 112 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.