v5

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

List images

get/image/

Query parameters

collection_idstring
Example:default

Response

List of images

successboolean

Example response

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