cURL
curl --request POST \ --url https://http.flux.proxy.prod.s9t.link/model/infer/flux \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "Minimalist photography, beautiful mermaid with long hair covered with seashells and seagras, under water, sad face, heterochromia eyes blue and black, 8k, intricate detailed, eyes closed", "height": 1024, "width": 1024, "seed": 129232030, "num_inference_steps": 50, "num_images_per_prompt": 1, "guidance_scale": 7, "negative_prompt": "cartoon-like", "lora_weights": "" }'
{ "images": [ null ], "time_taken": 123, "duration": 123, "seed": 123 }
Generate high-quality images using the Flux model
JWT token for authentication
Successful image generation
The response is of type object.
object