AI Images

Flux

get/ai-image/flux

Query parameters

textstring required

Prompt to generate the image.

modelstring

Model for image generator, leave it empty to see available models

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.