https://api.hyprlab.io/v1
https://api.hyprlab.io/v1/images/generations
curl https://api.hyprlab.io/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "flux-1.1-pro",
"prompt": "A cute cat",
"steps": 20,
"height": 1024,
"width": 1024,
"response_format": "url",
"output_format": "webp"
}'
👉🏻 FLUX ULTRA - Request Body Documentions
prompt
(string, required)
Description: The main text prompt that influences the output generation.
Validation:
Must be a non-empty string.
aspect_ratio
(string, optional)
Description: Defines the aspect ratio of the generated output.
Validation:
Must be one of the following:
raw
(boolean, optional)
Description: Determines whether the raw output should be returned.
Validation:
Must be a boolean (true
or false
).
response_format
(string, optional)
Description: The format in which the response will be returned.
output_format
(string, optional)
Description: The file format for the output.
Validation:
Must be one of the following formats: