---
title: "Render email design to HTML."
method: POST
path: "/emails/v1/render"
tags: ["emails"]
---

# Render email design to HTML.

`POST /emails/v1/render`

Convert design JSON to HTML with optional merge tags.

## Query parameters

- `projectId` string, required

## Request body

- object
  - `design` object, required — Proprietary design format JSON
  - `mergeTags` object — Optional merge tags for personalization

## Response `200`

Default Response

- object
  - `data` object
    - `html` string — Rendered HTML content

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

- **2026-01-19** `42ce261f6dec` — 1 breaking, 1 warning, 8 info
  - the `query` request parameter `projectId` became required
  - removed the optional property `html` from the response with the `200` status
  - added the non-success response with the status `404`
  - added the optional property `data` to the response with the `200` status
  - …6 more
- **2026-01-13** `343ccfa7da7d` — 3 info
  - added the new optional `query` request parameter `projectId`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2025-12-09** `9c0284025bec` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/emails/v1/render/post.md)

---

[API](https://skmtc.dev/unlayer/apis/unlayer-api.md) · [All operations](https://skmtc.dev/unlayer/apis/unlayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlayer/unlayer-api/revisions/077d753eb6d4/schema)
