History
GET
/api/v1/nova/imagesRetrieve a list of generated images from the last 24 hours.
Request
Query Params
page
number
optional
The page number to retrieve, defaults to 1.
Example:
1
size
number
optional
The number of images to retrieve, defaults to 10.
Example:
10
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
images
array [object {6}]
required
The list of images.
id
string
required
The messageId of the image.
type
string
required
The action that was used to generate the image.
button
string
required
The button label of the action that was used to generate the image.
prompt
string
required
The prompt used to generate the image.
uri
string
required
The image URL.
createdAt
string
required
The timestamp of the job creation.
Example
Not configured
Last modified: 1 个月前