> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Image

> Fetch Queued Images API fetches queued images for flux.

## Request

Send a `POST` request to below endpoint to return the corresponding queued images.

```curl curl theme={"theme":{"light":"github-light","dark":"github-dark"}}
--request POST 'https://modelslab.com/api/v1/enterprise/z_image_turbo/fetch/{id}' \
```

## Body

```json json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{ 
    "key": "enterprise_api_key"
}
```


## Related topics

- [Fetch Image](/enterprise-api/flux/fetch.md)
