cURL
curl --request GET \ --url https://api.mulerun.com/vendors/google/v1/nano-banana-pro/edit/{task_id} \ --header 'Authorization: Bearer <token>'
{ "task_info": { "id": "123e4567-e89b-12d3-a456-426614174000", "status": "completed", "created_at": "2025-09-21T00:00:00.000Z", "updated_at": "2025-09-21T00:00:00.000Z" }, "images": [ "https://example.com/image.png" ], "description": "A beautiful sunset over the mountains" }
Get the result of an image to image edit task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task result
Show child attributes
Task status
pending
processing
completed
failed
"pending"
Task creation timestamp (ISO 8601)
"2025-09-21T00:00:00.000Z"
Task last update timestamp (ISO 8601)
UUID of the task
Error message of task execution, only returned when task status is failed
MuleRouter Error code
3001
MuleRouter Error title
"Task Execution Error"
MuleRouter Error detail
"Task execution failed"
List of edited image URLs
URL of the edited image
Model generated description of the edited image