List images
get/image/
Query parameters
collection_idstring
Example:default
Response
List of images
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"
}
]
}
}