Template ID
The unique identifier that tells the API which template to render
Every template in Orshot has a unique templateId. You pass this ID in your API requests to tell Orshot which template to render.
Where to Find Your Template ID#
You can find your template ID in two places:
- Templates page — Go to your workspace templates and copy the ID from the template card
- Template Playground — Open any template and the ID is shown at the top of the playground page
How It's Used#
The templateId is a required parameter in the render API. It's a string that uniquely identifies your template:
const orshot = new Orshot("<ORSHOT_API_KEY>");
const response = await orshot.renderFromTemplate({
templateId: "your-template-id", // [!code highlight]
responseType: "url",
responseFormat: "png",
modifications: {
title: "Hello World",
},
});Studio template IDs are numeric (e.g., 12345). You can find them on the
templates page or in the playground.
Ready to automate?
Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.
Get your API key- Image, PDF and video generation via API
- Visual editor with AI and smart layouts
- Zapier, Make, MCP and 50+ integrations
- White-label embed for your own app
- 60 free renders — no credit card required