API docs
Image Editing API
Tap into Galadriel’s image generation network. Follows the same schema as OpenAI’s image generation API.
POST
/
v1
/
images
/
edits
Authorizations
Bearer authentication header.
example value: Bearer Galadriel-API-key
Get API key from Galadriel dashboard.
Body
multipart/form-data
The image to be edited.
A text description of the desired image(s).
The model to use for image editing.
The number of images to generate. Must be between 1 and 10.
Required range:
1 < x < 10
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
A unique identifier representing your end-user