Orshot Logo
OrshotDocs

Render Type

Learn about different render types and what it means in Orshot API

Orshot's API can render different types of content. Currently supported types are Images and PDFs

The available renderType values are:

  • images: Render type value for templates which generate images
  • pdfs: Render type value for templates which generate PDFs

Example

Render type is a part of endpoints that render from template and that generate signed urls

https://api.orshot.com/v1/generate/${renderType}

On this page