generate
get the status of a generation job
GET
/
v2
/
generate
/
{id}
getting started
retrieve the status and result of a previously created generation.
Authorizations
Path Parameters
Job ID
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.