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
name of the model to use for generation.
lipsync-1.8.0-beta
, lipsync-1.7.1
, lipsync-1.6.0
input media to use for generation. this is an array of media items.
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
A unique identifier for the generation.
The date and time the generation was created.
The status of the generation.
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.