
🇨🇳 Chinese

🇨🇳 Chinese
- 系统内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- 场景一:续写音乐并获取完整音乐
- 场景二:Cover 音乐:音乐翻版\修改风格
- 场景三:Replace Section:替换片段
- 场景四:Persona:歌手风格
- 场景五:stems:声曲分离(仅限chirp_auk)
- 场景六:Timing:歌词、音频时间线(仅限chirp_auk)
- 场景七:wav:获取 wav 格式文件
- 场景八:mp4:生成 mp4 mv 视频(仅限chirp_auk)
- 场景九:all-stems:全轨声曲分离
- 场景十:高价参数
- 生成音乐
- 上传音乐
- 歌曲拼接
- 新建 Persona
- 声曲分离
- Timing:歌词、音频时间线
- 获取 wav 格式文件
- 生成 mp4 mv 视频
- 生成歌词
- 查询单个任务
- 批量查询任务
- 批量查询歌曲
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺
- 火山方舟
- Pixverse
- Viggle
Generate with Ideogram 3.0
POST
/ideogram/v1/ideogram-v3/generate
最后修改时间:2025-05-05 16:37:29
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
Authorization
string
可选
默认值:
{{YOUR_API_KEY}}
Body 参数multipart/form-data
prompt
string
必需
示例值:
cat
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/ideogram/v1/ideogram-v3/generate' \
--header 'Authorization: ' \
--form 'prompt="cat"'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"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"
}
]
}
修改于 2025-05-05 16:37:29