Get image details
get/image/{image_id}
Path parameters
image_idstring required
Example:img-12345
Query parameters
collection_idstring
Example:default
Response
Image details
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"
}
}