cURL
curl --request GET \ --url https://api.mulerun.com/vendors/google/v1/nano-banana/generation/{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 a text to image generation task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task result
Show child attributes
List of generated image URLs
URL of the generated image
Model generated description of the image