Introducing Dynamic Parameters: .prompt and .href
Generate AI-powered content and add clickable links to your templates with two new parameter modifiers
Rishi MohanNov 20, 2025
2 min read
Generate AI-powered content and add clickable links to your templates with two new parameter modifiers
Rishi MohanWe're introducing Dynamic Parameters - two new modifiers that let you generate AI content and add interactive links to your Orshot Studio templates.
Generate dynamic text and images using AI instead of providing static content:
fetch("https://api.orshot.com/v1/studio/render", {
method: "POST",
headers: {
Authorization: "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
body: JSON.stringify({
templateId: "your-template-id",
modifications: {
"headline.prompt": "Write a catchy headline about sustainable fashion",
"background.prompt":
"Modern office workspace with plants, minimalist design",
"headline.fontSize": "48px",
},
response: {
format: "png",
type: "url",
},
}),
});openai/gpt-5-nanogoogle/nano-bananaPerfect for creating unique, contextual content at scale.
Add clickable links to elements in your PDFs:
{
"modifications": {
"verify_button.href": "https://verify.example.com/cert/12345",
"recipient_name": "John Doe"
}
}Great for certificates, reports, marketing materials, and any document that needs navigation. Links are automatically validated for security.
Both parameters work with multi-page templates:
{
"modifications": {
"page1@title.prompt": "Write a title about morning routines",
"page2@title.prompt": "Write a title about evening habits",
"page2@footer_link.href": "https://example.com"
}
}Dynamic parameters work with all Orshot Studio templates via the REST API and integrations.
For complete documentation and examples:
![[object Object]](/customers/ibby.jpeg)
![[object Object]](/customers/alex.jpg)


![[object Object]](/customers/ivan.jpg)