---
title: "Render email content"
method: POST
path: "/email-content/{id}/render"
tags: ["Email Content"]
---

# Render email content

`POST /email-content/{id}/render`

With this endpoint you can render email content to HTML by ID.
The content is rendered with an empty data context (no contact, no marketing activity).

**Scopes:**
`email-templates.write`

## Path parameters

- `id` string, required

## Headers

- `Omnisend-Version` string, required

## Response `200`

Rendered HTML body

- object

## Other responses

- `400` — Invalid content ID or missing brand ID
- `401` — Authentication is missing or invalid
- `403` — Insufficient permissions for this operation
- `404` — Content not found
- `410` — API version has been retired
- `422` — Liquid syntax error in template
- `429` — Rate limit exceeded
- `500` — Unexpected error occurred

---

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