ToolKiti
Home/图像生成/Ideogram API

Ideogram API

Ideogram 接口

AI image generation with superior text rendering. Known for accurate text-in-image generation.

AI 图像生成,文字渲染能力业界领先,以准确的图中文字著称。

Pricing

free tier, paid plans from $20/mo

Authentication

  • API Key

Popularity

48/100

Endpoints

https://api.ideogram.ai/generate
https://api.ideogram.ai/upscale

SDKs

Pythoncurl

Key Features

Code Examples

Generate with Textbash
curl https://api.ideogram.ai/generate \
  -H "Content-Type: application/json" \
  -H "Api-Key: $IDEOGRAM_API_KEY" \
  -d '{
    "image_request": {
      "prompt": "A poster that says 'Hello World'",
      "aspect_ratio": "16/9"
    }
  }'

Tags

imagegenerationtextdesign

Last updated: 2026-07-28