Skip to main content
Qwen Edit endpoint result
Make sure you add your s3 details for image_editing server, so you can receive image generated in your bucket. Images generated without s3 details being added will be delete after 24hours

Request

Make a POST request to below endpoint and pass the required parameters as a request body to the endpoint.
curl

Body

json

Body Attributes

string
required
Your API Key used for request authorization
string
required
Text prompt with description of the things you want in the image to be generated.
array
required
Links to the image want your generations to edit and manipulate.
boolean
required
If provided init_image is in base64 format or if you want your generated images as a base64 string, must be set to true. Default: false.
string
required
Set an URL to get a POST API call once the image generation is complete.
string
required
This ID is returned in the response to the webhook API call. This will be used to identify the webhook request.