All Templates
Testimonial Screenshot
Create Testimonial screenshots of your customer reviews
- 100% customizable in the editor
- Render via API, Zapier, Make & n8n
- Export PNG, JPG, PDF & MP4
- Generate at scale from a spreadsheet
- Remix it with the AI design agent
01
Start from this template
Skip the blank canvas — this design is ready to make your own.
02
Customize it free
Edit text, colors and images in the Orshot editor in minutes.
03
Render or automate
Export instantly, or generate at scale via API, Zapier, Make & n8n.
Integrations
Automate this template using integrations
For developers
Backend Usage
You can generate Testimonial Screenshot renders using Rest API and Orshot SDKs
await fetch("https://api.orshot.com/v1/generate/images", {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
body: JSON.stringify({
"templateId": "testimonial-screenshot",
"response": {
"format": "png",
"type": "base64"
"scale": 1
},
"modifications": {
"testimonialText": "Pika has converted me from any other screenshot tool I used before (happily)",
"testimonialFontSize": "42",
"rating": "3",
"authorPhoto": "https://cdn.pika.style/headshots/caleb.png",
"authorName": "Caleb Leigh",
"authorDescription": "Head of Marketplace, Elgato",
"authorMetaFontSize": "40",
"width": "800"
}
}),
});Modifications
You can customize the template using following modifications
| Key | Description | Type |
|---|---|---|
| testimonialText | Testimonial | string |
| testimonialFontSize | Font size of testimonial in CSS pixels value | number |
| rating | Rating value out of 5, set 0 to hide rating | number |
| authorPhoto | Author's Photo Image URL or base64 | string |
| authorName | Author's Name | string |
| authorDescription | Author's Description | string |
| authorMetaFontSize | Font size of author's name and description in CSS pixels value | number |
| width | Width of the testimonial | number |
