Retrieve a paginated list of all AI-generated images
Documentation Index
Fetch the complete documentation index at: https://docs.pictory.ai/llms.txt
Use this file to discover all available pages before exploring further.
pictai_)nextPageKey query parameter in the next request.| Status Code | Description |
|---|---|
| 200 | Request processed successfully. The items array contains the generated images. An empty array is returned if no images have been generated. |
| 401 | Unauthorized. The API key in the Authorization header is missing or invalid. |
| 500 | Internal server error. Retry the request after a brief delay. |
| Field | Type | Description |
|---|---|---|
url | string | Direct download URL for the generated image |
id | string | Unique identifier of the generated image |
prompt | string | The text prompt used to generate the image |
aspectRatio | string | Aspect ratio of the image (e.g., "16:9") |
createdDate | string | ISO 8601 creation timestamp |
model | string | AI model used for generation |
width | number | Image width in pixels |
height | number | Image height in pixels |
style | string | Visual style applied (present only if specified in the original request) |
referenceImageUrl | string | Reference image URL (present only if specified in the original request) |
nextPageKey field. To retrieve subsequent pages, pass this token as a query parameter in the next request.
Example paginated request:
nextPageKey is present in the response, you have reached the last page.