edit_image
Edit images with Seedream models through RunAPI. Submit source image URLs and a prompt to create an editing task, returning task ID, status, and output URLs.
Instructions
Create a Seedream task on RunAPI (edit image). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | No | ||
| timeout_ms | No | ||
| aspect_ratio | No | ||
| callback_url | No | ||
| output_count | No | ||
| output_format | No | ||
| output_quality | No | ||
| poll_interval_ms | No | ||
| output_resolution | No | ||
| source_image_urls | Yes | ||
| enable_safety_checker | No |