Generations
List Generations
The list generations endpoint lets users retrieve information about all their generated media and their associated generation details. Users can filter by generation_id, media_id or status.
GET
/
pub
/
v1
/
generations
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Query Parameters
status
enum<string>
The status of the feed item. (optional)
Available options:
success
, failed
media_id
string
The id of the media (optional)
generation_id
string
The id of the generation (optional)
page
integer
The page number of the feed
page_size
integer
The page size of the feed
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
pagination
object
The pagination information
Was this page helpful?