This enpoint allows you to generate an Image using an Alias. It has multiple modes and can receive a number of parameters to control the generation.

Log in to see full request history
Body Params
string

The unique Alias identifier to use for the generation.

int32

A unique integer serving as the seed for the generation

string
Defaults to txt2img

The type of generation to use: txt2img or img2img

int32
Defaults to 1024

The width of the picture (must be a multiple of 16)

int32
Defaults to 1024

The height of the picture (must be a multiple of 16)

float
Defaults to 7

The CFG scale to use in the generation

string

a URL to serve as the init_image in the img2img mode

float
Defaults to 0.65

The weight to use for the lora (must be between 0.1 and 1.0)

float
Defaults to 0.65

The strength of the init image when using the img2img mode.

string

The prompt to use to generate the image

string

The negative prompt to use when generating an image.

int32
Defaults to 1

The number of images to generate in one job

Headers
string

Your API Key that can be obtained by going to https://alias.studio, in your account settings.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json