Update Video

🖼️ Add any image as an asset to your videos.

The "Update Video" endpoint provides a powerful mechanism to modify the properties and content of a video within our system. With this endpoint, you can make dynamic changes to a video, 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/videos/{videoId} \
     --header 'accept: application/json' \
     --header 'X-Api-Key: YOUR_API_KEY' \
     --header 'content-type: application/json' \
     --data
'
{
  "parentId": null,
  "groupId": null,
  "draft": false,
  "visibility": "Public",
  "videoTitle": "My video title Updated"
}
'

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

FieldsData TypeRequiredDescription
parentIdstringNoThe id of the parent video.
groupIdstringNoThe id of the group video.
draftbooleanYesThe draft status of the video.
visibilitystringYesThe visibility of the video.
videoTitlestringYesThe Title of the 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.