Endpoint
Request
This endpoint does not require any parameters. Simply make a GET request to receive the image collection.Response
Returns an object with animageUrls array. Each array item contains the blob URL and filename.
Array of image objects, each containing:
url: Full Azure Blob Storage URL with SAS tokenname: Blob filename (format:{prompt}_{timestamp}.png)
Example request
Example response
Response details
Images are sorted by timestamp in descending order (newest first). The endpoint does not cache results (cache: “no-store”), ensuring you always receive the latest image collection. Each URL includes a SAS token for secure access to Azure Blob Storage.Error codes
Internal server error - The image service failed to retrieve the image collection
Usage tips
- Use this endpoint to display a gallery of generated images
- Results are not cached, so each request fetches fresh data
- The response structure may vary based on the Azure service configuration