---
title: "Create Bulk Renders Based on Mockup Collection"
method: POST
path: "/renders/bulk"
tags: ["Bulk Renders"]
---

# Create Bulk Renders Based on Mockup Collection

`POST /renders/bulk`

## Request body

- object
  - `collection_uuid` string, uuid, required — The unique identifier of collection created in My Templates section: https://app.dynamicmockups.com/my-templates
  - `artworks` object
  - `colors` object — Key-value map of color inputs using hex codes
  - `export_label` string
  - `export_options` object — Optional settings used to control the format, size, and behavior of the exported images.
    - `image_format` 'webp' | 'jpg' | 'png'
    - `image_size` integer
    - `mode` 'view' | 'download'

## Response `200`

Successful response of bulk mockup renders

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `export_label` string
    - `exports` object[]
      - `url` string, uri
      - `label` string

## Other responses

- `400` — Bad request due to invalid input parameters
- `401` — Unauthorized request, invalid or missing API key
- `403` — Insufficient credits to perform this action
- `422` — Missing required input parameters

---

[API](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api.md) · [All operations](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dynamicmockups/dynamic-mockups-mockanything-ai-api/revisions/5582facc8ca8/schema)
