This is where you get started with programmatically generating talking head videos.
requests
library:
resources
, which handle files,
and requests
, which use resources for generation. Here’s a high-level
overview of the workflow:
Create Resource(s)
resource_id
.Submit Request
resource_id
s. Each request is referenced by a unique request_id
.Check Status
request_id
. The status could be
pending
, processing
, completed
or failed
. If the status is completed
, you will receive
the video link.Download Video(s)