v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
Images

Update image

patch/image/{image_id}

Path parameters

image_idstring required
Example:img-12345

Request body

namestring

Example request

{
  "name": "Updated Image Name"
}

Response

Image updated

successboolean

Example response

{
  "success": true,
  "data": {
    "id": "img-12345",
    "name": "image.jpg",
    "collection_id": "default",
    "width": 1920,
    "height": 1080,
    "size": 262144,
    "url": "https://assets.videodb.io/img/12345.jpg"
  }
}