Skip to main content

Image Collage

POST 

/api/v1/assets/addons/collage

Create an image collage from multiple assets. Submit a JSON request with canvas settings, asset positions, and optional labels.

The API is asynchronous and returns a job_id to track the processing status.

Response JSON

{
"job_id": 1234
}
KeyValueDescription
job_idintegerThe job ID to track the job

Request

Responses

Successful operation