Promo / Hero Top
promo Β· v1
active{
"name": "Promo / Hero Top",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "product_name",
"max": 60,
"type": "text",
"required": true
},
{
"key": "benefit_1",
"max": 80,
"type": "text",
"required": true
},
{
"key": "benefit_2",
"max": 80,
"type": "text"
},
{
"key": "price",
"max": 32,
"type": "text"
},
{
"key": "cta",
"max": 40,
"type": "text",
"default": "Shop now"
},
{
"key": "image_hero",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
}
],
"slides": [
{
"text": "{{product_name}}\\n{{benefit_1}}",
"image": "{{image_hero}}"
},
{
"text": "{{benefit_2}}",
"image": "{{image_hero}}"
},
{
"text": "{{price}} β’ {{cta}}",
"image": "{{image_hero}}"
}
],
"length_sec": 9
}Feature / Specs
feature Β· v1
active{
"name": "Feature / Specs",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "headline",
"max": 60,
"type": "text",
"required": true
},
{
"key": "features",
"max": 5,
"type": "text[]"
},
{
"key": "image",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
}
],
"slides": [
{
"text": "{{headline}}",
"image": "{{image}}"
},
{
"text": "β’ {{features[0]}}\\nβ’ {{features[1]}}",
"image": "{{image}}"
},
{
"text": "β’ {{features[2]}}\\nβ’ {{features[3]}}",
"image": "{{image}}"
}
],
"length_sec": 9
}{
"name": "Price / Offer",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "title",
"max": 60,
"type": "text",
"required": true
},
{
"key": "price",
"max": 32,
"type": "text",
"required": true
},
{
"key": "old_price",
"max": 32,
"type": "text"
},
{
"key": "cta",
"max": 32,
"type": "text",
"default": "Buy now"
},
{
"key": "image",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
}
],
"slides": [
{
"text": "{{title}}",
"image": "{{image}}"
},
{
"text": "Now {{price}} (was {{old_price}})",
"image": "{{image}}"
},
{
"text": "{{cta}}",
"image": "{{image}}"
}
],
"length_sec": 9
}Review / Quote
review Β· v1
active{
"name": "Review / Quote",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "quote",
"max": 160,
"type": "text",
"required": true
},
{
"key": "author",
"max": 40,
"type": "text"
},
{
"key": "bg",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
}
],
"slides": [
{
"text": "β{{quote}}β",
"image": "{{bg}}"
},
{
"text": "β {{author}}",
"image": "{{bg}}"
},
{
"text": "β
β
β
β
β
",
"image": "{{bg}}"
}
],
"length_sec": 9
}Carousel / Split
carousel Β· v1
active{
"name": "Carousel / Split",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "left",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
},
{
"key": "right",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
},
{
"key": "caption",
"max": 80,
"type": "text"
}
],
"slides": [
{
"text": "{{caption}}",
"image": "{{left}}"
},
{
"text": "{{caption}}",
"image": "{{right}}"
},
{
"text": "{{caption}}",
"image": "{{left}}"
}
],
"length_sec": 9
}{
"name": "CTA / Swipe",
"type": "psage/template:v1",
"ratio": "9:16",
"slots": [
{
"key": "cta",
"max": 40,
"type": "text",
"default": "Swipe up"
},
{
"key": "arrow",
"max": 10,
"type": "text",
"default": "β‘"
},
{
"key": "bg",
"type": "image",
"source": [
"upload",
"pexels"
],
"required": true
}
],
"slides": [
{
"text": "{{cta}}",
"image": "{{bg}}"
},
{
"text": "{{arrow}} {{cta}}",
"image": "{{bg}}"
},
{
"text": "{{cta}}",
"image": "{{bg}}"
}
],
"length_sec": 9
}