AI Images

Ideogram Turbo AI

get/ai-image/ideogram

Query parameters

promptstring required

Prompt to generate the image.

negative_promptstring

Negative prompt or SOMETHING You DO NOT WANTED in the image.

ratiostring

Image aspect ratio, leave it empty to see available ratio.

magic_promptstring

For improve your ass prompt maybe, idk.

Response

Success - Got the response

creatorstring

The creator of the API

messagestring

Unnecessary message for the user

okboolean

Indicates if the operation was successful

jobIdnumber

job id that you can use in endpoint /task

task_urlstring

Task URL that you'll use for the next request

Example response

{
  "creator": "@PaxSenix",
  "message": "Here is your job id and task url!",
  "ok": true,
  "jobId": 183829,
  "task_url": "https://example.com/task/19299"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.