API docs
Image Generation API
Tap into Galadriel’s image generation network. Follows the same schema as OpenAI’s image generation API.
POST
/
v1
/
images
/
generations
Authorizations
Bearer authentication header.
example value: Bearer Galadriel-API-key
Get API key from Galadriel dashboard.
Body
application/json
text description of the desired image(s).
The model to use for image generation.
The number of images to generate. Must be between 1 and 10.
Required range:
1 < x < 10
The quality of the image that will be generated.
Available options:
standard
, hd
The format in which the generated images are returned.
Available options:
url
, b64_json
The size of the generated images.
Available options:
256x256
, 512x512
, 1024x1024
The style of the generated images.
Available options:
vivid
, natural
A unique identifier representing your end-user