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
}
| Key | Value | Description |
|---|---|---|
job_id | integer | The job ID to track the job |
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error