| Type | Dimensions | Supported Templates | Supported Types |
|---|---|---|---|
| Studio Template | 1200x630 | png jpg webp pdf | base64 url binary |
Automate this template using integrations
You can generate Cyan and Hot Pink Bold Editorial Quarterly Team Newsletter A4 Document with Archivo Black Display Title Red Sunburst Star Pink Section Header Photo Strip and Alternating Cream Event Rows renders using Rest API
await fetch("https://api.orshot.com/v1/studio/render", {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
body: JSON.stringify({
"templateId": 1065,
"response": {
"format": "png",
"type": "base64"
"scale": 1
},
"modifications": {
"<YOUR_DYNAMIC_PARAMETERS>"
}
}),
});