Skip to main content

Image Collage Job

GET 

/api/v1/assets/addons/collage/jobs/:job_id

Retrieve the status and result of an Image Collage job by job_id.

Response JSON

{
"status": "OK",
"output": {
"asset_id": "NEW_ASSET_ID"
}
}
KeyValueDescription
statusstringCan be "QUEUED", "OK" or "ERROR"
outputJSONContains the asset ID of the generated collage

Retrieve Collage Images with Dynamic Sizing

You can use /api/v1/assets/{ASSET_ID}/storyboard CDN API to display dynamically resized collage images. This works the same way as On-demand Image Transformations, including all the resizing, cropping and other parameters.

<img src="<<CDN_HOST>>/api/v1/assets/{ASSET_ID}/storyboard/{FILE_NAME}?resize=500,500" />

Request

Responses

Successful operation