Video Projects
AI Talking Photo
Create a talking photo from an image and audio or text input.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Body
Provide the assets for creating a talking photo
The start time of the input video in seconds
Required range:
x >= 0
Example:
0
The end time of the input video in seconds
Required range:
x >= 0.1
Example:
15
Provide the assets for creating a talking photo
The name of image
Example:
"Talking Photo image"
Response
200
application/json
Success
Unique ID of the video. This value can be used in the get video project API to fetch additional details such as status
Example:
"clx7uu86w0a5qp55yxz315r6r"
Estimated cost of the video in terms of number of frames needed to render the video. Frames will be adjusted when the video completes
Example:
450
Was this page helpful?