
🇨🇳 Chinese

🇨🇳 Chinese
- 系统内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
Generate with Ideogram 3.0
POST
/ideogram/v1/ideogram-v3/generate
Last modified:2025-05-05 16:37:29
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params multipart/form-data
prompt
string
required
Example:
cat
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/ideogram/v1/ideogram-v3/generate' \
--header 'Authorization: ' \
--form 'prompt="cat"'
Responses
🟢200成功
application/json
Body
object {0}
Example
{
"created": "2025-05-05T16:36:09.462623+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A photograph of a fluffy Persian cat with striking emerald green eyes. The cat is curled up asleep on a plush, velvet cushion, its long white fur radiating a soft glow. Sunlight streams through a nearby window, illuminating dust motes dancing in the air and highlighting the intricate patterns in the antique Persian rug beneath. A single, delicate flower rests on the windowsill adding a touch of gentle color to the scene.",
"resolution": "1024x1024",
"seed": 940533975,
"style_type": "GENERAL",
"url": "https://ideogram.ai/api/images/ephemeral/8vvmHwY6TnqiPVBTeQWWIw.png?exp=1746549378&sig=67efdf0d2ef0353060abe4eac4637feaec3578eac8ea09b82ee0ffe20ce9887f"
}
]
}
Modified at 2025-05-05 16:37:29