generate
get multiple generations for an organization
GET
/
v2
/
generations
getting started
retrieve the status and result of all previously created generations.
Authorizations
Query Parameters
Filter generations by status
Response
200 - application/json
A unique identifier for the generation.
The date and time the generation was created.
The status of the generation.
Available options:
CANCELED
, COMPLETED
, FAILED
, PENDING
, PROCESSING
, REJECTED
The name of the model used for generation.
An array of input objects containing type and URL.
The URL to the webhook endpoint.
Options for the generation.
The URL of the output media.
The duration of the output media.
The error message if the generation failed.