Create Generation
Headers
Request
name of the model to use for generation.
Array of input objects. Must include one video input item and one audio input item. Audio input items can be provided as either: recorded/captured audio url or a text-to-speech input with tts provider configuration.
additional options available for generation.
webhook url for generation status updates. once the generation completes we will send a POST request to the webhook url with the generation data.
Response
Job created successfully
The date and time the generation was created.
A unique identifier for the generation.
An array of input objects used for generation.
The name of the model used for generation.
The status of the generation.
The error message if the generation failed.
Options for the generation.
The duration of the output media.
The URL of the output media.
The URL to the webhook endpoint.