v2
latestOpenAPI 3.1.02026-08-07262688.0 KBVideos
Modify 1 video
Partially update certain fields of an existing video by its ID.
patch/vids/{video_id}
Query parameters
waitboolean
Wait for completion?
Wait for completion?
urgentboolean
Enqueue at head of queue if True
Enqueue at head of queue if True
strictboolean
Use strict mode if True
Use strict mode if True
langstring
en|es|pt|fr|ru
en|es|pt|fr|ru
Request body
Example request
{
"thumbnail_url": "https://cdn.example.com/video/thumb.jpg",
"preview_url": "https://cdn.example.com/video/preview.mp4",
"img_src": "https://cdn.example.com/video/thumb.jpg",
"img_zoom": "https://cdn.example.com/video/preview.mp4",
"date": "2024-10-19"
}Response
video successfully modified