create a new generation job
create generations using one of the available sync ai models.
getting started
authenticate and make your first request to the generate
api.
what to do next
explore options for monitoring your job’s progress and receiving updates.
Authorizations
Body
input media to use for generation. this is an array of media items.
name of the model to use for generation.
lipsync-1.8.0
, lipsync-1.8.0-beta
, lipsync-1.7.1
, lipsync-1.6.0
, lipsync-1.9.0-beta
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
The date and time the generation was created.
A unique identifier for the generation.
An array of input objects containing type and URL.
The name of the model used for generation.
The status of the generation.
PENDING
, PROCESSING
, COMPLETED
, FAILED
, REJECTED
, CANCELED
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.