2.10 Hyper Images
The HyperImages endpoint generates images based on text prompts using the "hyperimages" model. Users must have sufficient credits, which are deducted upon successful image generation.
Method: POST
Headers:
Bearer Token
new_user_token
Parameters:
Query (str): The text prompt provided by the user for generating the image.
sample (int): The number of samples to generate.
steps (int): The number of steps for the image generation process.
negative (str): Information about whether the process should avoid certain features.
width (int): The width of the generated image. It must be either 1024 or 512.
height (int): The height of the generated image. It must be either 1024 or 512.
Example Request:
Example Response (Success):
Example Response (Error):
Last updated