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"
}
}
| Key | Value | Description |
|---|---|---|
status | string | Can be "QUEUED", "OK" or "ERROR" |
output | JSON | Contains 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
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error