| Type | Dimensions | Supported Templates | Supported Types |
|---|---|---|---|
| Studio Template | 1080x1080 | png jpg webp pdf | base64 url binary |
Automate this template using integrations
You can generate Deep Navy and Bright Cyan Bold Geometric Digital Marketing Agency Instagram Square Post with Pacifico Script Kicker, Anton Display Headline, Circular Hero Photo in Cyan Ring and Modular Block Decorations 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": 1048,
"response": {
"format": "png",
"type": "base64"
"scale": 1
},
"modifications": {
"<YOUR_DYNAMIC_PARAMETERS>"
}
}),
});