v2
latestOpenAPI 3.1.02026-08-07262688.0 KBVideos
Modify N videos
Partially update certain fields of existing videos in the DB.
patch/vids
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
videos successfully modified