Update Talking Photos

🖼️ Update your Talking Photos

The "Update Talking Photos" endpoint provides a powerful mechanism to modify the properties and content of a Talking Photo. With this endpoint, you can make dynamic changes to a Talking Photo, ensuring that it remains up-to-date and aligned with your evolving requirements.

🚧

Caution:

Don't forget to replace the placeholder "YOUR_API_KEY" with your unique API key in the header. If you haven't obtained one yet, please contact us at [email protected], and we will provide one as soon as possible.

A request example to specify an image as an asset is as follows:

curl --request PATCH \
     --url https://api.yepic.ai/v1/talkingphotos/{talkingPhotoId} \
     --header 'accept: application/json' \
     --header 'X-Api-Key: YOUR_API_KEY' \
     --header 'content-type: application/json' \
     --data
'
{
  "parentId": null,
  "groupId": null,
  "draft": false,
  "videoTitle": "My Studio Express talking photo video title.",
  "visibility": "Public"
}
'

For details of the image asset fields, refer to the table below:

FieldsData TypeRequiredDescription
parentIdstringNoThe id of the parent talking photo video.
groupIdstringNoThe id of the group talking photo video.
draftbooleanYesThe draft status of the talking photo video.
visibilitystringYesThe visibility of the talking photo video.
videoTitlestringYesThe Title of the talking photo video.

✅Congratulations! You have successfully update your video using our API!

📌 Need help?

If you require assistance or encounter any issues, we recommend referring to our FAQ page first. If you are still unable to resolve your issue, please don't hesitate to contact us for further support.