pages
Render page design to HTML.
Convert page design JSON to HTML with optional merge tags.
post/pages/v1/render
Query parameters
projectIdstring
The project ID (required for PAT auth, not needed for API Key auth)
Request body
Example request
{
"design": {
"counters": {
"u_row": 1,
"u_column": 1,
"u_content_text": 1
},
"body": {
"rows": [
{
"cells": [
1
],
"columns": [
{
"contents": [
{
"type": "text",
"values": {
"text": "Hello World"
}
}
]
}
]
}
]
}
}
}Response
Default Response