v5

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

Get image details

get/image/{image_id}

Path parameters

image_idstring required
Example:img-12345

Query parameters

collection_idstring
Example:default

Response

Image details

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"
  }
}