---
title: "Convert Full to Simple schema."
method: POST
path: "/v3/convert/full-to-simple"
tags: ["convert"]
---

# Convert Full to Simple schema.

`POST /v3/convert/full-to-simple`

Convert design json from Full to Simple schema.

## Request body

- object
  - `design` object, required
    - `body` object, required
    - `counters` object
    - `schemaVersion` number
  - `displayMode` 'email' | 'web' | 'popup' | 'document'
  - `includeDefaultValues` boolean
  - `includeConversion` boolean — When true, includes _conversion metadata in the response. This metadata can be passed to simple-to-full to restore original values without data loss.

## Response `200`

Default Response

- object
  - `success` true
  - `data` object
    - `design` object

## Changes

- **2026-02-16** `05f06124acf9` — 2 info
  - api operation id `convertFullToSimple` was added
  - api tag `convert` added
- **2026-02-15** `579dff50df9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/v3/convert/full-to-simple/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/48f00d1c04c2/schema)
