edit_image
Submit an image URL with optional edit instructions to generate an edited version, receiving a task ID, status, and output URLs.
Instructions
Create a Grok Imagine task on RunAPI (edit image). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | No | Optional image editing instruction. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for terminal Task delivery. | |
| poll_interval_ms | No | ||
| source_image_url | Yes | Public source image URL. | |
| enable_safety_checker | No | Enable content safety checks. |