Connect to AI
AI & Machine Learning API Key

Ideogram REST API

AI-powered text-to-image generation API

Ideogram API enables developers to generate high-quality images from text prompts using advanced AI models. The API specializes in creating images with accurate text rendering, making it ideal for generating logos, posters, and marketing materials. Developers use Ideogram to build creative applications, automate design workflows, and integrate AI image generation into their products.

Base URL https://api.ideogram.ai/v1

API Endpoints

MethodEndpointDescription
POST/generateGenerate images from text prompts with customizable parameters
POST/remixRemix an existing image with new prompts or style variations
POST/editEdit specific parts of an image using inpainting and prompt guidance
GET/images/{image_id}Retrieve details and metadata for a generated image
GET/generationsList all image generations with filtering and pagination
DELETE/images/{image_id}Delete a specific generated image from your account
POST/upscaleUpscale generated images to higher resolutions
GET/modelsList available AI models and their capabilities
POST/describeGenerate text descriptions from uploaded images
GET/stylesRetrieve available artistic styles and presets
POST/variationsCreate multiple variations of a generated image
GET/usageGet current API usage statistics and quota information

Code Examples

curl -X POST https://api.ideogram.ai/v1/generate \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "prompt": "A futuristic cityscape at sunset with vibrant colors",
    "aspect_ratio": "16:9",
    "model": "V_2",
    "magic_prompt_option": "AUTO",
    "style_type": "REALISTIC"
  }'

Use Ideogram from Claude / Cursor / ChatGPT

Get a hosted MCP endpoint for Ideogram. Paste your Ideogram API key, copy back one URL, drop it into Claude Desktop, Cursor, or any AI client that supports remote MCP. Your AI calls Ideogram directly with your credentials — no local install, works on mobile.

generate_image Generate AI images from natural language descriptions with automatic prompt optimization
remix_image Create variations of existing images by modifying prompts or applying different styles
describe_image Analyze images and generate detailed text descriptions for understanding visual content
upscale_image Enhance image resolution and quality for production-ready outputs
manage_generations List, filter, and manage image generation history and metadata

Connect in 60 seconds

Paste your Ideogram key → get an MCP URL → paste into Claude/Cursor. Hosted by IOX, encrypted at rest.

Connect Ideogram to your AI →

Related APIs