Generate 3.0 (Image Remix)

enabling用 Ideogram 3.0 models, according to给定 提示 and can选Parameters同步生成图像 具体Parameters请see Official Documentation: https://developer.ideogram.ai/api-reference/api-reference/remix-v3 Back to Index 图像 URL in 24 小is内has效, 超过该isbetween将无法访问图像. 已反代图片

Endpoint

POST http://v98store.com/ideogram/v1/ideogram-v3/remix

cURL Command

curl -X POST 'http://v98store.com/ideogram/v1/ideogram-v3/remix' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN'

Parameters

NameInDescriptionRequired
AcceptheaderYes
AuthorizationheaderYes

Request Body

Responses

200 -

Example

{
  "data": [
    {
      "seed": 12345,
      "prompt": "A photo of a cat",
      "resolution": "1024x1024",
      "url": "https://v3.fal.media/files/panda/-6uzsYt1XEco4s6BThKaP_image.png",
      "is_image_safe": true,
      "style_type": "REALISTIC"
    }
  ],
  "created": "2025-08-27T22:13:44.972624193+08:00"
}