Video Projects
AI Talking Photo
Create a talking photo from an image and audio or text input.
post/v1/ai-talking-photo
Request body
Example request
{
"name": "My Talking Photo image",
"end_seconds": 15,
"assets": {
"image_file_path": "api-assets/id/1234.png",
"audio_file_path": "api-assets/id/1234.mp3"
},
"style": {
"generation_mode": "realistic"
},
"max_resolution": 1024
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 450
}