Description

List all images of given model

Headers

content_type

application/json

Parameters

model_id required, type: String

Model id or slug

Example Response

{
    "images": [
        {
            "id": "12",
            "thumbnail": "https://img-new.cgtrader.com/path_to_thumbnail_image.png",
            "grid": "https://img-new.cgtrader.com/path_to_grid_image.png",
            "large": "https://img-new.cgtrader.com/path_to_large_image.png",
            "original": "https://img-new.cgtrader.com/path_to_image.png"
        }
    ]
}