Skip to main content
POST
Submit Qwen Image 3.0 Image Edit Task
Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. Retrieve the result through the unified Query Task Status endpoint or provide callback_url for a completion notification.

Qwen Image 3.0 Image Edit

This model supports reference-image editing for posters, product visuals, typography, and natural-language creative tasks.

Available Models

  • qwen-image-3.0/edit - Standard reference-image editing with 1K and 2K output

Parameters

  • prompt is required and supports up to 5,000 characters.
  • size supports 1:1, 3:2, 2:3, 4:3, 3:4, 16:9, 9:16, and 21:9.
  • resolution supports 1K and 2K.
  • output_format supports png and jpeg.
  • prompt_extend controls automatic prompt enhancement.
  • negative_prompt describes content that should not appear in the output.
  • seed accepts values from 0 to 2,147,483,647.
  • enable_safety_checker controls content safety checking.
  • image_urls is required and reference-video or reference-audio fields are not accepted.
  • Billing is per output image, with an additional usage charge for each input image.

Reference-Image Example

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
qwen-image-3.0/edit
Example:

"qwen-image-3.0/edit"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required