Authorization: Bearer ********************
{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"fastPass": false,
"seed": 0,
"name": "string",
"stream": false
}
curl --location --request POST 'https://api.thinkeo.io/v0/blocks//render' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"fastPass": false,
"seed": 0,
"name": "string",
"stream": false
}'
render_block
endpoint when stream
is false
.{
"blocks": {
"property1": {
"kind": "html",
"content": "string"
},
"property2": {
"kind": "html",
"content": "string"
}
},
"attachments": [
{
"blockId": "fcde1d7c-c9cf-4365-8b6f-51bb6a8bc460",
"attachmentId": "96b9bbac-86d3-4497-9e0c-1f8e3803eddb"
}
],
"totalCost": 0
}