Render Type

Choose between image, PDF, or video output when generating from templates


The renderType tells the API what kind of output to produce. This is used in endpoints like signed URL generation.

Available values:

ValueOutput Type
imagesPNG, JPEG, WebP, AVIF
pdfsPDF documents

Where It's Used#

Render type appears in the URL path for generation endpoints:

https://api.orshot.com/v1/generate/images
https://api.orshot.com/v1/generate/pdfs

And as a parameter when generating signed URLs:

const response = await orshot.generateSignedUrl({
  templateId: "your-template-id",
  modifications: { title: "Hello" },
  renderType: "images", // [!code highlight]
  responseFormat: "png",
  expiresAt: 1744276943,
});

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